Results 1 to 4 of 4

Thread: what does this exactly do?

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    what does this exactly do?

    Code:
    <SCRIPT FOR="objHeartbeat" EVENT="BrowserCommand(opCode,str)" LANGUAGE="JavaScript">
    self.BrowserCommand(opCode,str)
    </SCRIPT>
    i know BrowserCommand() is a function..but what does the EVENT mean? it is not an event or is it? and the SCRIPT FOR= tag?

    tks in advance
    \m/\m/

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    This is an old and stupid IE-specific way to catch events. The script within this script tag is executed when some event occures on objHeartbeat.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ah so the ocx "BrowserCommand()" has nothing within it, just being something like a virtual function that is overriden by the html java function?
    \m/\m/

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    I don't know. I never really bothered with things that only work on IE.

    But it's JavaScript in any case, not Java.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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