You know, I was just about to ask you if you checked that!
:-)
James

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 30, 2001 11:27 AM
To: CF-Talk
Subject: AW: JS-Frame-question


Hi, I solved my problem.
Because of a lot of nested cfm-templates
I wasn't paying attention of a "base=_top" in my header
in B.
I deleted it and now it runs fine.

Best Uwe

-----Urspr|ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 30. Mai 2001 09:08
An: CF-Talk
Betreff: OT: JS-Frame-question



Hi, I have two frames A and B.

A is the navigation-frame and B the content-frame.
I am having a frameset like:

<frameset rows="25%,*">
    <frame src="A.cfm" name="oben" id="oben" frameborder="No" scrolling="no"
marginwidth="0" marginheight="0">
    <frame src="B.cfm" name="unten" id="unten" frameborder="No"
scrolling="Auto" marginwidth="0" marginheight="0">
</frameset>

When I call B.cfm directly all the included JS runs fine.
But it doesn't if I it run it in the belonging frameset.

What could I do to prevent this ?

Uwe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to