I'm trying to use a dropdown to display a separate...
# suitescript
r
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?
Not sure why but inline html portlet script with iframe to suitelet with client script solves it.