Results 1 to 3 of 3

Thread: javascript popUp question?

  1. #1
    Join Date
    Jul 2008
    Location
    Banglore
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default javascript popUp question?

    My question is
    in window.open() if i give resizable=no,scrollbars=no,width=500px,height=300px is working fine in IE but not working in mozilla ,Iam working on LINUX



    Thank You,
    Sreenu.

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I'm not on a Linux, but maybe worth a try to show us your code so we could play with it.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Units shouldn't be specified with window.open(), pixels are understood. The resizable and scrollbar specifications can be overridden by browser settings, as can be the default effect of omitting a boolean specification like directories.

    Please post a link to the page on your site that contains the problematic code so we can check it out.


    See also:

    http://developer.mozilla.org/en/docs/DOM:window.open
    Last edited by jscheuer1; 07-08-2008 at 05:40 AM. Reason: add link
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •