Title: Message
Hi
If you need the iframe to reload when index.cfm is called just use this at the top on index.cfm
 
<script>
document.mframe.refresh()
</script>
 
does that solve your issue?
Mark
-----Original Message-----
From: LIVE Support [mailto:[EMAIL PROTECTED]
Sent: 15 June 2004 09:42
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] IFRAME problems

Its early and I had no sleep last night trying to get an app finished.

 

I have one problem though which I'm not sure is applicable to this list or some other list but help would be much appreciated.

 

I am trying to load a page and update a <iframe> within that page at the same time. No matter what I try I can't get it to work. Any ideas?

 

Link Code:

 

<a href="" >submit</a>

 

The iframe is called mframe and the filename is frame.cfm

 

The page with the iframe on is index.cfm

 

Would I have to load the page and then do a frame refresh once the page is loaded?

 

Any help would be appreciated

 

Cheers

 

Chris

Reply via email to