> > > View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - > click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose > Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work > from page to page. > > I'm wondering if it has something to do with the Browsers Defaults on where > you land on a page when clicking on the links? > > Your feedback and help is appreciated''
A "return false" could prevent this. But in your case, you specifically tells browser to go top: ...images/pdc-brochure-low-res.pdf" target="_top" Apart from the target="_top". We don't do nested anchor links. <a href="#..."><a href="_image/pdc-brochure-low-res.p" target="_top">....</a></a> You may want to clean up your codes, and perhaps pick up a habit switching between view source and visual mode when work in Dreamweaver. tee ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
