Jump to content

scroll over pop up script


leequalls

Recommended Posts

can anyone help. I have a php page that gets a list of names from a database. I would like to add a script so that visitors can scroll over the names and see the profile of the name. The profile will be from a database and includes a picture. I want the popup to be within the web page not be an extra window.

 

Thanks for any help

Link to comment
https://forums.phpfreaks.com/topic/163803-scroll-over-pop-up-script/
Share on other sites

OK let me elaborate for you. You need to use AJAX on the event. when the event is triggered you then call a php page which will grab the profile and write it in HTML. This is then received by the AJAX handler, which in turn will display the pop up through the document write feature of javascript, or for that matter which ever way you want the pop up to appear. So you need to do some homework, because I won't do it for you. Please don't take offence, but the best way to learn is to do. Now you have the concept code it and put it into action.

can anyone help. I have a php page that gets a list of names from a database. I would like to add a script so that visitors can scroll over the names and see the profile of the name. The profile will be from a database and includes a picture. I want the popup to be within the web page not be an extra window.

 

Thanks for any help

 

You will find all you need and more here

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.