> From:          "Peter J. Schoenster" <[EMAIL PROTECTED]>

> > But of course you know perl, I dont know perl and I have to work on
> > a yet developed project in asp.

> There is so much already written in perl and I find it 
> simple/powerful to use. But anyhow.

Yes but I've to start from the beginning. I don't know too much about 
NT and VBScript and I know very little on unix and perl.

But while I'll surely have to work with NT where someone for me has 
developed an interface to a DB with VBScript and asp I'm not sure 
I'll use perl.

> > the use of any cgi application on my server. Not read, process and
> > trasmitt. This would be a clear violation of security, but just

> Not if you had permissions set.  But oh well.

Not exactly. This kind of thing is not permitted by NS and I think 
also by IE

http://www.xxx.it/my.html
...
<script language="JavaScript">
<!--

mynewWindow=window.open("http://www.yyy.it/your.html","pippo",
        "toolbar=0,location=0,directories=0");
document.write(mynewWindow.document.links[1]);

-->

because the script in http://www.xxx.it/my.html is gathering 
information of a document on another server.

So if I havent got access to http://www.cia.org (if it exist) I could 
write a page containing words such Geddafi, Saddam, nuclear plans, 
missles in a page hoping some secret agent come to visit my page and 
then write something like this

<FORM METHOD=POST NAME="info" ACTION="/emailform.acgi">
<input type="hidden" name="T1" value="bomb">
</form>
...

mynewWindow=window.open("http://www.yyy.it/your.html","pippo",
 "toolbar=0,location=0,directories=0,height=1,width=1");

document.form.T1.value=mynewWindow.document.links[1];

-->

If for example the URL I have stolen contain a PW I'll have access to 
some secret documents.

Of course my intents arn't of this kind I would like just to filter 
information from another URL.

> > read, process and show to the user. Of course this could be done in
> > C or in any other language as a stand alone application, and if I
> > won't find any other solution I'll do it in such way but it is not
> > exactly what I'm looking for.

> I am almost positive that you can do this in javascript.

Maybe I can do this in Java but not with an Applet inside a browser 
(same limitation as for JavaScript) but with an application.
Java has a lot of prebuilt class and methods to connect to the net 
but I feel more confortable with C++, but I'll have to find the 
libraries.
Of course I'll lose the portability and the possibility to use my 
application simply having a browser.

BTW do you know some place where to find good libraries for C++?

> Why did you not post reply to the list?

I think I posted it to the list, but I've used the wrong email 
address (form@ inspite of [EMAIL PROTECTED])

------------------------------------------------------------
Salve
Ivan Sergio Borgonovo - [EMAIL PROTECTED]
Gorilla Bookstore http://www.gorilla.it
------------------------------------------------------------

____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to