G
Greg Curie
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...
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...