Hello, I'm trying to get the following script to open in a new window when a user clicks on one of the buttons. Here it is, any help is greatly appriceated.
***********
String.prototype.trim = function()
{
return this.replace(/^\s*|\s*$/g,'');
}
function ProcessInput(e)
{
if...