Y
Hacker News
new
|
ask
|
show
|
jobs
by
Achshar
5223 days ago
yes but that would require server to know that which again requires some sort of ajax which cannot happen because js is disabled!
1 comments
waitwhat
5223 days ago
<noscript>
link
waitwhat
5223 days ago
apparently I have to spell it out to the downvoter...
<script src="/client-side.js"></script> <noscript><img src="/server-side.js"></noscript>
...which fulfills the requirement of "executing some JS code even if JS is disabled in browser".
link
Achshar
5223 days ago
yes, that seems correct, also just to make it clear, i can't even down vote yet :P so it wasn't me :)
link