Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop up help

Status
Not open for further replies.

battleangela

Technical User
May 25, 2007
11
US
Hello

I was wondering if it was possible to have a pop up event to contain and display data from a database ? I have a page with a list of books and want when the person clicks, they have a pop up with information from a database.
 
There are several ways you could do this:

1) Use the javascript window.open method
2) Use CSS to display more information in the form of a pop up div tag (with the information being gathered when the page loads)
3) Use an AJAX method to go and retrieve the data each time the user selects a record

Depending on the number of records per page, I'd go with option #2 or #3 and most likely #3.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Yes.. you have to use javascript for this.. then pull the info the DB on the pop-up page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top