I was looking on a site the other day and noticed it was using jQuery to load pages, like habbox and my site.
Now, within one of the pages, I noticed it had a login form, and to submit the form, they used this sort of code
And when you enter the information, it logs you in and validates you.Code:<form action="" method="post"> Username: <input type="text" name="username"><br> Password: <input type="text" name="password"><br> <input type="submit" value="Submit"> </form>
How the hell does it run the log in information and queries while not having a action?





Reply With Quote


