Re: JavaScript/Perl Question

2004-02-06 Thread Kevin Connor
Thanks for the code Philippe. I'm going to try it. I think it'd be cool if the proxy automatically ran the validator on the page being proxied and the javascript that was added to the page by the proxy would write the results to a logger window or alert. Is this an easy thing to do with HTTP::

Re: JavaScript/Perl Question

2004-01-30 Thread Philippe 'BooK' Bruhat
Le jeudi 29 janvier 2004 à 07:22, Ovid écrivait: > --- Tony Bowden <[EMAIL PROTECTED]> wrote: > > On Tue, Jan 27, 2004 at 10:37:48AM -0500, Potozniak, Andrew wrote: > > > To make a long story short I can not get access to the source of > > the bottom > > > frame through JavaScript because of an acc

Re: JavaScript/Perl Question

2004-01-29 Thread Jim Brandt
Although it doesn't address the frame/Javascript issue, I believe this Mozilla plug-in solves the bigger problem of running various validators on a page sitting in the browser. http://checky.mozdev.org/ Although I must admit that I didn't test it because it appears they don't support Mac OS X.

Re: JavaScript/Perl Question

2004-01-29 Thread Ovid
--- Tony Bowden <[EMAIL PROTECTED]> wrote: > On Tue, Jan 27, 2004 at 10:37:48AM -0500, Potozniak, Andrew wrote: > > To make a long story short I can not get access to the source of > the bottom > > frame through JavaScript because of an access denied error. > > This is a security feature in most b

Re: JavaScript/Perl Question

2004-01-29 Thread Tony Bowden
On Tue, Jan 27, 2004 at 10:37:48AM -0500, Potozniak, Andrew wrote: > To make a long story short I can not get access to the source of the bottom > frame through JavaScript because of an access denied error. Has anyone else > ran into this problem or does anyone know of a solution to this problem?