tom,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Tom Rainey <[EMAIL PROTECTED]>
:
: 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?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if all pages are from the same domain then you would simply access the
location of that frame like so:

top.frames[1].location.href

however, if the pages in frame two are from a different domain, then you
will not be able to access the url without causing a security warning.
unfortunately, there is no way around this.

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------------
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.

Reply via email to