This topic is locked

Pop Up Box On Mouseover

1/23/2013 7:26:00 PM
PHPRunner General questions
H
herb200mph author

Have a button that submits a record to an RTF document creation operation as an event.
If the button is clicked without selecting a record, a message appears, reminding use to select a record.
When a record is selected, and the button clicked, it executes the script and displays a message.
[size="3"]Need something on MOUSEOVER for the button, as such:[/size]
When the button above is mouseover/hover, a box will appear with a message reminder to add some specific content before final submission.
How do we create the mouseover/hover and box to accomplish this???
[size="4"]Thanks in advance for the help.[/size]

C
cgphp 1/24/2013

There a lot of tips plugin out there. Check this list: http://speckyboy.com/2009/09/16/25-useful-jquery-tooltip-plugins-and-tutorials/

H
herb200mph author 1/25/2013

Thanks Cristian!
I was aware that there are scripts for a mouseover effect, but was hoping that someone would have it handy specifically for PHPR.
We have an OnClick text appearing, but client wants a special message for a mouseover on a PHPR inserted button that executes a special script.
Thanks again.