BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


JavaScript
-postfix.aspx>Infix <> Postfix
Nested Tables And Data Island
XML Data Traversal
TrimWhiteSpace
Two Tier Data Islands with Expanding/Collapsing Child elements.
Escape special characters using JavaScript and regular expressions
Sticky Table Headers
Dynamically Filling HTML Select Box from XML Data Island using Javascript.
XML Basics Handbook


 
 

 LAMP >>
-postfix.aspx>


By Premshree Pillai
First Posted 09/05/2002
Times viewed 367

JavaScript Ticker (using Tabular Data Control)


This post contains attachments
v20020905022154.zip 

Summary This JavaScript Ticker is an example of "Data Binding" using "Tabular Data Control (TDC)" which is a Microsoft ActiveX control built in to Internet Explorer.

This JavaScript Ticker is an example of "Data Binding" using "Tabular Data Control (TDC)" which is a Microsoft ActiveX control built in to Internet Explorer. To include this ActiveX control, you must use the tag with CLASSID as "CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83".

Additional information
/n/nHere is the description of the arguments that the function TDC_Ticker() takes: /n/nobjName : The ID of the OBJECT where you include the TDC for that ticker. /ndivName : The ID of the element where the messages will tick. /ncounter : A counter that should be initialised to the max number of messages. /nmaxMsgs : The max number of messages in the data file. /ntimeOut : The delay (in milliseconds) between messages. /n/nNext, you must place the code for placing the ticker. For e.g, the code for placing the above ticker is :/n/n /n/nHere is the list of Parameters the <OBJECT> takes : /n/nDataURL : The path of the file that contains the data. /nUseHeader : This is always set to TRUE. /nTextQualifier : The character at the beginning and end of a message. /nFieldDelim : The Field Delimiter./n/n Click here to see the data file (tickerData.txt) used for the above ticker./n/n


Rate this article on a scale of 1 to 10 (1 votes, average 8)

Your vote :  

 LAMP >>
-postfix.aspx>





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML