Page 1 of 1

-delete pls-

Posted: Sun Oct 05, 2008 12:45 pm
by LifeSux
-removed-

Re: HTML Problems....

Posted: Sun Oct 05, 2008 1:52 pm
by pdwyer
LifeSux wrote:I'm even unsure about which one I should use. POST or GET.... 
Hint, the souce code of your html page looks like this.

Code: Select all

<form action="TEST" method="post" id="Login">
        <fieldset>
            <label for="Login_email">E-Mail</label><br/>
            <input type="text" value="" id="Login_email" name="email" class="fieldText" /><br/>
            <label for="Login_password">Passwort</label><br/>
            <input type="password" value="" id="Login_password" name="password" /><br/>
            <input type="submit" value="Einloggen" name="login"/>
        </fieldset>
    </form>
method="post"

In your case, "Post".

I don't know an OS independant easy way of doing this, TCP and play with the HTML headers as text. This can get challenging though is web sites use session cookies etc