Search:

Type: Posts; User: Dilruba; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,591

    Login - Timed out, asp, ms acsess, vbScript

    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: " &...
  2. Ms Acce

    I have used the following codes:



    connectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\progam files\mail.mdb"


    ‘ execute the update

    Set MM_editCmd =...
  3. Replies
    2
    Views
    3,597

    onFocus evet put in a variable

    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='';"...
  4. Replies
    0
    Views
    3,324

    Refresh The Value Of Dim Variable

    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) %>
  5. Replies
    2
    Views
    6,007

    Include and Update Data in the database

    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...
  6. Replies
    4
    Views
    37,266

    Blink The *.gif Image

    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.
Results 1 to 6 of 7