Unread 09-10-2008, 12:53 PM
ISMAILC ISMAILC is offline
Member
Join Date: Dec 2007
Posts: 45
  #1  
Default 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!
Reply With Quote
Unread 09-11-2008, 05:21 PM
Admin
Posts: n/a
  #2  
Default

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.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:59 AM.


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