jcecz wrote:
Quote:
never mind...found it!
the missing # |
hmm, sounds like you may have solved your problem in an undesirable way.
I am guessing now, but your solution replaces the href value with # ?
That will work, however it will also make it impossible for folks with
javascript turned OFF - or Search Engines which do not use javascript -
to reach your linked page. Instead do this:
<a
href="http://www.temple.edu/photo/photographers/cartier_bresson/pages/boy.htm"
onclick="MM_openBrWindow('http://www.temple.edu/photo/photographers/cartier_bres
son/pages/boy.htm','','scrollbars=yes,resizable=yes,width=40 0,height=500');return
false">Henri Cartier-Bresson</a>
Notice I inserted ";return false" in there. Now everyone will get to
see your linked page, with or without javscript.
--
E. Michael Brandt
www.divaHTML.com
divaPOP : standards-compliant popup windows
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--