A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: javascript problems, works on PC but not on Mac

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    3

    Question

    I am opening a window through flash, using the following text in get url
    javascript:newwin("film.htm","cv","width=520,heigh t=480)
    the script in the html is as follows
    <SCRIPT LANGUAGE=JavaScript>
    <!--
    function newwin(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }
    //-->
    </SCRIPT>
    this works fine on my PC, but not not on the Mac I been using althought both runs on explorer.

    the site is http://home.swipnet.se/blurred-amnesia
    push the cv button

    thanks

  2. #2
    Junior Member
    Join Date
    Apr 2000
    Posts
    3

    Post

    sorry there should be a " after 480

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

    Post

    Hi !

    And besides some IE for mac just have not support of Java Script...

    ------------------
    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