|
|
|
|
|
by Animats
1128 days ago
|
|
Here's an option: have a browser set up to defer all "onload" Javascript until the user clicks on something. Then you see if you want to do anything on the page. If nothing happens until you let Javascript run, the page looks silly and the user goes elsewhere. Pages can still load CSS, so they can do formatting. |
|