On 02/05/07, Glenn E. Lanier, II <[EMAIL PROTECTED]> wrote:
>    <a href="#" onClick="openWindow()">More</a>

Please don't. A link to the top of the page that also does something
else if JS is available, is odd.

<a href="URL-to-visit-if-JS-fails.html" onclick="return openwindow()">

(and have openwindow return false in the event of a failure).

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to