Hi there,
I have a website where I have an input field where the title is a variable depending on the language the visitor has chosen. When I change the language I have to F5 to get the title refreshed while the rest of the site does change. This is the code:
--
Code:
<td class=""tdinput"">
<input name=""zoekinput"" onfocus=""javascript:this.select();"" type=""text"" value=""" & vZoekennaar & """></td>
<td> <A href=""#"" onclick=""javascript:document.form1.submit();""><img border=""0px"" src=""http://www.webmaster-talk.com/images/but_zoek.gif"" title=""" & vZoek & """></A></td>
--
How can I somehow get it refreshed?
Thanks.
__________________
Marcel
Last edited by chrishirst; 04-13-2010 at 10:16 AM..
|