Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] how to break away from a frame.


  • From: javascript@xxxxxxxxxx (Scott.Wiseman)
  • Subject: [Javascript] how to break away from a frame.
  • Date: Wed, 17 Apr 2002 13:07:06 -0700

ON the top frame I have a go to main menu button

<input type="button" value="MainMenu" name="MainMenu2"
onclick="window.location.href='/testing/Transactions/selectstatistic.htm';">

but on the top half of the window goes there

I want the whole window to go there..

and know this is simple, I just
don't work with frames too much


Scott