Gruzin Posted April 3, 2007 Share Posted April 3, 2007 Hey guys, Is it possible to display a textfiled value as simple text? Little example of that what I'm trying to do: <input type='text' name='time' /> <a href="I need the time textfiled value here">time</a> Any help is greatly appreciated, George Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted April 3, 2007 Share Posted April 3, 2007 <input type='text' name='time' onkeyup="document.getElementById('link').value=this.value"> <a href="#" id="link">time</a> Quote Link to comment Share on other sites More sharing options...
Gruzin Posted April 3, 2007 Author Share Posted April 3, 2007 Thanks mate Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.