Sample only. Data is not current.
The user can also change the height of the ticker at run time. This works best with frames, where the ticker is always visible above or below the rest of the document. If you set the width of the ticker relative to the width of the page, the ticker will resize when the user resizes the web broswer.<HTML> <HEAD> <TITLE>Stock Ticker Configuration: Scrolling and Resizing</TITLE> </HEAD> <FRAMESET ROWS="80,*,80"> <FRAME SRC="StockTicker4a.html" SCROLLING="no"> <FRAME SRC="StockTicker4b.html" SCROLLING="yes"> <FRAME SRC="StockTicker4a.html" SCROLLING="no"> </FRAMESET> </HTML>
<HTML> <BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <OBJECT classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" WIDTH=100% HEIGHT=100%> <PARAM NAME=src VALUE="http://www.trade-ideas.com/Banners/ShockWave.dcr"> <PARAM NAME=swRemote VALUE="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' "> <PARAM NAME=swStretchStyle VALUE=stage> <PARAM NAME=SW1 VALUE="color_scheme=3"> <EMBED src="http://www.trade-ideas.com/Banners/ShockWave.dcr" WIDTH=100% HEIGHT=100% SW1="color_scheme=3" swRemote="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='true' " swStretchStyle=stage type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"> </EMBED> </OBJECT> </BODY> </HTML>