[PHP] Re: small window scripts in Javascript?

2001-12-04 Thread Baloo :0\)
To close the window when the user clicks on the hiperlink type in your HTML tag for Body Body onUnload=Window.close() This will close the present window when the user clicks on the hiperlink. When you close the present window, you need to open a new window (or an existing one) where you

[PHP] Re: small window scripts in Javascript?

2001-12-04 Thread Richard Lynch
How could i get rid of the white space and show the picture exactly same size as the window, so it would be perfect fit. What else do I miss in the codes to make the perfect fit size? Use the BODY tag and attributes like HORIZONTAL_PADDING or somesuch. There's a bunch of them, you need them