Kevin Breit wrote:
Andrew Arnott wrote:

The new site at www.mono-project.com looks great.  Here's a broken link:

On http://www.mono-project.com/using/index.html, clicking the
MonoDevelop link launches this script:
"javascript:openExternal('http://www.monodevelop.com');" That link
opens a new browser window that is empty. Both in FireFox and Internet
Explorer.


Thanks for the feedback.  I'll get that fixed.

What's wrong with <a href="http://www.monodevelop.com";
target="_new">MonoDevelop</a> ?


We use the Javascript function so we have some control (if we want) over the opening browser window.

And locking out all non-js using browsers, or people browsing with js turned off.


This isnt a difficult thing to work around to allow the link to work with your js if its around, or the _new target if js isnt around.

In general (While I love the site), the reliance on js is not so good.

Especially considering the only reason for 'requiring' js is candy, there should be a way to access everything on the site with js turned completely off.

--Todd


Kevin _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to