javascript window + standard toolbar

D

David

Hi,

I use the following code to open a javascript window. Is it possible to
modify this to have the standard toolbar open in the window?

Thanks

<script language="JavaScript" type="text/javascript">
function popup()
{
window.open( "http://www.mysite/subfolder/page.asp" , ""
,"top=0,left=0,width=790,height=540,scrollbars=yes" ) ;
}
</script>
 
G

Grant Wagner

David said:
Hi,

I use the following code to open a javascript window. Is it possible to
modify this to have the standard toolbar open in the window?

Thanks

<script language="JavaScript" type="text/javascript">
function popup()
{
window.open( "http://www.mysite/subfolder/page.asp" , ""
,"top=0,left=0,width=790,height=540,scrollbars=yes" ) ;
}
</script>

"top=0,left=0,width=790,height=540,scrollbars=yes,toolbar=1"

Information on the attributes available to you is available at:

<url:
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1202731
/>
<url:
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp
/>
<url: http://www.mozilla.org/docs/dom/domref/dom_window_ref76.html#1019331
/>

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 6/7 and Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,573
Members
47,205
Latest member
ElwoodDurh

Latest Threads

Top