Re: 185, Line: 103, Line: 39 Errors

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: H Leboeuf (NoAddress_at_generation.invalid)
Date: 02/25/04


Date: Wed, 25 Feb 2004 09:20:36 -0500

Check this out.
Dealing with Unwanted Spyware, Parasites, Toolbars and Search Engines
http://mvps.org/winhelp2002/unwanted.htm

-- 
Henri Leboeuf
Web page: http://www.generation.net/~hleboeuf/index.htm
"Dranny" <anonymous@discussions.microsoft.com> wrote in message
news:06b001c3fadf$6c10fed0$a301280a@phx.gbl...
> Hi I tried that with no success.
>
> I am running XP Pro - up to date, but with E-trust
> firewall and virus checker (I think it is related to
> zonealarm).
>
> If anyone knows anything, I'd appreciate it.
>
>
> >-----Original Message-----
> >"Dranny" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:1471601c3f957$8f73d570$a001280a@phx.gbl
> >> Hi everybody!
> >> I seem to be getting a few problems when trying to open
> >> stuff needing java (i.e. dropdown links, popups or
> menus).
> >>
> >> But only in IE. Netscape and Opera have been tested ok.
> >>
> >> The error message in the bottom right says something
> >> usually similar like:
> >>
> >> Line: 39
> >> Char: 1
> >> Error: Object Expected
> >> Code: 0
> >> URL: http://www.football365.com/tb_kiosk/kiosk.html
> >>
> >> or
> >>
> >> Line: 103
> >> Char: 17
> >> Error: Expected ','
> >> Code: 0
> >> URL: http://www.betdaq.co.uk/betdaq?
> >> action=UnsafePlay&Page=twoiframe
> >>
> >> or
> >>
> >> Line: 185
> >> Char: 1
> >> Error: Object Expected
> >> Code: 0
> >> URL: http://boards.rivals.net/default.asp?
> >> sid=968&p=16&furumid=5641
> >>
> >> Any help at all would be very helpful. Its only happened
> >> in the last few days and to my knowledge I haven't
> >> changed anything!!!!
> >
> >Java and JavaScript have nothing to do with each other.
> >
> >Descriptions of Java, JScript, and JavaScript
> >http://support.microsoft.com/?kbid=154585
> >
> >You might want to refresh your scripting engine:
> >http://msdn.microsoft.com/library/default.asp?
> url=/nhp/default.asp?contentid=28001169
> >or
> >http://msdn.microsoft.com/library/default.asp?
> url=/downloads/list/webdev.asp
> >Windows Script 5.6 for Windows 2000 and XP
> >http://www.microsoft.com/downloads/details.aspx?
> FamilyID=c717d943-7e4b-4622-86eb-
> 95a22b832caa&DisplayLang=en
> >
> >Sometimes there's a corrupt file in the cache and one
> must go to Tools |
> >Internet Options and click Delete Files.
> >
> >-- 
> >Frank Saunders, MS-MVP, IE/OE
> >Please respond in Newsgroup.  Do not send email
> >http://www.fjsmjs.com
> >Protect your PC
> >http://www.microsoft.com/security/protect/
> >
> >
> >.
> >
> .
>
>


Relevant Pages

  • Re: Errors with JAVE + IE 6!!!
    ... > Char: 1 ... Java and JavaScript have nothing to do with each other. ... Windows Script 5.6 for Windows 2000 and XP ... Sometimes there's a corrupt file in the cache and one must go to Tools | ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: how to wait for socket communications
    ... how to communicate the chars to Java. ... The picture information is an unsigned char*, with first all the red values ...
    (microsoft.public.win32.programmer.networks)
  • Re: Array typecasting ?
    ... Do you understand that `byte' and `char' are not ... By using a language other than Java. ... computes an int, and javac will reject the attempt to put ... You now need to reassemble the chopped-up pieces into ...
    (comp.lang.java.help)
  • socket communication: send & receive doesnt work right
    ... I am trying to establish socket communication between my Java and C++ program. ... public void send_doubles(double vals, int len) throws IOException ... // send a short acknowledgement to the server ... char *result; ...
    (microsoft.public.win32.programmer.networks)
  • Re: socket communication: send & receive doesnt work right
    ... The problem with this approach is that Java stores the binary data as big endians only, if your C++ client is litttle endian then unpredictable results may be obtained. ... public void send_doubles(double vals, int len) throws IOException ... char *result; ...
    (microsoft.public.win32.programmer.networks)