Hi
I need to pass value of a text feild in a variable.
like I have this text feild
rightnow value is coming from database. my user can change this value to his own and can press update button.Code:<input name="part1" type="text" id="part1 "class="style14" size="11" value="<%=objRS("part1")%>">
this is the button I have created:
if somehow I can get the value of the text feild in a variable then i will pass it to the next page. Next page is exact replica of this asp page just its performing the update query in addition.Code:<input name="submitvalues" type="submit" value="Update Request" ; onclick= "location.href='RMAdetails1.asp?req_no=<%=objRS("req_no")%>'">


Reply With Quote
Bookmarks