Problem with NewURL() on IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • geniajanssen
    New Member
    • Jan 2007
    • 12

    #1

    Problem with NewURL() on IE

    All of a sudden I cannot open a new window on IE. Everything works fine on Firefox. You can try this in both browsers using the link http://www.saratogacha mber.org/website_links.h tm. Does anyone know what is going on?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    that seems to be strange:

    [HTML]<a href='javascrip t:; onClick=NewURL( "http://www.saratoga.ca .us");'>[/HTML]
    try the following:

    [HTML]<a href="#' onclick="NewURL ('http://www.saratoga.ca .us');">
    [/HTML]
    kind regards

    Comment

    • geniajanssen
      New Member
      • Jan 2007
      • 12

      #3
      Originally posted by gits
      that seems to be strange:

      [HTML]<a href='javascrip t:; onClick=NewURL( "http://www.saratoga.ca .us");'>[/HTML]
      try the following:

      [HTML]<a href="#' onclick="NewURL ('http://www.saratoga.ca .us');">
      [/HTML]
      kind regards
      My favicon also does not appear with IE yet appears on Firebox. Do you have any idea why?

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        please show the relevant code ... how did you include the favicon?

        kind regards

        Comment

        Working...