Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 463 - 492 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
463
It works in readonly mode, but the button is losing the CLASS set while adding the input. It renders the CLASS in edit mode but loses the CLASS in readonly...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 1, 2006
8:49 am
464
I've tried with Netscape JavaScript Console but there are no error messages. I checked the script and client_validate is getting set to 1, the inputs'...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 1, 2006
9:20 am
465
Manuel, Here is the JavaScript that got generated: <form method="post" action="/test.php?action=edit&amp;id=4" name="dataform" onsubmit="return...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 1, 2006
9:43 am
466
By the way, I'm setting the ONCLICK attribute as under for submit: $input[ 'ONCLICK' ] = 'this.disabled=true;' . $form->NAME . '.submit ();return true;'; and...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 1, 2006
10:04 am
467
I found the problem. The JavaScript expression assigned with ONCLICK to the submit button is giving trouble. How can I possibly do JavaScript validations and...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 1, 2006
6:10 pm
468
hi Manuel, i'm using the forms class to display xml data retrieved via php's simplexml / xpath methods. everything works fine when i define the form elements ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 1, 2006
10:27 pm
469
Manuel, here is some more information: if i assign my variable like so: $inter_gtw_netmask_2 = $doc->xpath('//host/interface[@id = 2]/gateway'); ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 1, 2006
10:50 pm
470
hi Mnauel, i dug around and found something interesting out about this problem. using simplexml syntax: $name = $doc->host->name; yields an object of some...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 2, 2006
2:49 am
471
Manuel, i'm trying to display a form, except i want it to be read only. when i set $form->ReadOnly=1; it outputs unformatted text with the form values right ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 2, 2006
11:53 pm
472
hi Manuel, while trying to send session variables to form elements, i encountered unusual results, similar (if not exactly the same, maybe, maybe not, i don't...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 3, 2006
6:34 pm
473
... this displays: $name = $doc->host->name; $name = (string) $name; $_SESSION['name'] = $name; this doesn't display: $name = $doc->host->name; ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 3, 2006
8:23 pm
474
Hello, ... The class renders the inputs in the same way accessible in read only mode or normal mode. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Mar 4, 2006
7:03 am
475
Hello, ... Use the ONSUBMITTING class variable. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Mar 4, 2006
7:11 am
476
Hello, ... Make sure you are not using global variables with the same names of any of the form fields. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Mar 4, 2006
7:18 am
477
Hello, ... Currently only the textarea uses the DISABLED attribute to render as read-only. All the other inputs use a span, so it uses whatever class and style...
Manuel Lemos
mallemos
Offline Send Email
Mar 4, 2006
7:32 am
478
I found the problem and it now works. Thanks, ... set ... loses ... only...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 4, 2006
10:01 am
479
I guess I'm doing something wrong as this code for the submit button does not disable it on submit: $input[ 'ONSUBMITTING' ] = 'this.disabled=true;' thanks, ...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 4, 2006
10:04 am
480
... hi Manuel, i don't use global variables in this script (or any script i've written to date). oe1 __________________________________________________ Do You...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 4, 2006
5:27 pm
481
hi Manuel, ... i don't know if i can use styles to create the input box look. i will look into javascript and see if i can add something that will not allow...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 4, 2006
5:29 pm
482
Manuel, Apparently, URL validation does not work with: http://www.microsoft.com <http://www.microsoft.com/> but does with: http://www.microsoft.com/...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 5, 2006
11:57 am
483
hi all, i'd appreciate learning the method folks use to update db data. for example, let's say i display name, address and phone for a user and offer the user...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 6, 2006
9:34 pm
484
Hello, ... Please read the documentation. ONSUBMITTING is a class variable, not a input argument. -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Mar 8, 2006
9:59 pm
485
Hello, ... Every variable that you assign in your main script file is a global variable. -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
Manuel Lemos
mallemos
Offline Send Email
Mar 8, 2006
10:00 pm
486
Hello, ... Currently it is easier to set Accessible to 1 and use ExtraArguments to set DISABLED attribute. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Mar 8, 2006
10:01 pm
487
Hello, ... Because it is invalid. All URLs must have a URI starting with / . That is why browsers complete that for you when you do not type it. That is also...
Manuel Lemos
mallemos
Offline Send Email
Mar 8, 2006
10:06 pm
488
Hello, ... Honestly, it is usually not worth the effort of checking and updating only the fields that changed, unless you have records with very large fiedls. ...
Manuel Lemos
mallemos
Offline Send Email
Mar 8, 2006
10:08 pm
489
Manuel, I see that if a checkbox/radio was initially checked and the form was submitted by unchecking their value, the Changes array is not populating the...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 9, 2006
1:18 am
490
hi Manuel, does ValidateRegularExpression validate on the client side? when i use it an dforce an error, javascript doesn't kick out an error. the server...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 9, 2006
2:20 am
491
Hello, ... You need to pass to the LoadInputValues function the submitted parameter to tell whether the form is being presented for the first time or is being...
Manuel Lemos
mallemos
Offline Send Email
Mar 9, 2006
6:07 pm
492
Hello, ... If you have Javascript errors, nothing else depending on Javascript works. Enable seeing Javascript errors in your browser to see the problem. -- ...
Manuel Lemos
mallemos
Offline Send Email
Mar 9, 2006
6:08 pm
Messages 463 - 492 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help