I've written a script that works great in IE. But when I use the script in Netscape, my images won't show up. If I type the location of my images in the URL field in Netscape, they show up just fine. Here's part of the script:
$post_pic='c:\\inetpub\\Apache\\htdocs\\listings\\ images\\'.$pic;
echo ("<tr><td><font size=5><br><a href=\"listinginfopage.php?action=update&new_id=$n ew_id\"><img src=$post_pic width=144 border=0></A></td><td><font color=#990066 size=3 face=Arial, Helvetica, sans-serif><b>$address</b></font> <br></td><br></tr>");
Instead of getting an image, I get the blank box with the little icon in the upper left corner. Why would it see the correct path in IE but not Netscape? Any and all help is greatly appreciated! 
|