I have added a bit of customization to my products page. One of them is to popup a "Please Select a valid size" message when the Add to Cart button is clicked when no option had been selected. To accomplish this, I just wrapped the whole OnCLick method in an If statement that would add a popup event to the button to run on pageload. Now, for some reason, this takes an unreasonable ammount of time. It's an extremely easy task, but takes more time that it takes to initially load the whole page!
Also, I have my product price tied to the selected option (and displaying the lowest kit price otherwise), so that the price shown in Orange changes when a different option is selected. This also takes extremely long on my server.
Now, on my development side (which is a vista machine, with SQL Express), everything runs much quicker... In fact, the AJAX working screen never even comes up. On my production server, however... Whoah! Look out!! Sometimes, 5 or 6 seconds.
Here is a good page to test this out on...
http://localhost:53336/AquaChek-7-Way-T ... P2938.aspx
Does anyone have any ideas for me? I'm at my wits end. I can't figure out a way of doing the check on the client side either, since these elements already have onchange or onclick event associated with them. Maybe I just don't have enough experience to come up with the best solution. That's what I'm betting on

Any help would be greatly appreciated!
Scott