CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2003
    Posts
    4

    very simple applet question

    Hi, i need to read data from an ascii text file, located on the same server, in the same folder as the applet (server side). IE handles this fine with a URL.openStream(), but netscape gives me a permissions error.

    another reason why netscape sucks, how can i do this? thanks

    oliver

  2. #2
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985
    Another reason netscape has better security

  3. #3
    Join Date
    Mar 2003
    Location
    Lincoln, Nebraska
    Posts
    134
    It has to be something in your code. I successfully use a URLConnection in my applets with both Netscape and IE. Post your code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured