Hi again Manuel I got your reply, and well... When user clicks "modify record" the form shows again, with the linked selects, all right, but well, I want to...
Hi again Please ignore/delete my last message I thought the VALUE option for select was the one which served to fill the select with values, but I noticed that...
Hi again (lol) I've the 2 linked selects... When I modify a record, I set the value of the 1º select and it works, but when I try to assign a value to the 2º...
hi Manuel, i've set up 4 linked selects. however, i've run into an issue you may be able to help with. when i select the first select, the second select auto...
Kike, i can't help much here other to say i think this is supposed to be Manuel's answer (from prior post)... ... You just need to set the VALUE property of...
Hello, ... The VALUE property must be one of the values of the group that is currently selected by the campopais field. -- Regards, Manuel Lemos PHP Classes -...
Hello, ... The currently selected VALUE of the third select must be of of the groups of the forth select. -- Regards, Manuel Lemos PHP Classes - Free ready to...
Manuel, is there a way to make multiple choices in the last linked select (using either ctl or shift keys)? my application is to allow reworkers to enter the ...
... hi Manuel, i'm not comprehending exactly what you are communicating. my third select's value and group look like... 'VALUE'=>$first_inspect_id, ...
Hello, ... You also need to set the MULTIPLE properly. It will work but the plug-in class needs a few minor adjustments to make it work correctly as a MULTIPLE...
hi Manuel, i downloaded the windows firefox 1.5 beta http://www.mozilla.org/projects/firefox/ to see how things looked. to my surprise, the boxes around the...
Hello, ... I also use Firefox 1.0.6 for Linux and I never seen such problems. Couldn't it be a problem specific of the version you are testing, maybe in...
... hi Manuel, ff 1.06 works great for me also. it is the ff 1.5 beta (on winxp) that doesn't display the borders. i can't exclude my css at this point. i...
hi Manuel, on_off is a radio button form element. when i do this... echo '<br/>on off: '.$on_off = $_POST['on_off']; i get the expected result - either 'on'...
Hello, ... That means you have not defined any input with that identifier. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in...
... i have this... and i thought it was right... what \is wrong? tia... $form->AddInput(array( 'TYPE'=>'radio', 'NAME'=>'on_off', 'ID'=>'on', 'VALUE'=>'on',...
Hello, ... You are using the VALUE of the NAME property when you should use the ID . Anyway, it does not make much sense to get the value of a radio input ...
... perfect. my apologies, i should've at least checked the manual first. i will next time. i get moving quickly and assume... not always correctly. thanks...
Manuel, if you ever get bored and just can't stand not having some php to code, an html slider would be pretty cool. ... i'm thinking the layout may look nice...
Hello, ... Suddenly I do not see how to implement that in a way that works with all browsers. Maybe something with iframe!? -- Regards, Manuel Lemos PHP...
... which brosers cause you the most problems? is a firefox and ie compatible version doable? in theory, it would be nice to have netscape, opera, etc. ...
hi Manuel, you were correct that my lack of select box borders in ff 1.5 beta was due to my css. i made some adjustments and everything is nice. i have run...
How can I use 2 forms on the same page, which use almost the same form definition. (just one hidden field is different)? Basically I have 2 "contact us" forms...
Hello, ... What prevents you from outputting the form twice? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP ...
Hello, ... I think that is a CSS issue. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP...
Hello, ... I am just talking in abstract. I don't know what would be the most compatible strategy to implement this. Maybe an iframe could be used and change...
... i think you are right. i have been working on another project and that line doesn't display. i will try and figure out what is causing it when i get some...
Hello, ... If you can provide a link to where we can see what you mean, that may help figuring how hard it would to implement that. -- Regards, Manuel Lemos ...
... Manuel, here are a few I Googled. There was another commercial one that looked nice, but I can't seem to find it right now. if i do, i will forward it...