- Posts: 5
- Thank you received: 0
Please Log in or Create an account to join the conversation.
/*
* Original script by: Shafiul Azam
* ishafiul@gmail.com
* Version 5.0
* Modified by: selfget.com
* info@selfget.com
* Description:
* Inserts Countries and/or States as Dropdown List
* How to Use:
In Head section:
<script type="text/javascript" src="countries.js"></script>
In Body Section:
Select Country:
<select onchange="print_state('state',this.selectedIndex);" id="country" name ="country"></select>
<br />
City/District/State: <select name="state" id="state"></select>
<script language="javascript">print_country("country");</script>
Added capability to get initial value and to use this to set selected option
*
* License: OpenSource, Permission for modificatin Granted, KEEP AUTHOR INFORMATION INTACT
* Author's Website: http://shafiul.progmaatic.com
* Author's Website: http://www.selfget.com
*
*/
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.