IE « Tag « JSP-Servlet Q&A





1. showmodaldialog function in ie8    stackoverflow.com

i have written a showmodaldialog() fuction in a jsp file and its working well in firefox but in ie8 its now working,my code is here :

<-----a.jsp------>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  ...

2. how to play .swf files in IE using iframe tag    stackoverflow.com

I am trying to play .swf files in IE using an iframe tag in jsp. But they are not playing. They are playing in Chrome & Safari. Can anyone help? The ...

3. CSS problem with dynamic tags in a JSP on IE7    stackoverflow.com

I have a JSP which renders some HTML and Javascript. The JS code reads a JSON list and dynamically creates a tag for each one. The css class ...