Results 1 to 4 of 4

Thread: window.open() :- javascript

  1. #1
    Join Date
    Mar 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question window.open() :- javascript

    hi...

    i hav created a link name CLICK...
    when i wil click this link it should open a new window without title bar

    the code that i hav written....

    printf("<p><a href=\"#\" onClick=\"javascript:window.open('candidate_start.php?candidate_id=$stuid&qpaper_id=$qpid&groupid=$grpid', 'think_test',status=1,location=no,menubar=no,toolbars=no,scrollbars=yes ,fullscreen=yes'); return false;\">CLICK</a>");

    if i am executing this code in windows its not giving the title bar but the same code for linux is showin the title bar....

    my OS is linux...
    what should i do to correct this problem..

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Perl, I take it?
    I think this probably has more to do with the browsers you're using than the OS they're running under. Does this still happen using the same browser and the same version of the browser on both OSes?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    My Os is linux and my browser is Mozilla Firefox
    and on windows its internet explorer.....

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    And if you install Firefox on Windows (the same version as you have running on your Linux distro) does the "problem" still happen? I think this is a security feature, not a bug, though.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •