Difference between revisions of "Bxp API - Pop a URL"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with "<h1>How to pop a URL demo</h1> <h2>Details</h2> <table> <tr><td width="200">Type</td><td width="350"> <select name="strEngine" id="strEngine" style="width:100%;" > <option...")
 
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<h1>How to pop a URL demo</h1>
+
<htmlet nocache="yes">bxpapidemo</htmlet>
<h2>Details</h2>
+
 
<table>
+
 
<tr><td width="200">Type</td><td width="350">
+
[[Category:Topic:JavaScript]]
<select name="strEngine" id="strEngine" style="width:100%;" >
+
[[Category:Topic:bxp API]]
<option value="Lookup">Lookup</option>
 
<option value="Addition">Addition</option>
 
</select>
 
</td></tr>
 
<tr><td width="200">System</td><td width="350"><input type="text" name="strSystem" id="strSystem" value="client_demo" style="width:100%;" /></td></tr>
 
<tr><td width="200">User</td><td width="350"><input type="text" name="strUser" id="strUser" value="bxpapi" style="width:100%;" /></td></tr>
 
<tr><td width="200">Password</td><td width="350"><input type="text" name="strPassword" id="strPassword" value="bxpapi" style="width:100%;" /></td></tr>
 
<tr><td width="200">External Reference Code</td><td width="350"><input type="text" name="strCampaign_Code" id="strCampaign_Code" value="bxpAPIDemo" style="width:100%;" /></td></tr>
 
<tr><td width="200">Phone Field</td><td width="350"><input type="text" name="strLookupField" id="strLookupField" value="strCDA_730_field_0_9" style="width:100%;" /></td></tr>
 
<tr><td width="200">Phone Number</td><td width="350"><input type="text" name="strLookupValue" id="strLookupValue" value="" style="width:100%;" /></td></tr>
 
<tr><td width="200">Generate URL</td><td width="350"><input type="button" name="btnConstruct" id="btnConstruct" value="Create URL" onclick="fn_bxpapi_construct()" style="width:100%;" /></td></tr>
 
</table>
 
<br /><br />
 
<h2>The URL</h2>
 
<table class="wraptable">
 
<tr>
 
<td width="200">URL for editing</td>
 
<td width="350"><input type="text" name="strURL" id="strURL" value="" style="width:100%;" /></td>
 
</tr>
 
<tr>
 
<td width="200">Click to open </td>
 
<td width="350"><input type="button" name="btnOpen" id="btnOpen" value="Pop URL" onclick="fn_bxpapi_launch()" style="width:100%;" /></td>
 
</tr>
 
<tr>
 
<td width="200">The URL</td>
 
<td width="350"><div id="divURL"></div></td>
 
</tr>
 
</table>
 

Latest revision as of 18:47, 25 November 2015

Cannot find HTML file bxpapidemo.html