| Author |
Message |
Forum: Java Forum Topic: Security error while loading pdf file in jsp in firefox? |
| randy_ortan |
|
Posted: Mon Feb 09, 2009 3:31 pm
|
|
Replies: 1 Views: 179
|
| When i type in the following link manually in firefox as " file://///172.16.2.1/copyediting/ELS/mallet.pdf", pdf file is loaded successfully in the firefox browser. PDF file is located in remote server which is referred by IP 172.16.2.1. I've assigned the Same link in a String in jsp page ... |
|
 |
Forum: Java Forum Topic: how to open pdf files in FireFox through jsp page? |
| randy_ortan |
|
Posted: Mon Feb 09, 2009 2:56 pm
|
|
Replies: 0 Views: 271
|
| hi all, i have a problem when i click the link in jsp page. whenever i am clicking the jsp page link it wants to open a pdf file, the pdf file is located in remote system. its working properly in Internet Explorer. but i am opning this in FireFox means its not opening. In firefox url that is not sho... |
|
 |
Forum: Java Forum Topic: How to Generate Unique Random Numbers? |
| randy_ortan |
|
Posted: Mon Sep 22, 2008 7:49 am
|
|
Replies: 0 Views: 497
|
| import com.sun.crypto.provider.RSACipher; import java.util.Random; public class RandomRange { static int START = 1; static int END; static Random random = new Random(); private static void showRandomInteger(int aStart, int aEnd, Random aRandom){ if ... |
|
 |
Forum: Java Forum Topic: TransportException in applet reloading? |
| randy_ortan |
|
Posted: Sat Sep 13, 2008 12:33 pm
|
|
Replies: 0 Views: 335
|
| hi all, i had developed an applet. This applet having one frame class. This applet is called inside a jsp page.The Process of this page is copying files from one folder to another folder in server. Actually this process is working fine in first time. but the problem is i am closing the Applet window... |
|
 |
| Sort by: |