Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: dendenny01

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    1,504

    How can I transfer the Text value of form to...

    How can I transfer the Text value of form to radio button on submit or on click
  2. Answers
    4
    Views
    1,504

    Thanxx Indya you saved my day..

    Thanxx Indya you saved my day..
  3. Answers
    4
    Views
    1,504

    Please Explain me the for loop of ASP

    <% @ language="VBScript" %>
    <% Option Explicit %>
    <html>
    <body>
    <%
    Dim I,j
    For I = 1 to 4
    For j = 1 to I
    Response.write I
    Next
  4. I cannot understand a part of javascript function saldot()

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>
    <script language="javascript">

    /// Start of Pincode length Validation ///
    function pinlen()
    {
    var n;
    n=f1.t1.value;
Results 1 to 4 of 5