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

Poblem with Frames

Explorer ,
May 13, 2007 May 13, 2007
one quick question, basically, I'm using a frameset, the top one ( where the audio resides ) it's called topFrame and the middle one, where all the contents are, it's called mainFrame, the next URL calls the document to see the card

http://www.videoestudio.net/kristina/ShowCard.php?id_grt=1&random_grt=48647841

but is not displaying the frameset but only the ShowCard.php document, is there a way to open that file within the frameset?

Thanks!

A.-
TOPICS
Server side applications
515
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 ,
May 13, 2007 May 13, 2007
If you want to target this link into the frameset them you need to specify
the target in the link.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Atmosfera" <webforumsuser@macromedia.com> wrote in message
news:f28bd0$8m4$1@forums.macromedia.com...
> one quick question, basically, I'm using a frameset, the top one ( where
> the
> audio resides ) it's called topFrame and the middle one, where all the
> contents
> are, it's called mainFrame, the next URL calls the document to see the
> card
>
> http://www.videoestudio.net/kristina/ShowCard.php?id_grt=1&random_grt=48647841
>
> but is not displaying the frameset but only the ShowCard.php document, is
> there a way to open that file within the frameset?
>
> Thanks!
>
> A.-
>


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
Explorer ,
May 13, 2007 May 13, 2007
Hi Paul, thanks, but, where in the link I'm going to insert that?

my links is this one

http://www.videoestudio.net/kristina/ShowCard.php?id_grt=1&random_grt=48647841

and my contents frame it's mainFrame, the frameset it's called main.php

Thanks a lot

A.-
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
Explorer ,
May 14, 2007 May 14, 2007
bump!
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 ,
May 15, 2007 May 15, 2007
LATEST
I don't know the exact php code but basically you simply need to add

target="framename

to the end of <a href> tag that contains the link to your record. It is not
part of the URL string you are building up but a separate attribute in the
tag.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Atmosfera" <webforumsuser@macromedia.com> wrote in message
news:f2bitb$8je$1@forums.macromedia.com...
> bump!


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