You can't really specify target window properties in straight HTML without
getting rid of JavaScript.
For what it's worth, here is a bit of JavaScript that I use on my home page
to spawn a small window:
function my_win()
{
window.open('mailsend.html','mywindow','width=333,height=410,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}
The window that is spawned is 333 pixels wide, by 410 pixels high, has no
toolbar, no location bar, no directory bar, no menu bar, no scrollbars, and
no status bar, though it can be resized.
Why do you want to get rid of JavaScript?
At 03:06 PM 12/14/2001, Mehmet Kamil ERISEN wrote:
>that's a great point. Can you specify the target browser
>properties using html?
>Lise the Location bar, or the toolbar?
>I was actually using little popups with jscript. If I can
>get rid of JS that would be great.
Sliante,
Richard S. Crawford
http://www.mossroot.com
AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford
MSN: [EMAIL PROTECTED]
"It is only with the heart that we see rightly; what is essential is
invisible to the eye." --Antoine de Saint Exup�ry
"Push the button, Max!"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]