[EMAIL PROTECTED] said:
> We have a website with "normal" HTML-Pages and Pages which ONLY are
> opened by Javascript in a new Popup-Window (href="javascript:window.ope
> n(..);" basically). 

disregarding the question why one would use JavaScript for such a basic
browser function as following a link in the first place, good practice
would be to provide both, a good old-fashioned link, and the JavaScript,
like this

  <a href="page.html" target="_blank" onclick="java_code">anchor</a>

this would invoke the JavaScript in those browsers that have it enabled
and still allow others, including search engines, to follow the link normally.

Roman Maeder


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to