in reply to Re: • Testing URL existence
in thread [untitled node, ID 176516]
Remember, Javascript is executed, not parsed. In any case, it won't work with text browsers (lynx, links), won't work with fast GUI browsers such as Dillo, and won't work on WAP/PDA/cell users. It's also a client-side solution, which means you rely on the client having it enabled, and using a browser which can properly execute the code you put in it.
Rule 1: Never trust the client browser.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Testing URL existence
by shotgunefx (Parson) on Jun 24, 2002 at 07:08 UTC |