Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

soumyak

Status
Not open for further replies.

ssoumyak

Technical User
Jan 17, 2002
1
US
Hi,

I have created a pop up window by calling a javascript function from the getURL action script in Flash.

The script reads:

<script language=&quot;javascript&quot;>
function interiors()
{
window.open(&quot;html/interiors.html&quot;,&quot;_blank&quot;,&quot;directories=0,toolbars=0,location=0,width=900,height=700,left=0,top=0&quot;);
}
</script>

It opens a flash movie embedded in an html page. How do I make the window resizable...but still without scrolling options?
 
Try adding resizable=1 or resizable=yes, to your list of parameters.

Regards,
new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top