Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Pop-up windows will not open...!

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    16

    Smile Pop-up windows will not open...!

    Hello

    I am using Opera 9.26 and have some javascript that is supposed to open popup windows when images are clicked. However, nothing happens when I click the images.

    I have the "open all pop-ups" option selected Preferences>General, and all of the other javascript I have works fine. I have been told by others that the pop-ups work fine in their Opera browser, so it is something in my configuration that I don't know about. Also, it used to work fine in previous Opera versions.

    I have also deleted and reinstalled Opera, but that did not solve the problem.

    These pop-ups open fine in the latest "FireFox and Internet Explorer. You can test it for yourselves at:

    Nepal - The Himalayas - May 2007 - Page 2

    Click any in the list of images.

    Any assistance in this matter will be much appreciated

    Regards to all,

    dEAN

  2. #2
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    760

    Re: Pop-up windows will not open...!

    Although it works in Firefox, Firefox doesn't like your Javascript. It complains about a "malformed URI reference" on your links. I can't immediately see why, but that's probably why it doesn't work in Opera.
    Dynamic Software Development
    www.activeminds.ca

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    16

    Thumbs up Re: Pop-up windows will not open...!

    Thank you for your reply to my problem. I received the following message from the person who wrote that Javascript.

    I'm wondering if anyone has input to this idea, or how Opera identifies itself.

    Thanks,

    dEAN



    Hey Dean,

    This is likely...

    "The reason it works for other people is that opera used to identify itself
    as internet explorer by default, and their settings probably haven't been
    changed."

    Unfortunately, I have no idea what Opera *does* identify itself as... *my*
    version (latest) still ID's as IE. Go figure.

    If you can dig that factum up somewhere a script mod would be easy enough
    for you to do (see below).


    var isNN=(navigator.appName=="Netscape")?1:0;
    var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
    var isOP=(navigator.appName.indexOf("????????")!=-1)?1:0;}
    if (isOP) {isIE=1;}

Similar Threads

  1. Don't open new windows!
    By Webnauts in forum Graphics & Design Discussion Forum
    Replies: 57
    Last Post: 06-04-2006, 08:46 PM
  2. Open source threat to Windows
    By WPW_Feedbot in forum IT Discussion Forum
    Replies: 0
    Last Post: 02-09-2005, 09:30 AM
  3. How good are the open source Windows apps?
    By WPW_Feedbot in forum IT Discussion Forum
    Replies: 0
    Last Post: 02-07-2005, 11:30 PM
  4. How good the open source Windows apps?
    By WPW_Feedbot in forum IT Discussion Forum
    Replies: 0
    Last Post: 02-07-2005, 09:31 PM
  5. Evaluating open source Windows
    By WPW_Feedbot in forum IT Discussion Forum
    Replies: 0
    Last Post: 01-26-2005, 10:12 AM

Posting Permissions

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