Re: Webpage redirect solved
- From: "slebetman@xxxxxxxxx" <slebetman@xxxxxxxxx>
- Date: 30 Jan 2007 19:33:23 -0800
On Jan 31, 7:51 am, "Greg Curie" <scap...@xxxxxxxxxxxxxxx> wrote:
Hi
I hate the world sometimes. My web page redirect didn't work because I was
thinking about "properties"
<script>
location.replace = "newpage.html"
</script>
When I needed to be thinking about a call.
<script>
location.replace("newpage.html");
</script>
:(
This is why programmers who, after spending hours and even days, on a little
problem of their own making, end up gravitating toward tools which are noisy
and picky, rather than those which accept anything and are very quiet...
Turning on the javascript console in Firefox or "Display a
notification about every script error" in IE makes javascript very,
very noisy.
.
- Prev by Date: Re: help with automatic code generation
- Next by Date: Re: help with automatic code generation
- Previous by thread: Re: Can this be restructured ?
- Next by thread: in-exact graph matching
- Index(es):
Relevant Pages
|