cyphix
07-12-2005, 09:19 PM
I'm using this onclick event below:
onClick="javascript:modify('text value here');" href="#" onFocus="if(this.blur)this.blur()">Click Here</a>
I use this to load whatever text value there is into a text box area, but was wondering if there was a way I could check for the existence of a certain piece of text & if found it would load some different pre-specified text instead into the text box field?
Thanks!
onClick="javascript:modify('text value here');" href="#" onFocus="if(this.blur)this.blur()">Click Here</a>
I use this to load whatever text value there is into a text box area, but was wondering if there was a way I could check for the existence of a certain piece of text & if found it would load some different pre-specified text instead into the text box field?
Thanks!