Forum Moderators: open
example:
<A href="http://www.google.com" target="frmClient" title="Google:the best search engine!" onfocus="this.blur()"><center>Google</center></A>
I want reading the value of: [google.com"...] as variable, whose values is placed on an <input type=text>
?
Thanks again
It is possible reading an URL as variable?
example:
<A href="http://www.google.com" target="frmClient" title="Google:the best search engine!" onfocus="this.blur()"><center>Google</center></A>
I want reading the value of: [google.com"...] as variable, whose values are placed on an <input type=text>
?
-----------
onfocus="this.blur()"
Don't use this. It makes the link inaccessible to the tab key.