Hi Marcus,
probiers mal so:
function Init()
{
document.getElementById("TEST").style.left = '100px';
theTDxPos = document.getElementById("TEST").style.left;
alert(theTDxPos);
}
Gruß vom Tom
Hi Marcus,
probiers mal so:
function Init()
{
document.getElementById("TEST").style.left = '100px';
theTDxPos = document.getElementById("TEST").style.left;
alert(theTDxPos);
}
Gruß vom Tom