Re: [Proto-Scripty] Ajax CORS error message

2013-01-17 Thread Dave Lazar
It's JSON all the way... the response contains the proper content type: 1. Access-Control-Allow-Credentials: true 2. Access-Control-Allow-Methods: GET, POST, OPTIONS 3. Access-Control-Allow-Origin: http://www.test.com 4. Access-Control-Max-Age: 1728000 5. Connection:

[Proto-Scripty] iframe youtube api not working

2013-01-17 Thread tab1ta
Hello, i'm trying to embed a video from youtube, im doing it from a web APIhttps://developers.google.com/youtube/iframe_api_reference : https://developers.google.com/youtube/iframe_api_reference It is shown in a kind of popup windows (it is not really a new windoe, only a div shown in the

Re: [Proto-Scripty] Re: Object doesn't support property or method but then kinda works...

2013-01-17 Thread Phil Petree
Hi Greg! Thanks for looking at this... Turns out that if I remove the submit handler from the wizard class and stop trapping the submit button it works just fine... Not sure why this oddity is but it is and it works... P~ On Wed, Jan 16, 2013 at 8:57 PM, greg i...@wildanimaltracks.com wrote: