Summary: | Javascript-based link on "atomfilms.com" not working | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | dubious |
Component: | kjs | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
dubious
2002-04-02 02:15:12 UTC
On 2 Apr 2002 dubious@2xtreme.net wrote: > Gives me the following error text in the konsole (no messages or for that matter any effect occurs in Konqueror): > > KJS: WARNING: Failed function call attempt on: undefined : Undefined (0x82bdcc0) line 213 > KJS: Was property 'VBGetFlashVersion' > KJS: of: [object Window] : Window (0x83b3458) > KJS: WARNING: Failed function call attempt on: undefined : Undefined (0x82bdcc0) line 213 > KJS: Was property 'VBGetFlashVersion' > KJS: of: [object Window] : Window (0x83b3458) > khtml (jscript): WARNING: Script throwed exception: TypeError: Expression is no object. Cannot be called. > > The calls to "VBGetFlashVersion" make me suspicious that it's just crappy site design but... Did you check the <script> element on that page to see if they specify any language for those ? Harri. On Tuesday 02 April 2002 08:51 am Harri Porten wrote: > Did you check the <script> element on that page to see if they specify any > language for those ? > > Harri. Yup according to the source it appears to be javascript. (The actual link is "javascript:play(film)" - the line referencing the code with this function says: <script language="JavaScript" src="/js/playfilm.js"></script> I can forward a copy of the playfilm.js file if it'd be helpful. Otherwise the url for that specific file is: http://atomfilms.shockwave.com/js/playfilm.js On Tue 2 Apr 2002 dubious@2xtreme.net wrote: > On Tuesday 02 April 2002 08:51 am Harri Porten wrote: > > Did you check the <script> element on that page to see if they specify any > > language for those ? > > > > Harri. > > Yup according to the source it appears to be javascript. > > (The actual link is "javascript:play(film)" - the line > referencing the code with this function says: > <script language="JavaScript" src="/js/playfilm.js"></script> > > I can forward a copy of the playfilm.js file if it'd > be helpful. Otherwise the url for that specific > file is: > http://atomfilms.shockwave.com/js/playfilm.js That file is not the one containing the failing code. As we don't support VBScript there is not much we can do about anyway. Only recommendation I can make is to set the User Agent string to a Netscape Browser. Harri. |