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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getURL in frames

Status
Not open for further replies.

blues007

Technical User
Oct 25, 2005
59
PT
Is there any way of using getURL in a frames site? I can use _self or _blank parameters. Is there a equivalent to something like "mainframe"?

Thank you.
 
yea i think this will work:
Code:
getURL("page.htm", "mainframe");
not tested though. If it doesn't work, post back here.

Regards,

Martin

Computing Help And Info:
 
I tried it already and it didn't work! I also tried "_mainframe". I didn't see any reference anywhere to this. Thank you very much anyway.
 
did you name the frame correctly

someClip.onRelease = function(){
getURL ("page_1.html", "main_frame_name");
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top