macleodjb
04-26-2007, 04:15 PM
I'm having a problem with my navigation not displaying on my webpage. It's weird because when it doesn't display and you view source on the page, the code is present in the page. If you take your mouse and highlight over the area nothing select as if it's not there. I was thinking maybe the text just showed up white and i couldn't see it, but no it's just not displaying. Every time i refresh the page the navigation will show up. I don't want to have to refresh the page everytime i login. HELP! PLEASE!
This is what i have in my include file for the nav.
//session_start();
//session_name('polv_id');
echo '<DIV id=leftcol>';
echo '<UL id=nav>';
//if(isset($_SESSION['username'])) {
echo '<LI><a href="./main.php">Main</a></LI>';
echo '<LI><A href="./add_job.php">Add Job</A></LI>';
echo '<LI><A href="./edit_job.php">Edit Job</A></LI>';
echo '<LI><A href="./add_rfi.php">Add RFI</A></LI>';
echo '<LI><A href="./add_note.php">Add Note</A></LI>';
echo '<LI><A href="./installation.php">Installation</A></LI>';
echo '<LI><A href="./punch_list.php">Punch Lists</A></LI>';
echo '<LI><A href="./users.php">Users</A></LI>';
//}
echo '</UL>';
echo '</DIV>';
Thanks for the help in advance.
This is what i have in my include file for the nav.
//session_start();
//session_name('polv_id');
echo '<DIV id=leftcol>';
echo '<UL id=nav>';
//if(isset($_SESSION['username'])) {
echo '<LI><a href="./main.php">Main</a></LI>';
echo '<LI><A href="./add_job.php">Add Job</A></LI>';
echo '<LI><A href="./edit_job.php">Edit Job</A></LI>';
echo '<LI><A href="./add_rfi.php">Add RFI</A></LI>';
echo '<LI><A href="./add_note.php">Add Note</A></LI>';
echo '<LI><A href="./installation.php">Installation</A></LI>';
echo '<LI><A href="./punch_list.php">Punch Lists</A></LI>';
echo '<LI><A href="./users.php">Users</A></LI>';
//}
echo '</UL>';
echo '</DIV>';
Thanks for the help in advance.