Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hello folks i have a web page co

Status
Not open for further replies.

paulsbooker

Programmer
Mar 13, 2001
3
GB
hello folks

i have a web page comprising of two frames in a frameset
i would like to be able to query one of the frames in the frameset and determine the url

with javascript this result in a security problem when you try and determine the url of an external page in a frame
with code such as

window.parent.frames['lower'].location.href

is it possible using vb/activex to determine the url in such a way as to get around these security problems

many thanks

paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top