<html><div style='background-color:'><DIV>Hey group,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Has anyone else had any experiences where a DHTML script just disappers into thin 
air? </DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using CF_Newscroll to display on screen the latest 10 records added to the 
database.</DIV>
<DIV>It was working perfectly in both IE and Netscape (for several days) until just a 
little while ago. I had been tweaking some other templates in my site to account for 
some db changes I had made, but I did&nbsp;NOT touch the page affected by the news 
scroller (index.cfm). However, when I just went to that page, the scroller was gone. I 
don't get any errors, and if I view the source the script is still there, including 
the data passed back from the db.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Has anyone else had this happen? What causes it, and how do I fix it?</DIV>
<DIV>&nbsp;</DIV>
<DIV>JFYI,&nbsp; here is my query and the call to the custom tag:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;cfquery name="latest_updates" datasource="cf_market" 
maxrows="10"&gt;<BR>SELECT cs_number, title, entry_date<BR>from main<BR>ORDER by 
entry_date desc<BR>&lt;/cfquery&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;cf_NewsScroll <BR>&nbsp;NewsX="250" <BR>&nbsp;NewsY="70" 
<BR>&nbsp;NewsW="500" <BR>&nbsp;NewsH="25"<BR>&nbsp;FontFace="verdana" FontSize="3" 
FontColor="407A9D"<BR>&nbsp;BGColor="ffffff" BorderColor="ffffff"&gt;<BR>&lt;cfloop 
query="latest_updates"&gt;<BR>&lt;cf_NewsItem NewsItem="#title#, added 
#dateformat(entry_date, 'MM/DD/YYYY')#" 
Link="search_details.cfm?cs_number=#cs_number#"&gt;<BR>&lt;/cfloop&gt;<BR>&lt;/cf_NewsScroll&gt;<BR><BR>Thanks!<BR></DIV>
<DIV></DIV>
<P><STRONG><FONT face="Bradley Hand ITC" color=#008080><FONT face="Lucida Handwriting, 
Cursive"><FONT color=#0066cc>Terri Stocke<BR></FONT>ColdFusion Developer<BR></FONT></P>
<P><FONT face="Courier New, Courier, Monospace" color=#003333 size=2>If you had to 
identify, in one word, the reason why the human race has not achieved, and never will 
achieve, its full potential, that word would&nbsp;be "meetings". -- Dave 
Barry</FONT></P>
<DIV></DIV></FONT></STRONG>
<DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a 
href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to