A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Cant get funcion newwin() to work in IE

  1. #1
    Junior Member
    Join Date
    May 2000
    Posts
    2

    Unhappy

    Cant get function newwin() to work from IE4.5 and it works in NEtscape
    Here is my code!
    <HTML>
    <HEAD>
    <TITLE>VILA DEL CORRAL & COMPANY</TITLE>
    <SCRIPT LANGUAGE="JavaScript">
    <!--

    function newwin()
    {
    window.open("http://www.vdc-pr.com/feedback.htm","FEEDBACKFORM","toolbar=0,location=0 ,directories=0,status=0,menubar=0,scrollbars=1,res izeable=1,width=640,height=480")

    }

    //-->
    <!--

    function newwin1()
    {
    window.open("http://www.vdc-pr.com/legal.htm","LEGALFORM","toolbar=0,location=0,direc tories=0,status=0,menubar=0,scrollbars=1,resizeabl e=1,width=640,height=480")

    }

    //-->
    </SCRIPT>
    </HEAD>
    <BODY bgcolor="#7BCB50" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
    <OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
    ID=vdc3 WIDTH=100% HEIGHT=100%>
    <PARAM NAME=movie VALUE="vdc3.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="mainmovie.swf" loop=false quality=high scale=exactfit bgcolor=#000000 WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>
    </BODY>
    </HTML>

  2. #2
    The Supreme Shaman and Keeper of Polar Lights
    Join Date
    Apr 2000
    Posts
    1,175

    Post

    Hi !

    Forget about all JavaSript for mac/IE4.5...
    It is just don't support it.

    ------------------
    Good luck !
    Ilya. -Polar Lights Studios-
    Flash sources page

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center