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 -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
