different results ---netscape/IE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • j-marvin

    different results ---netscape/IE

    hi-

    i have code that prints out bookmarks in a html table.
    the links appear in the table and when i click on a link in IE
    it goes to the link. when i click on the link in netscape it
    says



    Forbidden
    KFWebServer/2.5.0 Windows XP at http://127.0.0.1 Port 9122

    this appears to be the offending line of code (best guess)


    print("<td><a href=\"http:\\\ www.tinyurl.com \\$row[0]\">$row[0]</a>
    </td>");

    any ideas??

    i am going to have my resume on this site so i care about different
    browsers. i will probably test mozilla also. before i wouldnt have cared
    but since the virus writers target IE and everyone is being told to use
    different browsers it becomes more important now for my site to work with
    more than one browser.

    thank you,
    jim
  • j-marvin

    #2
    Re: different results ---netscape/IE

    hi-

    i figured it out. just a common syntax type error.
    i had the slashes going the wrong way.

    thanks,
    jim

    Comment

    Working...