if you actually want for index.cfm to fully load in before you change the
content of it's iframe, you could try this in index.cfm
<cfparam name="URL.ID" default=0>
function changeIframe()
{
<cfoutput>
document.iframename.src = 'frame.cfm?ID=' & #URL.ID#;
</cfoutput>
}
<body onLoad="changeIframe()">
"LIVE Support "
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
nts.co.uk> cc:
Subject: RE: [ cf-dev ] IFRAME
problems
15/06/2004 14:51
Please respond to dev
Hi News,
Thanks for your reply, it works fine on the page you are on but it
doesn't change the page that follows with the IFRAME on.
I think I am gonna have to load the variables into the frame once the
subsequent page has loaded. I think that's the only way, if anyone knows
different let me know.
Cheers
Chris
-----Original Message-----
From: News Sameli [mailto:[EMAIL PROTECTED]
Sent: 15 June 2004 14:22
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] IFRAME problems
If tried this onClick-Statement and it works fine:
document.getElementById('iframe').src='yoursite.htm'
LIVE Support wrote:
>Still trying to work out what this IFRAME saga, have tried everything
>and now far to tired and stressed. If anyone else knows anything I will
>be eternally grateful.
>
>-----Original Message-----
>From: News Sameli [mailto:[EMAIL PROTECTED]
>Sent: 15 June 2004 10:23
>To: [EMAIL PROTECTED]
>Subject: Re: [ cf-dev ] IFRAME problems
>
>yep, that's what I mean
>
>LIVE Support wrote:
>
>
>
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF
provided by activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by
activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]