text field (can be expandable or restricted, doesn't matter) - using <input> or <textarea> whatever. on enter submits to one non-changing, predetermined email address (use [email protected] for the sake of arguement) - so no submit or reset buttons.
as you're all aware, there are many ways to go about this... my question is : what is the smallest bit of script/code you guys know of to render this little fella'? as of now i'm using a javascriptlet that works fine and isn't really that large, but i bet there's something smaller/cleaner/faster that i'm not aware of (my new goal is to keep the entire code for every page completely viewable when opened in notepad arial 10 on a 1024x768 res monitor
...
i'm getting geekier by the minute :|
thanks.
oh p.s. (unrelated but curious) on the initial value of a formfield, is there a way to change the inner html - that is, to have some red text and some black text, for example...?
as you're all aware, there are many ways to go about this... my question is : what is the smallest bit of script/code you guys know of to render this little fella'? as of now i'm using a javascriptlet that works fine and isn't really that large, but i bet there's something smaller/cleaner/faster that i'm not aware of (my new goal is to keep the entire code for every page completely viewable when opened in notepad arial 10 on a 1024x768 res monitor

...
i'm getting geekier by the minute :|
thanks.

oh p.s. (unrelated but curious) on the initial value of a formfield, is there a way to change the inner html - that is, to have some red text and some black text, for example...?
Comment