Help with HTML Pop-up window coding?

Vid

New member
I'm making a restaurant interface for school project. I have made it so that when people want to view information about a product they click "press here" and a pop up window with the information opens. I now want a function that opens up to my managecart page through opening another pop-up window whilst closing it at the same time.
This is an example of my code so far...but i can't get it working.
This is enbedded in a popup window that is already open(i need it closed and another to open)

<a onclick="MM_openBrWindow('managecart.htm
l','','scrollbars=yes,resizable=yes')"
onclick="self.close()"">
View Cart</a>

sorry about the coding looking like its everywhere but yahooanswers wouldn't show the complete coding instead it replaced half of it with"......" to fix and look at it properly copy code and press Delete at the end of each line. Thanks :)
 
Back
Top