To transfer a file content in a part of my page, i'd like to change an 'object' content.
It could be something like that :
Code: Select all
<object
id="e;tarmac"e;
data="e;1.html"e;
>
</object>
<a onclick="e;document.getElementById('tarmac').data='2.html'"e;>
change
</a>Who has the solution ???
Thanx for your help !