Advertisement
ASP_Volume3 Complete Applications #53857

Real Time Stock Quote Ticker

Click Here for New Version! This is stock quote ticker, which gets the latest stock information in real time from Yahoo! finance website. This script scrolls the text on the page without the use of Macromedia Flash or Java applet. My stock ticker is a good emulation of Java or Flash tickers because it pause on MouseOver and un-pauses on MouseOut. It include many advanced and convenient features, good error checking, and slick interface. Designed in only ASP and VBScript, this application can be quickly adapted for your needs. Enjoy and *** PLEASE RATE THIS SCRIPT! ***

AI

Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kode Sumber
original-source
Upload
<table style="font-size: 10pt; color: navy; border-top-style: none; font-family: Verdana;
  border-right-style: none; border-left-style: none; border-bottom-style: none"
  width="100%">
  <tr>
   <td>
 Up to a few months ago, all of my emailing applications were working great! 
 Then one day the IT department of our parent company "turned off" the SMTP Relay
 for our Email Server.  Dreadfully, this caused all of my emailing applications
 to blow up.  Fortunately, this was only a temporary set back.<br />
 <br />
 My company has been slowly moving away from our parent company.  So recently,
 they decided to outsouce our Emailing client.  Which actually turned out pretty
 nice.  I was happy to find that I'd be able to fix all of my emailing programs!<br />
 <br />
 However, because our new emailing client required Authentication, my simple emailing
 lines of code were not enough to avoid the error:<br />
 <br />
 <table width="100%" style="color: maroon; border-top-style: none; font-family: 'Courier New'; border-right-style: none; border-left-style: none; border-bottom-style: none">
  <tr>
   <td style="width: 22px">
   </td>
   <td>
    "The SMTP server requires a secure connection or the client was not authenticated.
    The server response was: 5.7.0 Authentication required"</td>
  </tr>
 </table>
 <br />
 Adding Authentication to my emailing code solved my problems!  Because of this,
 I thought there might be someone else in the world that could use this information.<br />
 <br />
 So I have put together a little emailing demo for you.  I really hope it helps
 you!<br />
 <br />
 VBRocks
    <br />
    <br />
   </td>
  </tr>
 </table>
Komentar Asli (3)
Dipulihkan dari Wayback Machine