_DropDownWidth=200px.
To my forms On Add / On Load I added the encodeURL script
myURL = "http://creator.zoho.com/VIN_Database_Form/";
encodedURL = encodeUrl(myURL);
But the url address still shows the longer one. What is the correct way to use the encodeURL to achieve the shorter address?