I am new to PHP and of course having a problem. What I am trying to do is to load another screen by way of a menu bar on the side of my site. Even though I believe I have the right coding in place when I click on the menu item it just reloads my welcome screen. Can someone tell me what I am doing wrong?
<table width="80" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/topgrey.gif"></td>
</tr>
<tr>
<td><a href="<?php print(ScreenURL("store_loc")); ?>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','images/storeon.gif',1)"><img name="Image20" border="0" src="images/storeoff.gif"></a></td>
</tr>
<tr>
<td><a href="<?php print(ScreenURL("department") . "&department=1"); ?>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','images/audioequipmentON.gif',1)"><img name="Image2" border="0" src="images/audioequipmentOFF.gif"></a></td>
</tr>