Tech Support Guy banner
Status
Not open for further replies.

Help linking to an updating image

915 views 5 replies 3 participants last post by  awlucky3k 
#1 ·
#3 ·
I'm not sure if that is what I wanted. I tried to put it into my html, but it didn't actually link to the real thing. The image I'm trying to link to is an table on that web page that constantly updates itself. I was trying to get it to constantly update on my page.

-Alex
 
#4 ·
Does anyone know how to do the following?:

I need to put an image on my website. The only problem is, it is a constantly updating image, so the image on my site needs to constatly update with it, or there is no point in using it. I tried just putting the image on my site to see if it would update by itself, but it didn't. The image I am trying to put on my site is the table of weather data from http://www.aws.com/AWS/full.asp?id=DRRYN. If anyone could help my out, it would be great!

Thanks,
Alex
 
#5 ·
That table is not an image. It's a table. So you can't just link to it. What you can do, however, is use inline frames. Use this code:

HTML:
[URL=http://www.aws.com/AWS/full.asp?id=DRRYN]http://www.aws.com/AWS/full.asp?id=DRRYN[/URL]
The browser has to be able to support inline frames, but most should and this will work if the browser is supported. :)
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top