Results 1 to 3 of 3

Thread: Submit Form dynamically

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    India
    Posts
    85

    Question


    <SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
    <!--

    function Submit_onclick() {
    form1.action ="http://vbts13/scripts/cpshost.dll?PUBLISH?http://vbts13/submit/sendmail.asp?curJob=lhkjhkffhsdlhsd";
    form1.submit;
    }

    //-->
    </SCRIPT>
    <SCRIPT LANGUAGE=javascript FOR=document EVENT=onbeforeeditfocus>
    <!--
    document_onbeforeeditfocus()
    //-->
    </SCRIPT>



    <HTML>
    <BODY BGCOLOR="#FFFFFF" TOPMARGIN=0 LEFTMARGIN=0 TEXT="#000000" LINK="#0000CC" VLINK="#0000CC" ALINK="#0000CC" STYLE="text-decoration: none">

    <TABLE CELLPADDING=0 CELLSPACING=4 BORDER=0 WIDTH=600>
    <TD>
    <FORM METHOD="post" enctype="multipart/form-data" id=form1 name=form1>
    <INPUT TYPE=file NAME="oFile" value="uuuu">
    <INPUT TYPE=button VALUE="Submit" id=submit onclick="Submit_onclick()">
    <Input type=hidden name="TargetURL" value="http://vbts13/Sites/Publishing/users/">
    </form>

    </TD>
    </TR>
    </TABLE>


    </BODY>
    </HTML>

  2. #2

    Exclamation

    I am not getting.
    Is it releated to VB?
    Madhusudana Gorthi [email protected]
    Senior Software Engineer
    www.stgil.com

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    India
    Posts
    85

    Question Please Help ASAP

    Its related to ASP and IIS

    Please help

    Ramdas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width