On Tue, 6 Apr 2010 13:40:59 -0400
m g <miles.gro...@gmail.com> wrote:

> In reference to
> http://nibble.develsec.org/hg/sw/file/80e2f5765b48/sw.cgi ...
> 
> Is there a reason on line 20 relies on javascript as opposed to
> something such as the <meta> tag?
> 
> echo
> "<html><head><script>window.location=\"${PREFIX}${BIN}\";</script></head></html>"
> 
> vs
> 
> echo "<html><head><meta http-equiv=\"Location\"
> content=\"${PREFIX}${BIN}\" /></head></html>"
> 

Thanks :) Now, the hg tip is using:

<meta http-equiv=\"Refresh\" content=\"0; ${PREFIX}${BIN}\">

Kind regards,
-- nibble

Reply via email to