[Greasemonkey] Drop down box
th80
th80 at arcor.de
Thu Nov 2 22:18:49 PST 2006
>quote author='WillBo'
>form = document.forms.namedItem ("theformname");
>selbox = form.elements.namedItem ("month");
>selbox[1].value = "newvalue";
Hello,
i tried this on https://login.o2online.de/login/pa/jsp/login.jsp
But it didn't work.
I want to preselect the 0175 and not the 0179 (in the first login-field).
This is the code I put in the greasemonkey script:
form = document.forms.namedItem ("loginName");
selbox = form.elements.namedItem ("vorwahl");
selbox[1].value = "0175";
I think it must be simple to preselect the 0175 by userscript. Can you help
me?
thanks, Thomas
--
View this message in context: http://www.nabble.com/Drop-down-box-tf2309390.html#a7152425
Sent from the MozDev - greasemonkey mailing list archive at Nabble.com.
More information about the Greasemonkey
mailing list