Applet shows in IE but not netscape

I've made an applet in the following page:
http://members.tripod.com/hb13/3rmMain.html
It works perfectly in NN6, but IE just shows me a blank page.
Any Ideas?
Thnx in advance

Any Ideas?In IE, the <applet> tag doesn't work with Swing applets. To make it work, you can use code like the following. (I copied it from my english-to-metric conversions page.)
And no, I didn't write all this myself; the JDK comes with a program called HTMLConverter, which will convert the <applet> tag into code that's supposed to work on all browsers. Instructions for it are somewhere on this site.
<SCRIPT LANGUAGE="JavaScript"><!--
    var _info = navigator.userAgent; var _ns = false;
    var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0);
//--></SCRIPT>
<COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var _ns = (navigator.appName.indexOf("Netscape") >= 0 && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
//--></SCRIPT></COMMENT>
<SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 400 HEIGHT = 100 ALIGN = "baseline" ALT = "No Java 2 support for applet."  codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"><NOEMBED><XMP>');
    else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.3"  CODE = "Converter.class" ARCHIVE = "Converter.jar" ALT = "No Java 2 support for applet." WIDTH = 400 HEIGHT = 100 ALIGN = "baseline"  scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED><XMP>');
//--></SCRIPT>
<APPLET  CODE = "Converter.class" ARCHIVE = "Converter.jar" WIDTH = 400 HEIGHT = 100 ALIGN = "baseline" ALT = "No Java 2 support for applet."></XMP>
<PARAM NAME = CODE VALUE = "Converter.class" >
<PARAM NAME = ARCHIVE VALUE = "Converter.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
</APPLET>
</NOEMBED></EMBED></OBJECT>

Similar Messages

  • My applet shows in IE but not in Netscape

    i coded an applet. It runs well in Internet Explorer on Windows but it cannot be shown in Netscape on Linux. I have set "enable Java" but the problem remains. The error information is "Applet myapplet error: java.lang.NoClassDefFoundError:myapplet".
    The following is my html file:
    <HTML><HEAD><TITLE>my applet</TITLE></HEAD>
    <BODY bgcolor=WHITE>
    <APPLET code=myapplet.class name=myapplet style="FONT-FAMILY:sans-serif; HEIGHT:800px; WIDTH:1000px ">
    </APPLET>
    </BODY></HTML>
    Could anybody help? Thanks!
    p.s. I used HtmlConverter to convert the above file and tried again. This time neither works!

    I can think of at least three possible explanations for why your applet wouldn't work in Netscape:
    1) Your applet tag specified the WIDTH and HEIGHT in a CSS style tag that Netscape doesn't recognize -- try to put the WIDTH and HEIGHT outside of style like this:
    <HTML><HEAD><TITLE>my applet</TITLE></HEAD>
    <BODY bgcolor=WHITE>
    <APPLET code=PanelTest.class WIDTH=1000 HEIGHT=800 name=myapplet style="FONT-FAMILY:sans-serif; HEIGHT:800px; WIDTH:1000px ">
    </APPLET>
    </BODY></HTML>
    2) Your applet doesn't require a Java plugin, take a look at Edit-->Preferences-->Advanced and make sure that you didn't inadvertently enabled Java Plugin in the preferences.
    3) Your applet program was compile with j2sdk1.4.0 and you are trying to show it on a system that has different JRE -- if this is the case, the only way to fix the problem is not with the HTMLConverter but with a manual installation of JRE1.4.0 on Linux.
    Hope this helps...
    ;o)
    V.V.

  • Push button ijn appraisal showing in backend but not showing inn portal

    Hi Expert,
    I would like to ask that push button in appraisal while configuring ESS/MSS package.
    It is showing in backend, but not showing in portal.
    Request you to give your inputs to bring push button on to the portal.

    Hi,
    are you using the same user to access backend and portal?. In backend, did you try from transaction PHAP_CHANGE with that user?. If you try with transaction PHAP_ADMIN in backed you are accessing as administrator, so you cannot compare the behaviour in PHAP_ADMIN and portal.
    Regards,
    Ana

  • Apps showing in library but not showing up in devices i pod- sync apps list. ...pls help

    apps showing in library but not showing up in devices i pod- sync apps list. ...pls help
    id: [email protected]

    Are the apps checked to be synced to the iPod and did you click on the sync button in Tunes?
    Were the apps purchased fro the same accoubnt signed into in the iPod?
    Are the apps compatible witht he iPOd model and iOS version?
    Do you have restrictions set that prohibit instaling apps?

  • How can I view the number of tunes in the Library? The number shows for Playlists but not for the total Library.

    How can I view the number of tunes in the Library? The number shows for Playlists but not for the total Library.

    Hello,
    I apologize for submitting this question.  Soon after I posted it I saw a similar question that had my answer..
    Again, my bad for not looking first.
    Ron Morris

  • Html Validation icon shows in IE but not in Mozilla

    html Validation icon shows in IE but not in Mozilla
    Hi, All,
    I use DWMX 2004
    I placed the hmtl validation icon at the bottom of a template
    so that
    each page could be conveniently validated.
    The icon is showing all right, both locally and online, in
    IE, but it is
    not showing in Mozilla.
    What can I do to fix this?
    www.tudo.co.uk/testing/rishton/shell/contents/contact/contact.html
    The icon should appear underneath the up-arrow at the bottom
    of the page.
    Here is the template, with html extension for your
    convenience:
    http://www.tudo.co.uk/testing/rishton/templates/rishton_template.html
    Thanks.
    Adrian

    Joe Makowiec wrote:
    > On 29 Apr 2006 in macromedia.dreamweaver, wrote:
    >
    >
    >>html Validation icon shows in IE but not in Mozilla
    >>
    >>Hi, All,
    >>
    >>I use DWMX 2004
    >>
    >>I placed the hmtl validation icon at the bottom of a
    template so
    >>that each page could be conveniently validated.
    >>
    >>The icon is showing all right, both locally and
    online, in IE, but
    >>it is not showing in Mozilla.
    >>
    >>What can I do to fix this?
    >>
    >>www.tudo.co.uk/testing/rishton/shell/contents/contact/contact.html
    >>
    >>The icon should appear underneath the up-arrow at the
    bottom of the
    >>page.
    >>
    >>Here is the template, with html extension for your
    convenience:
    >>
    http://www.tudo.co.uk/testing/rishton/templates/rishton_template.html
    >
    >
    > I don't know about Mozilla, but it's showing here in
    FireFox, which
    > uses the same engine.
    >
    > BTW: Result: Failed validation, 24 errors
    >
    >
    Hi, thanks for this information about Firefox. Hope someone
    else may
    have an answer for Mozilla.
    Concerning the validation errors. I know about the million of
    validation errors, we are upgrading a site from doc type
    'transitional'
    to doc type 'strict'. We have the site on a test server, put
    the
    validation icon first, let it point out the errors, then fix
    them one by
    one. When they have been fixed the site is published. (i.e.
    we are not
    claiming the site is valid when it isn't).
    If somebody else can reproduce the problem in Mozilla I
    should be most
    grateful.
    btw, I am Adrian Stock (=Adrian.Stock22), do not know why I
    am showing
    on the screen as 'domain unknown'.
    Ah, perhaps I did not log in properly.
    Adrian

  • Edit GAL to show phone numbers but not email addresses

    We would like to edit our company's GAL to show only the phone numbers for some staff and not their exchange email accounts.  Is there a way to do this through Active Directory?
    AD Environment: Server 2008 R2 Standard
    Exchange Environment: Server 2008 Standard, Exchange server 2007.

    Link to the new thread: https://social.technet.microsoft.com/Forums/exchange/en-US/6c4158a6-107d-4da6-abad-c05106c20fde/edit-gal-to-show-phone-numbers-but-not-email-addresses?forum=exchange2010#371c659c-c002-4fb6-b5a1-ae776bf6534c
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Ever since I turned on ITunes match, album art shows in coverview but not in other views on my iphone. Anyone else having this problem?

    ever since I turned on ITunes match, album art shows in coverview but not in other views on my iphone. Anyone else having this problem?

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Office365- I created shared mailboxes for a user- they show on web but not on Outlook2013

    I created shared mailboxes for a user- they show on web but not on Outlook2013-
    If the user logs on to office365 web - I can see the 3 shared folders- but if when she opens Outlook she is not able to see them-
    Do they - should they be manually added ? How ?
    Thanks !!

    Hi,
    Thanks for your question.
    Not sure what exactly you mean by "created shared mailboxes for a user", by default, Outlook automatically loads all mailboxes to which the user has "Full Access" permission. So please first check if you have granted the right permissions
    for that mailbox to the user.
    When I say "By default", I mean you didn't disable the Outlook Auto-Mapping service. If you did, then the shared mailbox will not be automatically added to the user's Outlook profile. So please have a check on this:
    https://support.microsoft.com/kb/2646504
    Also, please note if the shared mailbox was just created, or the user was just added as a member of that shared mailbox, you probably will need to wait for a few hours for the shared mailbox to appear in the user's Outlook folder.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • I'm having issues with my TV programmes artwork. It shows in iTunes but not on the Videos app.

    I'm having issues with my TV programmes artwork. The artwork shows in iTunes but not on the Videos app. Is anyone else having a similar issue?

    Your feed is at http://feeds.feedburner.com/blogspot/GPKwx
    The latest episode in it is 23 July: the later episodes haven't made it into the feed so either the connection to Feedburner has failed or there is something about the recent episodes which is causing them not to make it into the feed. It's not obvious from looking at the web page what this might be.

  • After my computer has been asleep and I touch my trackpad, it wakes enough to show my icon but not enough to acknowledge my keyboard or trackpad so I can type a password.  It seems the only way to make it work it to turn it off the back button.

    After my computer has been asleep and I touch my trackpad, it wakes enough to show my icon but not enough to acknowledge my keyboard or trackpad so I can type a password.  It seems the only way to make it work it to turn it off the back button.

    The reason, I included the annotation that I'd upgraded my Itunes, (On my Computer) is B/C in many forums - the very first question, *HELPERS* ask, is. "Do you have the latest version of Itunes downloaded on your computer." I wanted to knock out any obvious replies.
    Now-  "DO YOU have any idea,"... how your UNHELPFUL remarks, do absolutely nothing but hurt others that might not have the EXPERIENCE you have? How do you expect people to know things without asking questions? Whew! RUDE!!
    Message was edited by: Apple I0S Help Team

  • Why is my iphone 4s showing me 3G but not connecting (It did until now with no problems)?

    why is my iphone 4s showing me 3G but not connecting (It did until now with no problems)?

    Hello, Gadag. 
    Thank you for using Apple Support Communities.
    Here is a resource you may find helpful that will walk you through some troubleshooting steps for this issue.
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/TS3780
    Cheers,
    Jason H.

  • Bought an album on iPad, showing on iPhone but not iPod

    Bought an album on iPad, showing on iPhone but not iPod

    Missb12 wrote:
    It's an iPod 5th generation-is that why ?. No Internet on it so no option for iCloud.
    That is correct. If it is an iPod Classic 5th generation it doesn't connect to the Internet it can't download anything.

  • Applet works on Netscape6 but not on IE nor Navigator either

    My applet works just fine on Netscape 6 but not on IE 5.50 nor on Navigator 4.72.
    My applet is a shopping check, so what I do is add a new row to the check every time the client adds a new item, but the row doesn't display on IE or Navigator.
    I added resize(int,int) after I added the row to the check, and that worked for Netscape 6, but even though I also added repaint(), that's not working for the other 2 surfers.
    Thanx for any help in advance

    IE won't allow you to resize the Applet by making it bigger. It will not show the new area. Thank Microsoft for your problems... Netscape 6 is new, so probably IE 6 will also support this??

  • Applet works in appletviewer but not in IE - Applet notinited

    Hi, i have written a simple applet which uses swing components, ie swing labels and buttons. The buttons and labels also have icons with the text. The icons are in a folder called "icons" inside the same folder that the class is in. Everything works fine in the appletviewer, the icons are all displayed correctly, however when i try to open it through Internet Explorer i get this error in the java console window:
    Java(TM) Plug-in: Version 1.4.0
    Using JRE version 1.4.0 Java HotSpot(TM) Client VM
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    java.security.AccessControlException: access denied (java.io.FilePermission icons/world.jpg read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
         at java.lang.SecurityManager.checkRead(SecurityManager.java:887)
         at sun.awt.SunToolkit.getImageFromHash(SunToolkit.java:408)
         at sun.awt.SunToolkit.getImage(SunToolkit.java:422)
         at javax.swing.ImageIcon.<init>(ImageIcon.java:81)
         at javax.swing.ImageIcon.<init>(ImageIcon.java:107)
         at atm.init(atm.java:23)
         at sun.applet.AppletPanel.run(AppletPanel.java:341)
         at java.lang.Thread.run(Thread.java:536)
    Can anyone help me with this problem? I desperately need this applet working in the browser and not just the appletviewer.
    Many thanks in advance,
    Adrian

    Hi, i don't think it is a problem with the security settings, the problem definately lies in these lines
    inside the init method:
         Icon worldIcon = new ImageIcon(getDocumentBase(),"icons/world.jpg");
         JLabel myIconLbl = new JLabel("My Icon and Label", worldIcon, SwingConstants.CENTER);     
    add(myIconLbl);
    If i take the ' getDocumentBase() ' part out of the first line, the applet compiles and the worldIcon is correctly displayed in the appletviewer but not in Internet Explorer (the problem i orriginally sited).
    However by leaving the getDocumentBase() line in the code, the applet correctly compiles but does not show the icons at all in either appletviewer or IE!!
    Any suggestions?
    Adrian

Maybe you are looking for

  • Weblogic Integration Interview Questions and Answers

    Can some one send me WebLogic Integration interview questions and answers to [email protected] and [email protected] Thank you.

  • OS9-Capable ATA HD?

    http://www.bestbuy.com/site/seagate-1tb-internal-serial-ata-hard-drive-for-deskt ops/8490625.p?id=1186003683968&skuId=8490625 I would like to know if the Seagate 1 TB SATA HD at the above link would be suitable as a replacement system start up drive

  • Story Markers not obeying end jump

    Hello. I created a simple DVD with Stories -- 3 tracks each with 3 stories which correspond to the 3 chapters in the specified track. There is a Stories Menu with a button for each Story to 1) Play All (points to the track) and nine buttons, one for

  • Function module to fetch data from table

    Hi All, I want to get the entries from the table 'arfcsstate'  for a particular date. Is there a function module to get the same. Thanks in advance. Regards, Anju

  • Solaris 10 x86/x64 on NVidia ION

    Hello guys, is it possible to install Solaris 10 x86/x64 on the NVidia ION-Platform? Are there any successful installations? For me it is important to know about the Point-of-view ION/330. This board I think is for a little home server a great perfor