Hi, i have a pop-up window that doesnt have any of the browser borders or anything. I was wondering if there was a simple code to have a link make the window minimize, such as:
<a href="javascript:top.window.minimize()">minimize window</a>
the above code does not work, and i was wondering if i was wrong....thanks for all of your help!
<a href="javascript:top.window.minimize()">minimize window</a>
the above code does not work, and i was wondering if i was wrong....thanks for all of your help!
Comment