Topic awaiting preservation: If file exists (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 04-13-2005 01:55
Can Javascript check if a file exists and then redirect? |
Paranoid (IV) Inmate From: France |
posted 04-13-2005 09:28
[uber_quick_reply] |
Paranoid (IV) Inmate From: USA |
posted 04-13-2005 15:16
It's certainly possible, especially if it's all local. Javascript's security would prevent you from fetching things remotely, but that doesn't seem to be what you want. |
Bipolar (III) Inmate From: |
posted 04-13-2005 23:48
Thanks for the links, i'll take a look. |
Bipolar (III) Inmate From: London |
posted 04-19-2005 13:42
If IE-only is OK, then you can use the FileSystemObject ActiveX control to do this. |