Hello, Lately I've been reasearching HttpWebRequest allover, The reason I want to use it because it's safe and faster so I've heard.
As a start im asking for help to create a form submit via 2 textboxes and a button (on the website)
Here is name
I want to set the nameG "Value" to TextBox1.Text
Here is the other textbox(multiline)
I want to set that message "Value" to TextBox2.Text
Then after information set I need it to click a submit button
As a start im asking for help to create a form submit via 2 textboxes and a button (on the website)
Here is name
<input type="text" class="tsx" name="nameG" value="" size="40" maxlength="70" tabindex="1" />
I want to set the nameG "Value" to TextBox1.Text
Here is the other textbox(multiline)
<textarea name="message" id="error_eSubmit_7" rows="10" cols="60" style="display:block; width:380px; height:200px" tabindex="1" dir="ltr"></textarea>
I want to set that message "Value" to TextBox2.Text
Then after information set I need it to click a submit button
<input type="submit" class="button" name="sbtn" id="sSubmit_Button" value="Submit E-Report" accesskey="s" tabindex="1" />