hi
i am using asp database script. some how width doesn't work in table so is there anyway to work without removing width?
Response.write "<TR><td width=67%>" & rs("Uame") & "</td>"
here is my error
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant...
hey
sorry, actully this code:
txt="asp"
txtlen=Len("txt")
for counter= 1 to txt
Session ("txt")=MID(txt,counter,1)
response.redirect("new.asp")
Next
________________________________________________________
on new.asp page
i wrote it <%Response.Write(Session("txt")) %>...
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
Hi,
I want to create a security system and prevent someone from bypassing my uservalidation.asp.
for example: in uservalidation.asp
I created username and password for users. I don't want any users that bypass this page and go to onlineshop.asp. only those with valid username and passwords...
Hi
I want to see if user enter their email address correctly in txtbox or not.. not sure how to check
here my code:
<form name="form" id="form" method="post" action="">
<p><strong>Customer Login:</strong></p>
<p>Username:
<input type=text name=username />...
I have script sample but i don't understand
here is my script:
<%
dtrfirstnum = “35”
intsecondnum = 40
strthirdnum = “50”
inttotal = strfirstnum * intsecondnum
Response.write inttotal
%>
what is different between "35" and 35.. for example:
intsecondnum is "40" and strthirdnum="56"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.