Drop Down Menu - extra window help

dude_se

Proper Legend
Messages
8,634
Location
UK
This is code for one of my options on drop down menu <option value="/beta/amazon.html" onClick="MM_openBrWindow('http://www.amazon.co.uk/exec/obidos/redirect?link_code=ur2&tag=dvdrentalcomp-21&camp=1634&creative=6738&path=www.amazon.co.uk','merchant','toolbar=yes,loc ation=yes,status=yes,menubar=yes,scrollbars=yes,re sizable=yes')">
Amazon</option> ,
it works except a new window with the amazon link doesnt appear, anyone know why

Basically i want the page to link to www.mysite.com/beta/amazon.html , and then another window to open with 'http://www.amazon.co.uk/exec/obidos/redirect?link_code=ur2&tag=dvdrentalcomp-21&camp=1634&creative=6738&path=www.amazon.co.uk' that in it

What am i doing wrong ?
 
quick question, does the link actually work, I mean does it go to the amazon page in the same window?

I think that we are going to have to see more of the code to be able to know what is going on, specifically the javascript function for the drop down menu that takes care of the navigation.
 
Back
Top Bottom