Answered
Submitting Querystring to Frame Page
I have a photo gallery using a database and need the
thumbnail on the left side to open the correct image in the
right-hand frame.
The thumbnail link is <A HREF="main.asp?ID=1&folder=01pre" target="mainFrame">
The frameset page has <frame src="main.asp" id="mainFrame">
The link always opens in a new page and I want it to open in the frameset..
If there is a better way to scroll images on the left side and update the main display without resetting the scroller to the top, I'd love to hear it. Also, realize that I am pulling the info from a database.
This worked using one method at http://www.gracetulsa.com/news_motorfest05/pop1.asp but I need to do this a different way now, using a database ( http://gcstulsa.com/0607_stories/ho...2007/combo2.asp ).
The thumbnail link is <A HREF="main.asp?ID=1&folder=01pre" target="mainFrame">
The frameset page has <frame src="main.asp" id="mainFrame">
The link always opens in a new page and I want it to open in the frameset..
If there is a better way to scroll images on the left side and update the main display without resetting the scroller to the top, I'd love to hear it. Also, realize that I am pulling the info from a database.
This worked using one method at http://www.gracetulsa.com/news_motorfest05/pop1.asp but I need to do this a different way now, using a database ( http://gcstulsa.com/0607_stories/ho...2007/combo2.asp ).
