PDA

View Full Version : Javascript Question?


Neo
10-04-2002, 07:24 AM
How would I go about getting this to work in a frames? When I click it, it does nothing.

<a href="Javascript:close()">Close</a>

Thanks for your time
- Neo

Sinecure
10-04-2002, 07:50 AM
Try this:
<a href="#" onClick="parent.window.close()">Close Window</a>

Neo
10-04-2002, 07:53 AM
Arigato :)