A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: ::: PoP UP! ::::

  1. #1
    Member
    Join Date
    Jan 2003
    Location
    CPU
    Posts
    38

    ::: PoP UP! ::::

    hi!

    can u test this pop up with your Mac...pleaze?

    thank u so so so much!


    www.managementonline.it/pop



    b-vegetarian

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    If it's supposed to pop open a window with a button to make the parent window go to a different page, it works in Chimera (Mozilla) and IE, window is too small in safari, but safari is still in beta.
    Sam



  3. #3
    Member
    Join Date
    Jan 2003
    Location
    CPU
    Posts
    38
    Originally posted by SJT
    If it's supposed to pop open a window with a button to make the parent window go to a different page, it works in Chimera (Mozilla) and IE, window is too small in safari, but safari is still in beta.
    i've problem with Netscape...it open a small pop up...too small...


    instead it has to open a normal pop up and from this pop up it has to change the index....

    thank u SJT!

  4. #4
    Member
    Join Date
    Jan 2003
    Location
    CPU
    Posts
    38
    Originally posted by %20
    i've problem with Netscape...it open a small pop up...too small...


    instead it has to open a normal pop up and from this pop up it has to change the index....

    thank u SJT!
    in the btn "POP" i inserted this code:

    on (release) {
    getURL("javascript:window.open('pop.htm','ciauz',' width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");
    }


    how can i say to have resazible handle?

  5. #5
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    PHP Code:
    on (release) {
        
    getURL("javascript:window.open('pop.htm','ciauz','width=" add wdth add ",height=" add hdth add ",resizable,top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");

    Like this.
    Sam



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