Hello. I have a page. In this page, there's a link. I want you to code an Ajax-based script that will print on the screen a div (stored in another file) when the user clicks on the link. Reward: 100Frih$.
I don't know anything about Ajax. Please make it as simple as possible.
Last edited by escritor on Wed Apr 23, 2008 12:00 pm; edited 1 time in total
| Code: |
|
<a href="#" title="Display images">Display images</a> <!-- This shall be added via Ajax only if the user clicks on the link <div class="img"> <img src="/images/foo.png" alt="Foo" width="100" height="100" /> <img src="/images/foo2.png" alt="Foo2" width="100" height="100" /> </div> --> |
I don't know anything about Ajax. Please make it as simple as possible.
Last edited by escritor on Wed Apr 23, 2008 12:00 pm; edited 1 time in total
