I have an HTML file called menu.html.
Now, for some reason I want to embed a
JSP code in menu.html. Seems it does not parse that. Is it right that file name needs to be .jsp to have any JSP code. I tried to include JSP code in <script language="javascript"> tag hoping it will take it. This did not work also.