Hi,
txt="asp"
txtlen=Len("txt")
for counter= 1 to txt
Session ("uname")=MID(uname,counter,1)
response.redirect("new.asp")
Next
_______________________________________________________
the output in new.asp page is different.
the output is : a
not:asp
please help me out
thanks
txt="asp"
txtlen=Len("txt")
for counter= 1 to txt
Session ("uname")=MID(uname,counter,1)
response.redirect("new.asp")
Next
_______________________________________________________
the output in new.asp page is different.
the output is : a
not:asp
please help me out
thanks