Hi Tom,
I may be misreading your question but if you want to change the first frame
try this
<input type=button value="Click Here"
onClick="parent.frame_name.location.href='whatever.cfm'";>
If you are looking to set the value of the form control try this
<input type=button value="Click Here"
onClick="parent.frame_name.forms[0].inputname.value='<cfoutput>#myvarabile#<
/cfoutput>'";>
I'm writing this off the cuff without my JS handbook so if this doesn't work
let me know and I'll dig a bit deeper.
Duane
-----Original Message-----
From: Tom Rainey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 10:12 PM
To: [EMAIL PROTECTED]
Subject: RE: Security holes revisited -- reward offered
My bosses daughters boyfriend says he can answer this question for
$2,000.00. If you can answer it then I'll give you 5 custom made html
tables.
I have a frame set with two frames. I want the user to surf around another
site in frame one and when they are done, click a button in frame two and
have the new url for frame one set as the value of a variable. Do I need
some javascript to do this, or is there a cf function/ tag that can help?
-Tom
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.