WB786
MIS
- Mar 14, 2002
- 610
I didn't design this website and moved the website from one domain to another but the page is not displaying correctly. I am getting a script error saying expected: ) at character 30 - in the following line:
<td><a href="page.html?id=<? echo $id; ?>&bid=<?php echo $r['ID']; ?>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('<?php echo $r['button']?>','','graphics/<?php echo $r['button']; ?>-over.jpg',1)"><img src="graphics/<?php echo $r['button']; if($bid==$r['ID']) echo "-over"; ?>.jpg" name="<?php echo $r['button']?>" width="145" height="30" border="0"></a></td>
the main page to the website loads fine but when you click on say About Us the page.html doesn't pull the correct values from a MySQL database that doesn't reside on the same web host - (the guy who setup this website is hosting the server at his domain) I have talked to this guy but he is not sure why I am having such a problem so if anyone else can help that would be really GREAT!!
Working site:
New Domain:
Thanks,
WB
<td><a href="page.html?id=<? echo $id; ?>&bid=<?php echo $r['ID']; ?>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('<?php echo $r['button']?>','','graphics/<?php echo $r['button']; ?>-over.jpg',1)"><img src="graphics/<?php echo $r['button']; if($bid==$r['ID']) echo "-over"; ?>.jpg" name="<?php echo $r['button']?>" width="145" height="30" border="0"></a></td>
the main page to the website loads fine but when you click on say About Us the page.html doesn't pull the correct values from a MySQL database that doesn't reside on the same web host - (the guy who setup this website is hosting the server at his domain) I have talked to this guy but he is not sure why I am having such a problem so if anyone else can help that would be really GREAT!!
Working site:
New Domain:
Thanks,