Re: Webpage redirect solved



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.

.



Relevant Pages

  • Re: Messages from cron net getting e-mailed
    ... Rashkae wrote: ... script, it's very noisy.. ... from a user crontab the file never gets ...
    (Ubuntu)
  • Messages from cron net getting e-mailed
    ... I have a script that uses rsync with the -v option. ... it's very noisy.. ... from a user crontab the file never gets ...
    (Ubuntu)
  • Shutdown a harddisk (NTFS) by script
    ... I wonder if there is any way to shut down a hard disk by any kind of script? ... noisy - thats why I am asking. ...
    (microsoft.public.scripting.vbscript)
  • Re: LDAP query information
    ... a "Dim" statement. ... script is run. ... Microsoft MVP Scripting and ADSI ... to redirect the output to a text file: ...
    (microsoft.public.windows.server.scripting)
  • Re: Page_Load method issues with Back Button
    ... startup script if it should run or not. ... redirect set the hidden field to a different value. ... Instead the client receives the response.redirect and still ... I have created a webform. ...
    (microsoft.public.dotnet.framework.aspnet)