+ 2
Is it necessary to use JavaScript in our webpages or there is any relevant option other than this ?
3 Answers
+ 2
You can have no javascript at all, but then you will be limited to what html and css can handle, which may be perfectly fine if you don't need much interactivity in your pages.
If for some reason you want to use a scripting language other than javascript, you can also use vbscript or tcl for example. (Why would you...?)
<script type="text/vbscript">
...
</script>
+ 2
got ur point brother thanx alot
+ 1
petra