Thanks Tyson. Yeah, the Microsoft-provided sitebuilder is...weird at best.
In this bizzare sitebuilder implementation, I can't actually do the button-moving suggestions (though I'd prefer to - believe me) because I seem to have the "choice" of having the the pop-up appear in bizzare places [like half-way down the horizontal length of the page], or having it appear inside of a frame, with the display limited to the size of the frame that I make. [IOW, if I make a button-sized frame, I see a button-sized part of the pop-up window.]
Your suggestion about the buy-it now button is right-on, I think, for the site I directed you to, and I'll do that. Unfortunately, it doesn't make the question go away.
The actual reason that I was asking the thread question is for this site here: http://megajoule.web.officelive.com/default.aspx where my wife has implemented the multi-color selection drop menus in the JS shopping cart by simply putting the code in a frame at the bottom of each of the product pages that is big enough to display the cart. It all works (abet in a somewhat odd way) but of course this still leaves no way to get to the cart from the top of every page.
So, she did the same thing I did on the page I directed you to : http://megajoule.web.officelive.com/ShoppingCart.aspx
If we assumed, arguendo (for the purposes of argument) that the view cart button is inside of a HTML module frame, pasted EXACTLY as provided, WOULD it be possible to mod the script to just run when the page is loaded, rather than to show the button?
IOW, just to be clear, if we suppose that this is what the code in the frame on this page looks like:
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=47863&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart"/></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
...is there a version of that script that - on an otherwise blank web page - would just display the cart when the page loaded, instead of displaying a button and waiting to be clicked? I do know that this is a silly request, as it's all backwards from what the implementation would normally do, but humor me, if you would.
Thanks!
Dex