Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Today
- From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
- Subject: [Javascript] Today
- Date: Wed, 22 Aug 2001 09:29:12 -0500
To get rid of toolbars and such, you can use a function like this when
opening the window:
function openWin(url,name,width,height) {
var commonArg = "toolbar=no"
+ ",locationbar=no"
+ ",directories=no"
+ ",statusbar=no"
+ ",personalbar=no"
+ ",menubar=no"
+ ",scrollbars=yes"
+ ",resizable=yes"
var specificArg = ",width="+width
+ ",height="+height
pictwin = window.open(url, "pictwin", commonArg+specificArg)
}
The one thing I can't get rid of is the titlebar - I've seen it done
somewhere, too, but can't remember now or I'd go look at the code. Does
anyone know how to do it?
Esther
"Iztok Polanic"
<iztokp@xxxxxxxx> To: <javascript@xxxxxxxxxx>
Sent by: cc:
javascript-admin@ Subject: [Javascript] Today
LaTech.edu
08/22/01 09:16 AM
Please respond to
javascript
Hi!
Today I've seen a window without any toolbars or any closing buttons (this
was plain HTML page) only scroolbars. How can I make this?
TNX!
Bye,
Iztok
_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
http://www.LaTech.edu/mailman/listinfo/javascript
- Prev by Date: [Javascript] Today
- Next by Date: [Javascript] Server Threw an Exception
- Previous by thread: [Javascript] Today
- Next by thread: [Javascript] Today
- Index(es):