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,
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,