[Greasemonkey] Drop down box
Matthew Weymar
matthew.weymar at gmail.com
Thu Sep 21 13:04:15 EDT 2006
Here's the code:
<select id="searchtype" name="type">
<option value="user" >your bookmarks</option>
<option value="all" selected="selected">del.icio.us</option>
<option value="web" >the web</option>
</select>
Seems like it'd be easy enough to change this to:
<select id="searchtype" name="type">
<option value="user" selected="selected">your bookmarks</option>
<option value="all" >del.icio.us</option>
<option value="web" >the web</option>
</select>
Matthew
On 9/21/06, lovewindoze at gmail.com <lovewindoze at gmail.com> wrote:
>
> I would love to be able to have my Delicious bookmarks page have the
> Search field default to My Bookmarks rather than all of Delicious.
> I'll have to explore the code to see if it's a JS form or just html.
>
>
> On 9/20/06, rejectpenguin <rejectpenguin at gmail.com> wrote:
> >
> > Is it possible to refrence a drop down box on a page that is in a
> javascript
> > form and change one of the values that you can select?
> >
> > The form is post and field name is month.
> > --
> > View this message in context:
> http://www.nabble.com/Drop-down-box-tf2309390.html#a6420501
> > Sent from the MozDev - greasemonkey mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > Greasemonkey mailing list
> > Greasemonkey at mozdev.org
> > http://mozdev.org/mailman/listinfo/greasemonkey
> >
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
>
>
More information about the Greasemonkey
mailing list