JavaScript in the Browser
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="REFRESH" content="0;url=http://jmvidal.cse.sc.edu/webapps/spring08/"> </head> <body> <h1>Web Applications</h1> <p> Redirecting to <a href="spring08/">Spring 2008 class</a>. </p/> <hr> <address><a href="mailto:jmvidal@sc.edu">Jose M Vidal</a></address> <!-- Created: Sat Nov 24 07:51:32 EST 2007 --> <!-- hhmts start --> Last modified: Sat Nov 24 07:52:57 EST 2007 <!-- hhmts end --> </body> </html>Class page
parent
points to the frame in which you
are: menu.html has parent =
the index.html
frame.self
as
parent
. parent.frames[0].i
parent.frames[0].f()
f uses global vars from frames[0].17 of 66