run link in website

B

broeller

I am trying to make a site and have it read information from another site as
part of my page. This will be my homepage on my browser, and I want it to
read my stock quotes from yahoo finance. I can get it to go to the page if I
click on the link, but I want it to display the yahoo page as part of the
home page without clicking on a link.

Thanks
 
D

DavidF

You might try an Iframe. Use the insert html code fragment tool to insert
the following code snippet into your page after modifying it appropriately.

<IFRAME src="http://www.yahoofinance.com/index.htm"
width="700" height="600" hspace="0" vspace="0"
frameborder="0" scrolling="auto"></IFRAME>

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top