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 Link to comment https://forums.phpfreaks.com/topic/45434-display-textfiled-valuesimple-i-think/ 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> Link to comment https://forums.phpfreaks.com/topic/45434-display-textfiled-valuesimple-i-think/#findComment-220637 Share on other sites More sharing options...
Gruzin Posted April 3, 2007 Author Share Posted April 3, 2007 Thanks mate Link to comment https://forums.phpfreaks.com/topic/45434-display-textfiled-valuesimple-i-think/#findComment-220678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.