Re: 答复: [Proto-Scripty] Re: problem in Event.observe()

2011-06-08 Thread ColinFine
On Jun 7, 8:05 am, 操坤 wrote: > Hi: > Sorry for my poor English :P > I know your meaning of your reply: > > I did a simple test: > > test=function(){ > alert("11"); > } > Event.observe(window,"load",test); > The above is correct. >

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Bongani T Mabunda
I would say first retrieve all the options into an array and then push the one one you want into the array there after push all of the array items into the select again as a dynamic select object Regards, Bongani T Mabunda... Thanks -Original Message- From: Phil Petree Sender: prototype

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Phil Petree
I have it working... demo here: http://www.philpetree.com/json/ Where are ya'll posting the demo code? On Tue, Jun 7, 2011 at 4:45 PM, Bongani T Mabunda wrote: > I would say first retrieve all the options into an array and then push the > one one you want into the array there after push all of t

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Walter Davis
JSbin is a popular way to show working examples. Gives you a persistent URL and you can edit it and demo it right in the browser. Walter On Jun 8, 2011, at 3:19 PM, Phil Petree wrote: Where are ya'll posting the demo code? -- You received this message because you are subscribed to the Goog

[Proto-Scripty] Re: Awful Vacation...................Brad Vogel

2011-06-08 Thread Brad Vogel
Ignore this message. My email account was hacked. Sorry about that folks! For those of you using gmail, I highly recommend securing your account with "2 step verification": http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html Take care, Brad -- You received this messag

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Phil Petree
I looked at jsbin earlier and have actually tested some snippets there... however you can't (to my knowledge) upload your php code there. I wanted to stick all the source modules up. On Wed, Jun 8, 2011 at 3:28 PM, Walter Davis wrote: > JSbin is a popular way to show working examples. Gives you

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Walter Davis
That's true, that's generally not available as far as I know. That's why you put up a scratch server somewhere, and then you can upload and test whatever you want. But JSbin is excellent for making stand-alone test pages, since you are forced to put everything in one page, and you tend to s

Re: [Proto-Scripty] how-to add to

2011-06-08 Thread Phil Petree
I have spare servers out the ying-yang... not a problem there... ever met one of those people that no matter how hard you try you just cant seem to understand them when there are similar people that you get from minute one? that's me and prototype! LOL I stuck .zip/.rar files on the demo page and