[Greasemonkey] gm addedd javascript would work without it?
chris feldmann
cfeldmann at gmail.com
Wed Jun 28 20:01:11 EDT 2006
On 6/28/06, carlos campderrós <gilipollas.desconcertante at gmail.com> wrote:
> I think the answer is just no.
>
> I'll try to explain what I want to do (it's not difficult):
>
> I'd like to add a form on a web with an input text, a select combo box
> and a button. depending on the value of the select the result will be
> different, so I need javascript for this to work. If javascript is
> disabled, will my form work? Is there anyway to see if the user has
> javascript disabled to not put the form in the page?
>
> thanks in advance.
Sure, you can. You can put forms with as many inputs as you want all
over the web with greasemonkey. What you can't do is put the code
needed to accept and process those inputs on the webservers behind the
webpages, which makes the exercise rather pointless.
More information about the Greasemonkey
mailing list