Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any idea why the first drop-down choice returns a blank?
Message
General information
Forum:
Internet
Category:
Javascript
Title:
Any idea why the first drop-down choice returns a blank?
Miscellaneous
Thread ID:
00984180
Message ID:
00984180
Views:
56
How come I can pick any other school name, but Alabama, the first one on the drop-down list, and everything works fine?
The only thing different about Alabama is that it is first on the list.
I don't see why Alabama would work any differently. Do you? Thanks ahead of time for your assistance. My Javascript code follows:
    <p align="left"> <script language="JavaScript" type="text/javascript">
<!--
function AddValue(StrName){
	var CurrentValue1 = ' ID 62'
	var CurrentValue2 = ' Tailgate PartyPack';
	window.document.getElementById('item_name').value = CurrentValue1 + StrName + CurrentValue2 + ' ';
}
//-->
    </script>
<select name="D1" size="1" onChange="AddValue(this.value);">
    <option value="Alabama">Alabama</option>
    <option value="Arizona State">Arizona State</option>
    <option value="Arkansas">Arkansas</option>
    <option value="Auburn">Auburn</option>
 </select> </p>
    <p><!--webbot bot="HTMLMarkup" startspan --><form name="_xclick" target="paypal" action="https://www.paypal.com" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="fansgowild@aol.com">
<input type="hidden" name="item_name" value="">
<input type="hidden" name="amount" value="19.95">
<input type="image" src="http://www.paypal.com/en_US/i/btn/sc-but-01.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1"> </form>
<!--webbot bot="HTMLMarkup" endspan --></p>
    <p><!--webbot bot="HTMLMarkup" startspan --><form name="_xclick" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="fansgowild@aol.com">
<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="display" value="1">
</form><!--webbot bot="HTMLMarkup" endspan --></p>
    <p align="center"><font face="Arial"><b>
    <a href="hot_sauce_harrys.htm">Return 
    to Previous Page</a></b></font></p>
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform