i want to make a login session for 20 minutes
if i wrote the following code, then it is giving the dafault value is 20
<%
response.write("<p>")
response.write("Default Timeout is: " &...
Type: Posts; User: Dilruba; Keyword(s):
i want to make a login session for 20 minutes
if i wrote the following code, then it is giving the dafault value is 20
<%
response.write("<p>")
response.write("Default Timeout is: " &...
I have used the following codes:
connectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\progam files\mail.mdb"
‘ execute the update
Set MM_editCmd =...
onFocus event is working for the following code:
<input name="org" type="text" class="style4" id="org" maxlength="42" value="Test" onfocus="javascript:if(this.value=='Test')this.value='';"...
I am using many Dim variable within the loop.
So i want the value of the variable will be refreshed everytime when the loop is start.
For example
<%
While (NOT recordset.eof) %>
Currently i am giving input ( as offline ) to access database locally. After the i upload the whole database.
But i want to give the as online i.e. i want to give the input to the database from a...
Want to blink the "image.gif" image for certain condition.
For example, if i upload the new data, then there will be dataNew.gif file, that will blink. Otherwise it will not blink.