another headache I'm suffering in upgrading SS1.0 to 2.0: I made a customization which looks a bit hacky today. I created a button on the form using custom record HTML field by <button onClick="function()"></button> and it calls a client script function when clicking on it. but in SS2.0 client script won't work this way as it doesn't load function() to the page so the function can't be called..is there any way to make it work?? thanks