HTML PAGE - displaying chart?

tparvaiz

New member
Hi,

I have a URL that opens up a chart... May I know how to display it in the HTML page
Here is the URL

http://ichart.finance.yahoo.com/c/bb/b/bce.to?lang=en-CA&region=CA&width=350&height=180

I tried few things such as putting it in a script

<html>
<body>

<script type="text/javascript" src="http://ichart.finance.yahoo.com/c/bb/b/bce.to?lang=en-CA&region=CA&width=350&height=180">
</script>

</body>
</html>

etc... but still of no use

Please advice
perfect, it worked... may I know how can I mark your reply as correct...
 
Back
Top