One way would be to have a transition page which you would call from Director.

gotoNetPage "@//pages/topic2/pageone.html","blank"

then that page would consist of the following code which would close itself and open 
pagetwo.html (the page you wanted to open) in a
new controlled window:

<html>
<head>
<title></title>
<script language="JavaScript">
<!--
function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  window.close();
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" 
onLoad="openWindow('pagetwo.html','myname','width=500,height=400')">
</body>
</html>

where pagetwo.html is the page opening in the window, myname is the name of the window 
(not too important) and the width and height
are self evident.

Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-3883


----- Original Message -----
From: "Constantino, Leah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 10, 2002 11:36 PM
Subject: <lingo-l> Opening a htm page without the toolbar



I want to open a page a new window from a shockwave movie.

I have used gotoNetPage "@//pages/topic2/thepage.htm","blank"

However,  I want to open the page with no toolbar, no location bar, no menu
bar, no scrollbar and nosize as well.  I also want to specify the size of
the window.

How can this be done?




********************************DISCLAIMER****************************
The information contained in the above e-mail message or messages
(which includes any attachments) is confidential and may be legally
privileged.  It is intended only for the use of the person or entity
to which it is addressed.  If you are not the addressee any form of
disclosure, copying, modification, distribution or any action taken
or omitted in reliance on the information is unauthorised.  Opinions
contained in the message(s) do not necessarily reflect the opinions
of the Queensland Government and its authorities.  If you received
this communication in error, please notify the sender immediately and
delete it from your computer system network.

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the
list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L 
is for learning and helping with programming
Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to