[thelist] site review

Joshua Olson joshua at alphashop.net
Thu Jun 7 18:39:48 CDT 2001


Looking at the calendar link on the homepage, it doesn't seem like it'll
work without javascript.  You may think about actually setting the link to
something like:

<a href="calendar/index.html" onClick =
"MM_openBrWindow('calendar/index.html','catalogue','scrollbars=yes,width=310
,height=450'); return false;" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('calendar','','images/navroll2_05.gif',1)"><img
name="calendar" border="0" src="images/nav2_05.gif" width="210" height="24"
alt="Calendar"></a>

That way, the link will still be followed by non-js enabled browsers.  JS
enabled browsers will open the popup and cancel the link via the return
false at the end of the onclick.

-joshua





More information about the thelist mailing list