Forum Moderators: open

Message Too Old, No Replies

How to refresh one table and not the complete page?

         

I Will Make It

6:48 pm on Jan 6, 2007 (gmt 0)

10+ Year Member



I'm sorry if this isn't the right forum to post. Please move it if so.

On my front page I have 5 small tables. One of these tables shows a "tip of the day" - text.
On the bottom of every tip I have a "Next Tip"-link. Now, when my users click this "Next Tip"-link, I want to refresh only the table the tips are in, and not the complete page.

Is this doable without using javascript, and without iFrames?

Robin_reala

10:32 pm on Jan 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Theoretically the <object> element can embed HTML (in the same way as an <iframe>). Browser support is probably really spotty though. Apart from that I can’t think of any non-javascript/non-iframe method.

I Will Make It

12:50 am on Jan 7, 2007 (gmt 0)

10+ Year Member



Thank you very much! It helped :)