View Single Post
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