how to specify the page looks in window onload??

M

Matt

I have a page1 that opens a window called page2.

I want page2 doesn't have title bar, tool bar, address bar. Is it possible
to specify in javascript function window_onload() in page2? I don't want
to specify in window.open() in page1 when it loads page2.

<script type="text/javascript">
function window_onload()
{
}
</script>
<body onLoad="window_onload()">
 
M

Mark Parnell

I have a page1 that opens a window called page2.

Why? What makes you think I want you to open a popup window?
I want page2 doesn't have title bar, tool bar, address bar.

What about what your visitor wants?
Is it possible
to specify in javascript function window_onload() in page2?

No. The window has already been created by the time the page loads.
 

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
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top