Results 1 to 2 of 2

Thread: Type mismatch error in Javascript

  1. #1
    Join Date
    Sep 2010
    Posts
    11

    Type mismatch error in Javascript

    I'm getting the following error in IE on my Adobe Presenter file:

    Message: Type mismatch: 'SlideContent_DoFSCommand'

    What could be causing the error? The presentation plays fine, just getting the error.

  2. #2
    Join Date
    Sep 2010
    Posts
    11
    Here's the code:

    <!--
    Sub SlideContent_FSCommand(ByVal command, ByVal args)
    select case command
    case "putHREF" location.href = args
    case "putTitle" document.title = args
    case else call SlideContent_DoFSCommand(command, args)
    end select
    end sub
    -->

Similar Threads

  1. IE6 CSS and Javascript error
    By patcouch22 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 22 Apr 2008, 03:08 PM
  2. JavaScript - logical error in for loop?
    By web88js in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 05 May 2007, 01:31 PM
  3. Javascript Line Breaks causing error?
    By InVaZ in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 14 Dec 2005, 08:43 AM

Tags for this Thread

Posting Permissions

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