[Proto-Scripty] Re: grabbing form values from multiple pages.

2009-02-05 Thread Squared

Walter, I am using a testing server currently, and it is Apache. I
checked with our Internet Provider before I started with php and they
told me the site would be hosted on a Unix Server... that is all I
know for now. I can try to find more info if I need to.

Squared

On Feb 4, 4:28 pm, Walter Lee Davis wa...@wdstudio.com wrote:
 I deliberately made the server side a sketch. I use a framework here  
 that lets me write something that terse and get a result. If you would  
 let me know what server environment you are working in, I can  
 recommend some additional information.

 Walter

 On Feb 4, 2009, at 5:06 PM, Squared wrote:

  If you or anyone else
  can give me any more info on the server side it would be greatly
  appreciated.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: grabbing form values from multiple pages.

2009-02-04 Thread Squared

Walter,
I could not get this to work, but, to be honest; I could have
something else wrong, because I am not certain how this new approach
is working exactly. (I am new to prototype  AJAX). I don’t quite
understand, or I am not following the logic.. Are we still using
multiple pages?  Is there even a way to dumb this down a bit for me or
should I just concede that this is over my head??? I would really like
to figure this out if possible, but I don’t want someone to write
everything for me either.


On Feb 4, 10:20 am, Walter Lee Davis wa...@wdstudio.com wrote:
 Sorry, just tried this and realized that it won't work as written  
 (getInputs only finds input tags, as you'd expect, not selects). Try  
 this:

 var element=$$('#your_form select').find(function(elm){

 Walter

 On Feb 4, 2009, at 9:23 AM, Walter Lee Davis wrote:

     var element = $('your_form).getInputs('select').find(function(elm){
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---