Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Submitting Querystring to Frame Page

Guest
Feb 12, 2007 Feb 12, 2007
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 ).
TOPICS
Server side applications
473
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 12, 2007 Feb 12, 2007
SORRY
I forgot to rename them back to .asp

Try this

Replace:

<frame src="left.asp" id="menuFrame">
<frame src="main.asp" id="mainFrame">

With:

<frame src="left.asp" name="menuFrame">
<frame src="main.asp" name="mainFrame">

Let me know if it works.


"PizzaGood" <PizzaGood@earthlink.com> wrote in message
news:eqqivr$ih5$1@forums.macromedia.com...
> Try replacing this:
>
> <frame src="left.asp" id="menuFrame">
> <frame src="main.asp" id="mainFrame">
>
> With:
>
> <frame src="left.htm" name=...
Translate
LEGEND ,
Feb 12, 2007 Feb 12, 2007
Can we see this live?


"jasonacook" <webforumsuser@macromedia.com> wrote in message
news:eqq42i$s7$1@forums.macromedia.com...
>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 ).
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 12, 2007 Feb 12, 2007
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 12, 2007 Feb 12, 2007
Try replacing this:

<frame src="left.asp" id="menuFrame">
<frame src="main.asp" id="mainFrame">

With:

<frame src="left.htm" name="menuFrame">
<frame src="main.htm" name="mainFrame">

Let me know if it works.




"jasonacook" <webforumsuser@macromedia.com> wrote in message
news:eqqdng$cc4$1@forums.macromedia.com...
> http://gcstulsa.com/0607_stories/homecoming2007/combo2.asp
>
> Thanks for looking


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 12, 2007 Feb 12, 2007
SORRY
I forgot to rename them back to .asp

Try this

Replace:

<frame src="left.asp" id="menuFrame">
<frame src="main.asp" id="mainFrame">

With:

<frame src="left.asp" name="menuFrame">
<frame src="main.asp" name="mainFrame">

Let me know if it works.


"PizzaGood" <PizzaGood@earthlink.com> wrote in message
news:eqqivr$ih5$1@forums.macromedia.com...
> Try replacing this:
>
> <frame src="left.asp" id="menuFrame">
> <frame src="main.asp" id="mainFrame">
>
> With:
>
> <frame src="left.htm" name="menuFrame">
> <frame src="main.htm" name="mainFrame">
>
> Let me know if it works.
>
>
>
>
> "jasonacook" <webforumsuser@macromedia.com> wrote in message
> news:eqqdng$cc4$1@forums.macromedia.com...
>> http://gcstulsa.com/0607_stories/homecoming2007/combo2.asp
>>
>> Thanks for looking
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 12, 2007 Feb 12, 2007
Very good. Thank you so much for your help.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 12, 2007 Feb 12, 2007
LATEST
Cool...I guess it worked.

"jasonacook" <webforumsuser@macromedia.com> wrote in message
news:eqqkr9$kr5$1@forums.macromedia.com...
> Very good. Thank you so much for your help.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines