Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   CSS and HTML (http://www.udm4.com/forum/forumdisplay.php?f=8)
-   -   frame within current form & use id for Hyperlink target (http://www.udm4.com/forum/showthread.php?t=2005)

ISMAILC 09-10-2008 12:53 PM

frame within current form & use id for Hyperlink target
 
Hi, I need help please!

I have an hyperlink object which i want the navigateurl to open within the current form below the object.

so is there a way to create a frame within the current form & use it's id
for the target property of the hyperlink object.

please assist!

09-11-2008 05:21 PM

You mean like:

Code:

<form action="someaction" method="post">
    <iframe src="somesource.html" width="x" height="y" />
</form>

<a href="#" onclick="swap_source()">Change I frame source</a>

I would think there's a method in Javascript to change the source attribute of an iframe, but I'm not sure I 100% understand your question.


All times are GMT. The time now is 07:29 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.