Topic: HTML FORMS |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: |
posted 10-02-2009 23:05
Like most of you, I have a small collection of web e-mail accounts that I use to avoid having my "real" accounts get spammned...by spambots or when I'm forced to register to download something. code: <form method="post" action="https://login.yahoo.com/config/login?" onsubmit="return hash2(this)"> <input name="login" value="myUserId" type="hidden"> <input name="passwd" value="myPassword" type="hidden"> <input value="The Text for the Submit Link" type="image"></p> </form>
|
Paranoid (IV) Inmate From: |
posted 10-02-2009 23:11
Nevermind...i realize now that the form tag can take a target. code: <form method="post" action="https://login.yahoo.com/config/login?" target="_blank" onsubmit="return hash2(this)">
|
Paranoid (IV) Inmate From: Norway |
posted 10-03-2009 15:12
The Asylum is a rubber duck |
Lunatic (VI) Inmate From: under the bed |
posted 10-03-2009 16:33
quote:
|
Paranoid (IV) Inmate From: |
posted 10-03-2009 17:46
I can remember all the times I was stuck with a programming bug and I would talk it through with a non-programmer and within minutes find out what I was doing wrong! |
Maniac (V) Inmate From: zero divided. |
posted 10-04-2009 01:16
That goes for a great many more things than programming, methinks. Thanks for giving it a name. lol |