Hi,
I have downloaded a HTML template from internet, for my jsp application. That HTML page consists of so many tables inside tables. I edited the code to have my information on that page. I made it into a JSP file by introducing <% %> tags and changed the extension to ".jsp".
After executing this JSP file, if I want to select a line of information with mouse then all the information that is above the line is getting selected. This was not the problem when the page was a HTML file.
But I need a JSP with the same template for my application.
Iam attaching the JSP file with this thread. Can anyone solve my problem please....
Thanks in Advance,
Tiijnar
I have downloaded a HTML template from internet, for my jsp application. That HTML page consists of so many tables inside tables. I edited the code to have my information on that page. I made it into a JSP file by introducing <% %> tags and changed the extension to ".jsp".
After executing this JSP file, if I want to select a line of information with mouse then all the information that is above the line is getting selected. This was not the problem when the page was a HTML file.
But I need a JSP with the same template for my application.
Iam attaching the JSP file with this thread. Can anyone solve my problem please....
Thanks in Advance,
Tiijnar
Comment