- From: David Dorward <david@dorward.me.uk>
- Date: Sat, 29 Jul 2006 17:58:29 +0100
- To: www-html@w3.org
On Sat, Jul 29, 2006 at 12:32:40PM -0400, magick wrote: > >Why do you need a noscript element here? > That was a bad example, try this one: > As opposed to just this: > > <p>[ <a href='javascript:scroll(0,0);'>Top of page</a> ]</p> > That's when <noscript> is useful. Still allowing fuctionality when JS > isn't enabled or supported And what is wrong with: <a href="#top" onclick="scroll(0,0); return false;">? -- David Dorward http://dorward.me.uk
Received on Saturday, 29 July 2006 16:58:40 UTC