TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

close window function

Page: 1 Reply
Nov 14th 2001#20519 Report
Member since: Oct 17th 2001
Posts: 8
i'm using the open window function in dreamweaver, to show additional info and I want to use a link in the window to close itself, but I can't seem to find out how. I have "close window" in html but can't find the right code to make it work.

can someone help:confused:
Reply with Quote Reply
Nov 14th 2001#20522 Report
Member since: Mar 18th 2001
Posts: 1452
<a href="javascript:parent.close()">close window</a>
or
<a href="javascript:self.close()">close window</a>

Either will work.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum