grahamb314 Posted September 20, 2008 Share Posted September 20, 2008 Hi all I`m looking for text to apear when you move your mouse over a form input (I have several form input boxes and i want a seperate message per box. Is there somrhting you can do with: <input type="text" name="StartTime" />/> ? Thanks! Link to comment https://forums.phpfreaks.com/topic/125079-solved-mouseover-on-ltinput-typequottextquot-namequotstarttimequot-gt/ Share on other sites More sharing options...
JasonLewis Posted September 20, 2008 Share Posted September 20, 2008 This is the PHP Help board. But you can do it like this: <input type="text" name="StartTime" onMouseOver="this.value='A value when you move your mouse over it!'" /> Link to comment https://forums.phpfreaks.com/topic/125079-solved-mouseover-on-ltinput-typequottextquot-namequotstarttimequot-gt/#findComment-646421 Share on other sites More sharing options...
CroNiX Posted September 20, 2008 Share Posted September 20, 2008 search for a javascript tooltip script Link to comment https://forums.phpfreaks.com/topic/125079-solved-mouseover-on-ltinput-typequottextquot-namequotstarttimequot-gt/#findComment-646440 Share on other sites More sharing options...
grahamb314 Posted September 20, 2008 Author Share Posted September 20, 2008 Thank you, Sory about putting it on the wrong board, I'm too used to using the PHP one! Thank again Link to comment https://forums.phpfreaks.com/topic/125079-solved-mouseover-on-ltinput-typequottextquot-namequotstarttimequot-gt/#findComment-646466 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.