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! Quote 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!'" /> Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.