Re: [Proto-Scripty] Re: Scriptaculous and

2010-06-21 Thread Walter Lee Davis
Well, maybe on Apache with SSI[1] on -- that's where the feature was invented. Walter 1. http://httpd.apache.org/docs/1.3/howto/ssi.html On Jun 21, 2010, at 11:51 AM, Scott wrote: also this include tag will only work if your page is being hosted on an asp server or your local windows machin

Re: [Proto-Scripty] Scriptaculous and

2010-06-21 Thread Jeff C
Is your server/host/directory set up to allow parsing of includes? Can you successfully include other HTML files? Or is the one you mentioned failing while other files work without error? If NO files are being included, you will need to look into setting this up for your server. I say this because

[Proto-Scripty] readyState always undefined in Safari 5

2010-06-21 Thread mjparme
I recently installed Safari 5 and now when I juse Ajax.Request the readyState of the xmlDoc is always "undefined". It is retrieving the document just fine (Safari 5 has a great JavaScript debugger and I can see the contents of the document in the debugger). However the readyState just isn't set co

[Proto-Scripty] Re: Scriptaculous and

2010-06-21 Thread Scott
is your html file in a virtual directory? also this include tag will only work if your page is being hosted on an asp server or your local windows machine as a website through IIS On Jun 19, 6:56 am, Avram wrote: > I tried including the Scriptaculous code in an external html file and > call it wi

[Proto-Scripty] Re: Cloning/moving an element!?

2010-06-21 Thread T.J. Crowder
Hi, No worries. I didn't realize Element#clone was that new, I'd better go check my projects to see if I'm using cloneNode directly (if so, probably best to start using the wrapper instead). -- T.J. :-) On Jun 21, 9:10 am, David Behler wrote: > Hi, > > thansk for the explantation. Makes sense n

Re: [Proto-Scripty] Re: Cloning/moving an element!?

2010-06-21 Thread David Behler
Hi, thansk for the explantation. Makes sense now. I totally forgot about the new API docs and only looked at the old docs (http://www.prototypejs.org/api/element) where the method wasn't around yet. David Am 21.06.2010 08:37, schrieb T.J. Crowder: Hi, For cloning, there's always Element#cl