Search found 4 matches

by warrenfab
Mon Jan 24, 2005 10:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to link to named iframe
Replies: 6
Views: 4962

Drat, there's always something else

The "target=about" does not work for FireFox, it just opens the "about_nuts.php" page in a new window.

What do I do to get it to work in FireFox?

Thanks again,
Warren
by warrenfab
Mon Jan 24, 2005 10:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to link to named iframe
Replies: 6
Views: 4962

Dumb Dumb Dumb

was all my fault....it works like a dream.

Thanks again Kevin, much appreciate the help.

Regards,
Warren :}
by warrenfab
Mon Jan 24, 2005 10:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to link to named iframe
Replies: 6
Views: 4962

I've tried that, but here's what it does

Hi Kevin

I've tried that, but it opens the "about.php" page and the contents of "about_fruit.php" in the iframe space.

Any ideas?
by warrenfab
Mon Jan 24, 2005 9:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to link to named iframe
Replies: 6
Views: 4962

How to link to named iframe

I have the following problem;

A main page, for example "about.php".
On this page, there is an iframe, which has been given a name, example:

<iframe src ="http://www.mysite.com/about_nuts.php" name ="about" scrolling="no" frameborder="no" align="left" height = "190px" width = "500px"></iframe ...