On 8/27/07, Stewart Stremler <[EMAIL PROTECTED]> wrote: > > begin quoting Gabriel Sechan as of Mon, Aug 27, 2007 at 05:09:56PM -0500: > > > > >From: Stewart Stremler <[EMAIL PROTECTED]> > > >I *always* get a submit button, and hidden fields are now visible. Yay! > > > > > >Now to go look for some good scripts to learn from. > > > > If you find any sites with "price" as a hidden field, be sure to tell us > :) > > > > ITYM "discount". > > But you actually bring to mind a good point... I want to improve my > script -- I ought to have the name of the hidden field next to the > field. > > My Javascript-fu, however, is weak. What's the best way to do this? > > One idea is to find the hidden field object, remove it from the form, > then app some children, naming, a line-break node, a text node with the > name of the field, and the the (now-unhidden) text field. > > -- > What I really want to do is to rewrite all the javascript in a page. > Stewart Stremler >
Take a look at Firebug for Firefox. It'll help you in getting all the javascript code for any given page. It'll allow you to make changes on the fly for DOM, javascript, CSS and the like. Pretty handy if you're into webdev stuff, or just want to see how things work. -- Mark Schoonover, CMDBA [EMAIL PROTECTED] http://marksitblog.blogspot.com Cell: 619-368-0099 Database Administration * System Engineering * Software Development * -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
