I'm trying to use a dropdown to display a separate html value for an inline html field in a simple form portlet script when a value is selected in a dropdown. Url doesn't seem to be available for client scripts, and the NSAPI document confirms this, but I've definitely used url.resolveScript() in client scripts, on fieldChanged for instance. If url is not available, how can I use an html select element to display different html on the inline html field?