hi...
assume that in pageA i have a dropdown box.., so when i click the value in the dropdown box.. and the value will come out in the textbox below..
<input type="textbox" name= "date1" value=<%rsGet.f ield("date")%> >
so if i want to update that date in the textbox.. the update query is in page B
if the value is correct then .. fine.. can update...
but if let say value is wrong..
page B
[PHP]session("date") = request.form ( " date1" )
if session(" date ") = " KAKAKA"
response.redire ct(" pageA.asp?res=D ateBlank")[/PHP]
HOW DO I MAINTAIN THE DATA FOR KAKAKA WHICH USER JUST KEY IN TO PAGE A...
it is because in pageA... that textbox data is called from database....
how to put the session(" date") in that textbox ???????????
PLS HELP ... THANKS THANKS
assume that in pageA i have a dropdown box.., so when i click the value in the dropdown box.. and the value will come out in the textbox below..
<input type="textbox" name= "date1" value=<%rsGet.f ield("date")%> >
so if i want to update that date in the textbox.. the update query is in page B
if the value is correct then .. fine.. can update...
but if let say value is wrong..
page B
[PHP]session("date") = request.form ( " date1" )
if session(" date ") = " KAKAKA"
response.redire ct(" pageA.asp?res=D ateBlank")[/PHP]
HOW DO I MAINTAIN THE DATA FOR KAKAKA WHICH USER JUST KEY IN TO PAGE A...
it is because in pageA... that textbox data is called from database....
how to put the session(" date") in that textbox ???????????
PLS HELP ... THANKS THANKS
Comment