Hello,
Can someone tell me why on some computers the following list will fail . I
have a user reported that some of the links in the below list will fail and
some will work. The ones that fail will have the www missing in the URL. For
example when this particular computer will have the link as
http://mysite.com/entry_page.php instead of
This is only happening on 1 computer as far as I know and I sure can't
explain it. Hope you can!
This you very much!
Vic
<div id="navcontaine r">
<ul id="navlist">
<li><a href="judges.ph p" >Judges</a></li>
<li><a href="entry_pag e.php" >Enter Horse</a></li>
<li><a href="fileuploa d.php?do=upload ">Show Schedule</a></li>
<li><a href="classes_l istdetail.php?d o=<?php echo $_SESSION['ShowID'];
?>">Class List</a></li>
<li><a href="showresul ts.php">Show Results</a></li>
<li><a href="myhorses. php">My Horses</a></li>
<li><a href="removesho w.php?remove=<? php echo $_SESSION['ShowID'];
?>">Remove Show</a></li>
</ul>
</div>
Can someone tell me why on some computers the following list will fail . I
have a user reported that some of the links in the below list will fail and
some will work. The ones that fail will have the www missing in the URL. For
example when this particular computer will have the link as
http://mysite.com/entry_page.php instead of
This is only happening on 1 computer as far as I know and I sure can't
explain it. Hope you can!
This you very much!
Vic
<div id="navcontaine r">
<ul id="navlist">
<li><a href="judges.ph p" >Judges</a></li>
<li><a href="entry_pag e.php" >Enter Horse</a></li>
<li><a href="fileuploa d.php?do=upload ">Show Schedule</a></li>
<li><a href="classes_l istdetail.php?d o=<?php echo $_SESSION['ShowID'];
?>">Class List</a></li>
<li><a href="showresul ts.php">Show Results</a></li>
<li><a href="myhorses. php">My Horses</a></li>
<li><a href="removesho w.php?remove=<? php echo $_SESSION['ShowID'];
?>">Remove Show</a></li>
</ul>
</div>
Comment