I want to run js inside CSS when the page loaded.
Is this possible?
html{
width: expression(document.getElementById('BeneficiaryLabel').innerHTML = 'test');
}
this doesn't work.
Thanks
I want to run js inside CSS when the page loaded.
Is this possible?
html{
width: expression(document.getElementById('BeneficiaryLabel').innerHTML = 'test');
}
this doesn't work.
Thanks