Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
CGI-CALLOUT
System
Hi,
In the below code.Is it possible to pass selected Products for example AA to the callout on the Models without formAPI.
I want to use select products in my cgi.Could anybody give idea how to achieve this ???
<item name="Products">
<select>
<option label="AA" value="AA"/>
<option label="BB" value="BB"/>
</select>
</item>
<item name="Models"">
<textarea row="5" col="20" >
<cgi-callout label="Model Id..."
url="/iw-bin/Models.ipl"
window-features="width=480,height=380,resizable=no,toolbar=no,scrollbars=no"/>
</textarea>
</item>
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet