i've seen a few html forms, whose textarea's have text in them, and
which reset when you click in that textarea... how can i do this?
also, say my form has two different variables (namse, or whatever),
but that these variables aren't supposed to be passed together. ie. i
only want x=something or y=something, but not
x=something&y=s omething... how would i do this, without creating a
whole new form (which seems to, atleast in ie, create a new
paragraph)?
finally, my input tags are of type "image", and i guess because of
this, they automatically pass two other variables - x and y, to tell
the program that they're being passed two where exactly the user
clicked. is there a way to disable this?
which reset when you click in that textarea... how can i do this?
also, say my form has two different variables (namse, or whatever),
but that these variables aren't supposed to be passed together. ie. i
only want x=something or y=something, but not
x=something&y=s omething... how would i do this, without creating a
whole new form (which seems to, atleast in ie, create a new
paragraph)?
finally, my input tags are of type "image", and i guess because of
this, they automatically pass two other variables - x and y, to tell
the program that they're being passed two where exactly the user
clicked. is there a way to disable this?
Comment