Click here to Skip to main content
15,895,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir any help i want to display websites in one page when user enter my website to see other also how to display websites one by one 10 seconds gap
like google,twitter direct home pages
Posted
Updated 14-Nov-10 23:25pm
v3

1 solution

This is what you are looking?
<marquee behavior=scroll direction="up" width="200" height="130" scrollamount="2" scrolldelay="80" onMouseOver="this.stop();" onMouseOut="this.start();" id="MARQUEE1" style="text-align: left; " bgcolor="white" class="scrolling">
      <a href="#">google</a>
     <br />
     <a href="#">twitter</a>
     <br />
     </marquee>

 can also use Iframe <a href="http://www.dynamicdrive.com/dynamicindex2/iframe-scroller.htm">iframe scroller</a>[<a href="http://www.dynamicdrive.com/dynamicindex2/iframe-scroller.htm" target="_blank">^</a>]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900