Re: Witango-Talk: Meta Redirect

2004-02-27 Thread Bill Conlon
Why not do a 302 redirect in the http header? I am trying to do a meta redirect and trying to pass some arguments along with it. I keep getting a 403 Permissions Error. I am not allowed to access / on the server. Does anyone know what I am doing wrong or is there a work around for this???

RE: Witango-Talk: Meta Redirect

2004-02-27 Thread Willochell, Mike
Webdude, Here is what I often use: meta http-equiv=refresh content=0;URL=download\@SEARCHARG file This works great as a redirector. The number is the number of seconds to wait before refreshing. Zero instantly redirects. Mike -Original Message- From: [EMAIL

RE: Witango-Talk: Meta Redirect

2004-02-27 Thread webdude
This is exactly what I am using. and I get the error. I don't get it. I think I have a permissions problem... Webdude, Here is what I often use: meta http-equiv=refresh content=0;URL=download\@SEARCHARG file This works great as a redirector. The number is the number of seconds to wait before