PDA

View Full Version : problem w/ hyperlink



jorgece
01-11-2004, 05:22 PM
hi,

I'm having a weird problem here: We have 2 buttons which redirects users to 2 folders in the same URL - notice that both are hosted in the same domain, one being the main 'index.html' file and the other a subfolder.
The problem is that one button works fine (the one of the subfolder) and the other takes us to the right site BUT it doesn't show the page, its states 'error 405 non allowed resource'.
What can it be ? if reloaded or typed directly, the page shows fine. Both buttons scritpts are identical, they just change the folder :
button 1: getURL("http://www.server.com/index.html","_blank")
button 2: getURL("http://www.server.com/clients","_blank")

Thanks in advance,

jeet
01-12-2004, 06:27 AM
Hi jorgece,

'error 405 non allowed resource'.

The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.

Or please contact the server's administrator!

regards
jeet