In your action page (Frame 2)

.. Cold fusion code ...
<script>parent.framename.formname.fieldname.value='whatever';</script>

Or something very similar ... I didn't check the syntax, but that should
give you a start.

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:25 AM
To: CF-Talk
Subject: OT: Javascript help


I need som help with Frames and javascript...

I want to make a form field in frame zero to become active when my login
is completed in frame 2....

Please help


-----Original Message-----
From: peter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:03 AM
To: CF-Talk
Subject: setdomaincookies = yes


Hi,

Normally I'm including this code to delete session variabeles when
closing the browser:

<cflock timeout="5" throwontimeout="Yes" type="READONLY"
scope="SESSION">
     <cfcookie name="CFID" value="#session.CFID#">
     <cfcookie name="CFTOKEN" value="#session.CFTOKEN#"> </cflock>

But when you set   setDomainCookies="yes"    in your <cfapplication>,
the
cookies are not deleted when closing the browser.

Anyone have the same experience / workaround?

Peter




______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to