A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: simple pushbutton link question

  1. #1
    When i press a pushbutton, i wanna be able for it to open up a web page (that's simple enuf). but, i want the web page that is opened to have no features(ie toolbars or scrollbars). Thanks in advance for helpful advice

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Then from the pushbutton, first open up a "naked window" popup in which your html will be called!

  3. #3
    But you see, that's my problem, i dont kno how to program it to open a "naked window"

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Try...

    Code:
    getURL("javascript:NewWindow=window.open('your.html','newWin','width=400,height=400,
    left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');NewWindow.focus();void(0);");
    Replace 'your.html' with your html.

  5. #5
    Thanks alot, This will be very useful. When it opens up the window, it also opens up another window that contains <object> in the top left corner. any ideas?

  6. #6
    sry its [object] not <object>

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