PDA

View Full Version : javascript:goBuy() - Open in new window??


fat_dog
07-17-2002, 03:09 PM
I'm using this code as part of my shopping cart "javascript:goBuy()"

- it only seems to want to load in the whole page - and not in a frame, nor does it want to load in a new window - what's the extention I add to get it to do this?

Thanks guys :)

requestcode
07-17-2002, 03:22 PM
Can you post the code or provide a link?

fat_dog
07-17-2002, 03:48 PM
<area shape="rect" coords="488,25,608,39" href="javascript:goBuy()" target="mainFrame">

I want it to load in the frame but it's loading in a new window >.<

:)

tamienne
07-17-2002, 05:49 PM
Can you post the code for goBuy()?

It could be because you have target="mainFrame" but goBuy can override that. Won't be able to tell you for sure until we see goBuy().