Title: Message

Cheers Mark,

 

I thought you could refresh on the index.cfm page but what I really want to do is pass variables to the iframe at the same

Time as opening the index.cfm page so that the resultset doesn’t need a further click to get the relevant information if you see what I mean.

 

 

-----Original Message-----
From: Mark Smyth [mailto:[EMAIL PROTECTED]]
Sent
:
15 June 2004 10:01
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] IFRAME problems

 

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="" >

 

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