Archived Forum Post

Index of archived forum posts

Question:

form post help needed

Jul 10 '13 at 21:29
http://www.example-code.com/csharp/http_post_form.asp
http://www.example-code.com/csharp/http_post_simple.asp
http://www.example-code.com/csharp/http_postUrlEncoded.asp
http://www.example-code.com/csharp/httpPost.asp

Hello, everyone.

I'm trying to do a form post I have used the above examples and they don't work on the site im tring on however they do worked on other sites. please see the below code if someone please can explain what i'm doing wrong. im not getting any LastErrorText messages. thanks in adavnce.

<form method="post" action="/" id="login_form">
<input type="hidden" name="ioBlackBox" id="ioBlackBox" value="" />
<dt id="csrf-label">&#160;</dt>
<dd id="csrf-element">
<input type="hidden" name="csrf" value="840e23ed9e7dd390e45179d31ce1935e" id="csrf"></dd>            <div class="f-form-width clearfix clear">
<div class="request-call-back-tab">
<div class="request-call-back-col1">Username:</div>
<div class="request-call-back-col2">

<input type="text" name="username" id="username" value="" class="input-new" style="width:180px;">                    </div>
</div>
<div class="request-call-back-tab">
<div class="request-call-back-col1">Password:</div>
<div class="request-call-back-col2">

<input type="text" name="password" id="password" value="" class="input-new" style="width:180px;">                    </div>
</div>
<div class="request-call-back-tab chcebox-margin">
<div class="request-check-spacer"></div>
<div class="request-call-back-col2">

<input type="hidden" name="remember_me" value="0"><input type="checkbox" name="remember_me" id="remember_me" value="1" checked="checked" style="width:10px;" class="f-width noBorder"><p class="margin-16">Keep me logged in</p>
</div>
</div>
<div class="request-call-back-tab  ">
<div class="request-call-back-col1"></div>
<div class="request-call-back-col2">
<div id="login_button_area" class="trail-btn btn_styl1 clear">
<input type="submit" name="login_button" id="login_button" value="LOG IN" class="loginF"></div>
</div>
</div>
<div class="clear"></div>
</div>
</form>

Answer

never mind, it's fixed