Hello,
 
I am looking for a way to retrieve the location of a page embedded into a
frameset.  I have a log on page built to catch users who have timed out and
wish to return users back to the page from which they came.  I am currently
using a meta tag in combination with the HTTP_REFERER, but the problem is
that some of the pages from which users are coming are in a frameset's main
window.  
Here is what I currently have:
In the log on page I have <input type="hidden" name="referer_url"
value="#CGI.HTTP_REFERER#">
The verification page then sets the variables and calls the meta <meta
http-equiv="refresh" content=".1; url="#newurl#">
 
I even went as far as to try JavaScript: window.history.go (-2) 
 
so I am looking for a way to target the main frame or lower frame of a
frameset.  
 
Bryan Langford 


Web Info Specialist
National Customer Operations 
Enterprise Services & Strategic Planning
Training Development and Design Team. 


 

 
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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