|
Posted by Jim Higson on 08/10/06 07:46
thespacecowboy@comcast.net wrote:
> For a class project we are spoofing a DNS server. Bascially the same
> thing as a phishing website. However I do not know how to use forms in
> HTML. I want to copy the source code from Gmail.com and when a user
> puts in his or her username and password , have the input sent to my
> email address. Any help appreciated.
Which part do you need help in?
Forms basically work like:
You send HTML to the browser with form, input, submit elements, they submit
it, and the input is sent to the server in one of a small number of formats
(scripting languages protect you from having to know all the details of how
the data is sent to the server)
--
Jim
Navigation:
[Reply to this message]
|