A
Anonymous
Guest
hi
I tried to publish my web site, but I made a mmistake which is:
2)I named my home pge: index_final and not index.
2) I didnt saved it under the root directory, but unser secondary directory.
I tried to solve this problem by:
where "web" is the secondary directory.
but when I open the website, a white pge appears, and done statent, then after some time the index_finl content starts to appear.
another problem occures>>>
which is: I have used Java script on the header of all website pages. the code ws:
I used a mouse over, but it appears like a static picture and no effect happens when I pass the mouse over the pictures.
PLZ help me to solve this problems
I tried to publish my web site, but I made a mmistake which is:
2)I named my home pge: index_final and not index.
2) I didnt saved it under the root directory, but unser secondary directory.
I tried to solve this problem by:
Code:
<? header("Location:/web/index_final.php"); ?>
but when I open the website, a white pge appears, and done statent, then after some time the index_finl content starts to appear.
another problem occures>>>
which is: I have used Java script on the header of all website pages. the code ws:
Code:
<tr>
<td height="70" valign="top" bgcolor="#FFFFFF"> <TABLE width="745" height="70" BORDER="1" align="center" CELLPADDING="0" CELLSPACING="0" bgcolor="#FFFFFF" >
<tr>
<td width="19%" height="68"><a href="join_us.php" onMouseOver="MM_swapImage('Image1','','web_images/sign2.jpg',1);MM_swapImage('Image1','','../web_images/sign2.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="../web_images/sign.jpg" name="Image1" width="149" height="66" border="0" id="Image1"></a></td>
<td width="19%"><a href="job.php" onMouseOver="MM_swapImage('Image2','','../web_images/18.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="../web_images/17.jpg" name="Image2" width="149" height="66" border="0" id="Image2"></a></td>
<td width="19%"><a href="buzness_support.php" onMouseOver="MM_swapImage('Image3','','web_images/c2.jpg',1);MM_swapImage('Image3','','../web_images/c2.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="../web_images/c.jpg" name="Image3" width="149" height="66" border="0" id="Image3"></a></td>
<td width="19%"><a href="program1.php" onMouseOver="MM_swapImage('Image4','','web_images/i2.jpg',1);MM_swapImage('Image4','','../web_images/i2.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="../web_images/i.jpg" name="Image4" width="149" height="66" border="0" id="Image4"></a></td>
<td width="19%"><a href="helpme.php?i=0" onMouseOver="MM_swapImage('Image5','','web_images/g2.jpg',1);MM_swapImage('Image5','','../web_images/g2.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="../web_images/f.jpg" name="Image5" width="149" height="66" border="0" id="Image5"></a></td>
</tr>
PLZ help me to solve this problems