The HTML Datascr tag doesent' work.?

mark n

New member
Hi, I am having some difficulty with the "datascr" tag for marquee and a few others, including div. Would anyone please upload 2 files the first being html with a maruqee or a div with exertnal data using the datascr="#asdasdf" formatdatas="text" tags. Because I have tried numerous times WITH NO SUCCESS!!!! I tried just about everything and it desen't cach the external file.
 
you should be using 'datasrc'

<html>
<body>
<table datasrc="#dataSrc">
<tr>
<td>
<input type=textbox size=10 value="textbox 1" datafld="tb1"></td>
</tr>
<tr>
<td>
<input type=textbox size=10 value="textbox 2" datafld="tb2">
</td>
</tr>
</table>
<object id="dataSrc"
classid="clsid:myguid...">
<param name="myData" value="mySrc.txt">
<param name="FieldDelim" value="\">
<param name="RowDelim" value="\">
</object>
</body>
</html>


wow, seeing how this is standard boilerplater stuff I learned several years ago in college, i'm pretty sure it's common knowledge... the site posted below is not where I got the above information, I wrote it on the fly from experience...
 
Back
Top