[Proto-Scripty] Re: Help me with this

2009-01-18 Thread Colorblind
it is you don't want it to do, we can probably help you figure out how to prevent it... HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Jan 18, 12:03 am, Colorblind dust_...@yahoo.com wrote: Called on form submit, clear all

[Proto-Scripty] Re: Help me with this

2009-01-18 Thread Colorblind
services available On Jan 18, 12:10 pm, Colorblind dust_...@yahoo.com wrote: I`m using this script for my wordpress comments form. Here`s the form:     form name=comform action=# method=post id=commentform     div class=input p label for=commentType your comment here.../label textarea

[Proto-Scripty] Help me with this

2009-01-17 Thread Colorblind
Hy everyone, I have the following script : if (Object.isUndefined(Axent)) { var Axent = { } } Axent.SelfLabeledInput = Class.create({ initialize: function() { var labelSelector = arguments[0] || 'label'; $$(labelSelector).findAll(function(l) {return

[Proto-Scripty] Re: Help me with this

2009-01-17 Thread Colorblind
Called on form submit, clear all labels so they don't accidentally get submitted to the server Something like that On Jan 18, 1:33 am, kangax kan...@gmail.com wrote: On Jan 17, 1:18 pm, Colorblind dust_...@yahoo.com wrote: Hy everyone, I have the following script

[Proto-Scripty] Form labels inside inputs with Prototype

2009-01-07 Thread Colorblind
Hy all, I have the following script, works perfectly in Firefox 2/3, but I’m having a problem with IE7 on WinXP. The text in the label tags remains visible next to each form field, and the labels within the form fields don’t appear at first — they show up only after tabbing through them (or