This doesn't work:HTML Code:<object id="object" data="http://www.vbforums.com/" type="text/html"></object>
This doesn't work:HTML Code:document.getElementById('object').data = 'http://merri.net';
Any idea what would work?HTML Code:document.getElementById('object').setAttribute('data', 'http://merri.net');


Reply With Quote