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:
With JavaScript you can't minimize a window. All you can do is remove focus from it which would place it behind the main window. Trh this:
<A HREF="javascript:window.blur()">Minimize Window</A>
I wouldn't want to see an alert, I would do it the way I did it.
You could also get a signed script for netscape to move it off of the screen or make it smaller. Look at netscapes website on programming for that
Thanks for everything guys! Now i have a problem with moving the window. I want to be able to move the custom window around to any position using click and drag, just like you could in a normal web browser. Any ideas?
LOL....expecting me to give all of my secrets away......??
Right now I have developed a fully functional window which you are trying to do.......but the code is 2hrs away, so I can not finish it...ugh......Oh welll.....
look on Dynamic Drive, they have a window like you want.....
Mine will be posted on my site sometime this weekend I hope....
Send me an email at A1ien51@hotmail.com and I will send you an email telling you when I put it online.