A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: javaScript/flash...sticky....help

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Location
    Las Vegas
    Posts
    25

    javaScript/flash...sticky....help

    hi

    I have been working on this all day.

    go to http://www.frankiefresh.com to see what I have been messing with. I have fixed the previous problem BUT now I am having this issue

    hi

    thanks for your help

    I am creating a new window with an html page using the following code which I copied from a web site.

    <script>
    <!--
    /*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
    function fullwin(){
    window.open("../index.html","","fullscreen,scrollbars")
    }
    //-->
    </script>
    <form>
    <input type="button" onClick="fullwin()" value="Open window">
    </form>

    My problem is that I do not want to use a form button to activate the function. I have 3 separate image maps that I want to call the function. My problem is that I am new to JavaScript and do not know how to modify.

    As you can see, if you click the form button (which I want to eventually delete), I get my desired effect...at this point at least in my IE. I want to cahnge that so you get that effect when you click on the Las Vegas button (image map) and the two on each side of it.

  2. #2
    Space Monkey daarboven's Avatar
    Join Date
    Sep 2001
    Location
    in the basement boiling soap...
    Posts
    217
    sorry, but:
    1)your link results 404;
    2)the button triggers nothing.

    please fix that and repost...
    :::i am jacks complete lack of surprise:::

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