Hi,
See attached code for an example.
Regards,
Dan.
<iframe src="Page1.htm" name="frPage1" width="241" height="322"></iframe>
<iframe src="Page2.htm" name="frPage2" width="241" height="322"></iframe>
PAGE1.HTM
---------------------------------------
<script>
function changeSource(newSource) {
parent.frPage2.doent.location=newSource;
}
</script>
<input type="button" value="Change Source Of IFRAME 2" onclick="changeSource('http://www.cftagstore.com')">
Check Out : [url]www.cftagstore.com[/url] for the latest and greatest Coldfusion custom tags and components!
Built by developers, for developers!
Bookmarks