I'm trying to replicate the look of Nextopia's Quick View pop up. They are using Colorbox. An example on our site is at http://www.hatsinthebelfry.com/category/womens-hats.html
This is the Miva code for the current button (test page here: http://www.hatsinthebelfry.com/category/NEXtest.html)
Current Button:
<input type="button" value="Quick View" onClick="divwin=dhtmlwindow.open('divbox&mvt:product:id;', 'div', 'somediv&mvt:product:id;', '&mvt:global:JSProdName;', 'width=600px,height=560px,top=20px,scrolling=1, center=1'); return false" style="cursor:hand;" class="nxt_moreinfo">
This is the code I got from Jack Moore (the developer of Colorbox), but this is to open an html page. I need to open a div.
<button onclick='$.colorbox({href:"example.html"}); return false;'></button>
Can anyone tell me how to call the miva code correctly in the colorbox syntax?
As I understand you asking about this:
And html: