A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: No menu or toolbar menus, just address bar, on my site...how?

  1. #1
    Noob with alot of questions
    Join Date
    Oct 2002
    Posts
    226

    No menu or toolbar menus, just address bar, on my site...how?

    How can I edit my page so that when user goes to my url it gets rid of there tool bars and menu bars...

    or how can I have it so that when my auto-forword code kiks in, it makes that page with no toolbars or menu bars..

    <script language="Javascript">

    if(screen.width>800||screen.height>600){
    window.location.href="high.html";
    }
    else{
    window.location.href="low.html";
    }

    </script>
    --Dont blame me if iam wrong....

    www.hattrickproductions.tk
    Not much there, but need 30 hits every 90 days for it to stay free for me.

  2. #2
    Senior Member
    Join Date
    Sep 2003
    Posts
    974
    well... i dunno if you can actually change the actual window's toolbars.. but i have this instead...

    <script language=javascript>
    <!--
    function Launch_Site(){
    newwindow = window.open( 'index.asp', 'Penta', 'width=800,height=600,top=20,left=20,toolbar=0,loc ation=1,directories=0,status=1,menubar=0,scrollbar s=0,resizable=res' );
    newwindow.focus()

    }
    window.onLoad = Launch_Site();
    //-->
    </script>

    hmm.. i'm not sure if i did it right.. but you can change the 1's and 0's, okay? just test the code...
    Flash MX + ASP + WinXP Pro
    Now Learning PHP & MySQL

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