Hi all
I have a file I open in a smaller window, like this:
<a href="#" onclick="window .open....
but it also causes the main window to jump to the top. What have
people done to avoid that?
BR
Sonnich...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
avoiding jump with <a href="#" onclick="window.open....
-
removeNode() for a dynamic div doesn't work in firefox
hi,
i have a javascript function to highlight google search keywords in the
page. it works well on IE and mozilla browsers. for the page OnLoad, i
call the Highlight() method, and that highlights the words in the page, and
inserts a div element with the message: "your search terms have been
highlighted..." and a link to remove the highlighting, which has
href='javascrip t:removeHighlig ht(..)', but that...