for kent fied's asset mapping
HTML
<div style="width: 70%; position: relative; top: 5%">
<form method="post" action="confirmation_page.php" onsubmit="return validate()">
<input type="hidden" id="hdnAssetTypeID" name="hdnAssetTypeID" value="5">
<input type="hidden" id="hdnDelimiter" name="hdnDelimiter" value=",">
<input type="hidden" id="hdnQualifier" name="hdnQualifier" value=""">
<input type="hidden" id="hdnFileNm" name="hdnFileNm" value="/kbox/kboxwww/tmp/1_New SFDC Report.csv">
<input type="hidden" id="hdnIsHeaderInFile" name="hdnIsHeaderInFile" value="on">
<input type="hidden" id="hdnUserKey" name="hdnUserKey" value="">
<input type="hidden" id="hdnCustomFieldCount" name="hdnCustomFieldCount" value="0"> <table border="1" align="center">
<tbody><tr>
<td class="inputFormat" align="center" bgcolor="#BAD1FC">Asset Import - Step 3</td>
</tr>
<tr>
<td class="inputFormat" align="center">Map Asset Type fields with CSV file fields</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td class="inputFormat" width="200"><b>Asset Type Name:</b></td>
<td class="inputFormat" align="center">Computer </td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td class="inputFormat"><b>Standard Fields</b></td>
</tr>
<tr>
<td>
<table border="1" width="100%"><tbody><tr><th class="inputFormat" align="center">Required<font> </font></th><th class="inputFormat" align="center">Standard Fields</th><th class="inputFormat" align="center">CSV Fields</th><th class="inputFormat" align="center">PK</th></tr><tr><td class="inputFormat" align="center"><font color="#FF0000">*<font> </font></font></td><td width="100" class="inputFormat">Asset Name...
JavaScript
/* copy everything on line 2 into a bookmark to use it on your own page */
javascript:(function(e,t,n,r,i,s,o,u,a){g=n();if(!(s=e.jQuery)||g>s.fn.jquery||r(s,i)){o=t.createElement("script");o.type="text/javascript";o.src="http://ajax.googleapis.com/ajax/libs/jquery/"+g+"/jquery.min.js";o.onload=o.onreadystatechange=function(){if(!u&&(!(a=this.readyState)||a=="loaded"||a=="complete")){r((s=e.jQuery).noConflict(),i,u=1);s(o).remove()}};t.documentElement.childNodes[0].appendChild(o)}})(window,document,function(){return prompt("What jQuery Version do you want? (1 for latest)","1.8.1")},function(e,t,n){var r={"Asset Name":"0","other field name":"2"};jQuery("select").each(function(){$this=jQuery(this);var e=$this.closest("td").prev("td").text().match(/[^(]*/ig)[0].trim();jQuery(this).val(r[e]||jQuery(this).val())})})