#######################################################################
2. click add button then call under script (azax way):
<div id="addInputText_div" style="float:left;width:980px;height:auto;font-family:Arial;font-size:12px;font-weight:bold;color:#000;margin-top:5px;">
<div style="float:left;width:450px;height:auto;">Add / Remove new feature in list : <input type="text" id="listVal" name="textfield" style="width:200px;"/></div>
<div style="float:left;width:200px;height:auto;"><input name="" type="button" value="Add" style="width:85px;font-family:Arial;font-size:12px;font-weight:bold;color:green;" onclick="addNewPickList();"/></div>
</div>
*****************************************************
2. start ********************************
<!-- Start input value set database -->
<script type="text/javascript">
function addNewPickList() {
//alert("kaniz");
var list = document.getElementById("listVal").value;
var url = "addSubHeadDBAppmnt.do?subNameKaniz="+list;
makeRequestNoImage(url,'dbPickList');
//alert("jjj");
}
</script>
<!-- End input value set database -->
2. End ********************************
######################################################################
2. click add button then call under script (azax way):
<div id="addInputText_div" style="float:left;width:980px;height:auto;font-family:Arial;font-size:12px;font-weight:bold;color:#000;margin-top:5px;">
<div style="float:left;width:450px;height:auto;">Add / Remove new feature in list : <input type="text" id="listVal" name="textfield" style="width:200px;"/></div>
<div style="float:left;width:200px;height:auto;"><input name="" type="button" value="Add" style="width:85px;font-family:Arial;font-size:12px;font-weight:bold;color:green;" onclick="addNewPickList();"/></div>
</div>
*****************************************************
2. start ********************************
<!-- Start input value set database -->
<script type="text/javascript">
function addNewPickList() {
//alert("kaniz");
var list = document.getElementById("listVal").value;
var url = "addSubHeadDBAppmnt.do?subNameKaniz="+list;
makeRequestNoImage(url,'dbPickList');
//alert("jjj");
}
</script>
<!-- End input value set database -->
2. End ********************************
######################################################################
No comments:
Post a Comment