paulmo Posted December 31, 2008 Share Posted December 31, 2008 would like help box to appear on mouseover of image next to form field, not using activescripts where user gets warning in browser. suggestions? thanks Quote Link to comment https://forums.phpfreaks.com/topic/139016-need-dialogue-help-box/ Share on other sites More sharing options...
Maq Posted December 31, 2008 Share Posted December 31, 2008 onmouseover="alert('Visit W3Schools!')" /> Please read this W3 tutorial. Quote Link to comment https://forums.phpfreaks.com/topic/139016-need-dialogue-help-box/#findComment-727069 Share on other sites More sharing options...
paulmo Posted December 31, 2008 Author Share Posted December 31, 2008 thanks for that maq. now i'll need to style the alert box somehow--make it look like my page. also working on that setcookie code from previous post. will post results. Quote Link to comment https://forums.phpfreaks.com/topic/139016-need-dialogue-help-box/#findComment-727178 Share on other sites More sharing options...
Maq Posted December 31, 2008 Share Posted December 31, 2008 Then you're better off making a pop-up window rather than an alert. The problem with that is pop-up windows aren't modal. Although there may be a setting but not to my knowledge. Quote Link to comment https://forums.phpfreaks.com/topic/139016-need-dialogue-help-box/#findComment-727196 Share on other sites More sharing options...
paulmo Posted December 31, 2008 Author Share Posted December 31, 2008 the alert box is a bit harsh for my needs. trying out impromptu plug-in for jquery. have included jquery and plug in script on page, uploaded to server, and trying to incorporate this code in form (any idea why it's not working?): <form name="myform" action="beta-pro.php" method="POST"> <input type="hidden" name="check_submit" value="1"/> </p><p>First Name: <input type="text" name="name" class="buttonsb"/></p><p> <img class="floatright" src="help.gif" alt="releasecenter.org is populated by and interpreted from your written input. Take a moment and write a thought." width="43" height="39"?> <script>onmouseover=$.prompt('text is here').children('#jqi').corner(); </script> Quote Link to comment https://forums.phpfreaks.com/topic/139016-need-dialogue-help-box/#findComment-727269 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.