[thelist] javascript pop-up problem

Anthony Baratta Anthony at Baratta.com
Mon Jul 23 16:24:55 CDT 2001


At 02:08 PM 7/23/2001, Rachel Starr wrote:
>I'm using  javascript  to open popup picture windows that close when you
>click outside of them.  I have a list of links to photos that extends down

Instead of this:

<a href="#" onClick="openPictureWindow_Fever('gallery .......

Try this:

<a href="javascript://" onClick="openPictureWindow_Fever('gallery ......

The HREF is sending a "go to the top" to the browser.
----
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."





More information about the thelist mailing list