Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weird href problem - please help

Status
Not open for further replies.

Bastien

Programmer
May 29, 2000
1,683
CA
hi all,

i have a page with an image button that uses an href to move to the next page...the link is fine and displays in the status bar correctly...

but when the link is clicked, i get a 404 error saying "The requested URL /getbooths.php was not found on this server."

getbooths.php is on the server though not in that directory and is the page where the button is showing...

the code for the link is :

<a href='../floor/register.php' onMouseOut=&quot;MM_swapImgRestore();&quot; onMouseOver=&quot;MM_swapImage('booth_form_bt_r2_c2','','booth_form_bt_r2_c2_f2.gif',1);&quot; ><img name=&quot;booth_form_bt_r2_c2&quot; src=&quot;booth_form_bt_r2_c2.gif&quot; width=&quot;163&quot; height=&quot;16&quot; border=&quot;0&quot;></a>

what is going on here?

TIA


Bastien

cat, the other other white meat
 
The server thinks that the file is in the same directory as the page that is calling it. If it's not there, you'll have to change your link accordingly.

There's always a better way...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top