- From: Maciej Stachowiak <mjs@apple.com>
- Date: Tue, 22 May 2007 12:41:55 -0700
On May 22, 2007, at 12:16 PM, Kristof Zelechovski wrote: > Forgive my being nosy: which uses? > a href="javascript:." is valid but it replaces the current document > with a > document parsed from the textual representation of the value > returned from > the script. If the javascript: URI returns the undefined value (such as by using the void operator or by calling a method with no return type), then the target document is not replaced, but the side effect still occurs. Regards, Maciej
Received on Tuesday, 22 May 2007 12:41:55 UTC