I wrote an applet that will allow users to print their documents directly to the their printer. They are suppose to select the document that they want to print from the document folder.
The problem I have is that depending on the browser I am using (Firefox or Internet Explorer), I need to put different html tags.
That is to say if I want the print function to work in Internet Explorer I need to add <jsp

lugin ..../> into the documentFolderList.jsp file. This allows the IE to work, but when I try it in Firefox, the javascript that I call to print, can't recognize the <object> tag that the <jsp

lugin> created to call the applet method to print.
If I use the <applet...> tag everything works in Firefox, but with Internet Explorer, it seems that adding straight html to the documentFolderList.jsp file prevents complete rendering of the Workspace.
How can I put the applet tags so that Internet Explorer will understand the tags?
Peter Choe