if old version use link to call update function (<a href="JavaScript:nameOfUpdateFunction();">Change</a>), then u can do it with "onchange" event in dropdown box :
<select onchange="JavaScript:nameOfUpdateFunction();">...</select>
when i set a border to table with javascript :
table.style.border = '1px solid #000000';
i got someting like this :
<table style="border-left:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;">
...
</table>
How can i avoid this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.