At 15:52 13.03.2003, -{ Rene Brehmer }- said:
--------------------[snip]--------------------
>My IE doesn't care about that ... it kicks both into action ... which is
>bothersome as I normally used '#' in the href when onclick was used to
>open windows... so everytime you clicked the link, it'd scroll the page to
>the top, while opening the new window.
>
>The same thing happens with target (if target is _new) and # in href.
>It'll load a new window, with the current page in, and try to run the
>onclick function there...
--------------------[snip]--------------------
You might use <a href="javascript:void(0);" onClisk="..."> here - however
note that this won't do _anything_ if JS is disabled.
--
>O Ernest E. Vogelsinger
(\) ICQ #13394035
^ http://www.vogelsinger.at/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php