Assertion failed when open Applet in Internet Explorer 7.0 ( Windows Vista)

I have a problem when loading an applet ( calling from a ASP.NET page ) only in 1 computer ( the others in my company is fine )
Here is capture of the error dialog i got : http://img134.imageshack.us/my.php?image=editorproblemszx1.jpg
I try to re-install all Java related program but the problem is still existed ( The applet worked fine before ) . I think re-install Windows Vista can fix but it is the last choice of course
Would someone please to help me to solve this problem ( not sure if this is a Microsoft's problem ) .
Thanx in advance

It seems to be a bug related to fonts.
Here's a bug related to your one, might give you a clue about some workaround:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4599491

Similar Messages

  • Adobe Acrobat Standard and Pro - dialog prompt when opening PDF from Internet Explorer 9

    Good morning.
    I am having an issue where our ends users that have either Adobe Acrobat X Standard (AAXS) or Adobe Acrobat X Pro (AAXP) cannot open a PDF within Internet Explorer 9 without being prompted by a dialog box to OPEN, SAVE or SAVE AS. Our user that have Adobe Reader X (ARX) only are ok. The ARX users can click on a PDF link within the browser and it will automatically open in a new tab. However, the AAXS and AAXP users will click on that same link, but are then prompted with a dialog box to either OPEN, SAVE or SAVE AS. Has any one else seen this before? We would like it to be so that all users - no matter what Adobe PDF program they are using of the 3 mentioned - can open a PDF link by just clicking on the link and no additional dialog options appear.
    The ARX users have the same Internet settings within the Adobe preferences as the AAXS and AAXP users. The check box is checked to have PDFs open within the browser, which they do, but that dialog box always appears for AAXS and AAXP users. Any thoughts?
    Thank you.

    Thanks for the reply. I stumbled across something today after posting. I had already known that If the ARX user also had one of the other products (AAXS or AAXP), then they would get the dialog box. Here is what I just figured out: if the user uninstalled ARX and re-installed (still having both ARX and AAXS or AAXP in the end) then they no longer get the dialog box. It seems like perhaps its an issue the AAXP and AAXS are overwriting something in the registry.

  • 8x11 Business Form scanned in shrinks when opening up in Internet Explorer.

    Scenario: I have a 8x11 Business Form I scanned and saved as a .jpeg file. I create a frame, I insert the Business Form image above inside the frame. I then create a repeating frame around the Business Form above so that I can display the pertinent data onto the image I just inserted. I run the report in Oracle Reports and I get the desired results in the live previewer. Additionally, When I invoke the report from Oracle Forms via a push button, the report displays in Internet Explorer just fine;
    Problem: As soon as I decide to print a hard copy of the report, the hard copy turns out to be a shrinked version of the report. The hard copy is just simply smaller and not displaying as the 8x11 I originally scanned in. It's almost like, regardless of the image size scanned in when it prints out Oracle Reports shrinks the image. But again it looks fine from an electronic perspective.
    My Point: I need the image to maintain it's scanned in size electronically and when I print a hard copy out. Any ideas Oracle Developers on what I need to do to achieve the desired results?

    How forgetful of me, all that was required was to adjust the margins. Thank you, self :-)

  • I am unable to print (any website) from the latest Firefox, but print fine from Internet Explorer. Using Windows Vista on a desktop machine.

    printer advances page and spits it out with either nothing or a single garbled line printed on it instead of a whole web page. This is independent of which web site and even happens with web sites that have a specific PRINT or PRINTER FRIENDLY VERSION button. Printing is fine from Internet Explorer. Unsure about Chrome. Printing from Firefox worked fine until I downloaded newest version. Operating system is Windows Vista on a 64 bit desktop computer.

    Try the '''reset''' described here: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • After downloading last update itunes and safari will not connect but mozilla and internet explorer does running windows vista

    Itunes and safari will not connect after installing the last update, but mozilla and internet explorer does.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes, and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Open applet on internet explorer

    Hi i have created the following applet :
    import java.applet.*;
    import java.net.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.applet.Applet;
    public class Applet11 extends Applet {
      FlowLayout f1= new FlowLayout();//������� ��������
      int alignement=FlowLayout.CENTER;
      JLabel jLabel1 = new JLabel();//������ ��������
      JLabel jLabel2 = new JLabel();
      JLabel jLabel3 = new JLabel();
      JTextField jTextField1 = new JTextField();//���������� ������ ��������
      JTextField jTextField2 = new JTextField();
      JButton jButton1 = new JButton();//������ ��������
      JButton jButton2 = new JButton();
      JButton jButton3 = new JButton();
      JButton jButton4 = new JButton();
    Color blue = new Color(240,244,249);
      Font m=new Font("Palatino Linotype",Font.PLAIN,14);
    private int current = 0;
      private ImageIcon[] images=new ImageIcon[31];
      public void init() {
        images[0]=new ImageIcon("palaio/Image8.jpg");
        images[1]=new ImageIcon("palaio/Image22.jpg");
        images[2]=new ImageIcon("palaio/Image30.jpg");
        images[3]=new ImageIcon("palaio/Image36.jpg");
        images[4]=new ImageIcon("palaio/Image42.jpg");
        images[5]=new ImageIcon("palaio/Image63.jpg");
        images[6]=new ImageIcon("palaio/Image68.jpg");
        images[7]=new ImageIcon("palaio/Image71.jpg");
        images[8]=new ImageIcon("palaio/Image72.jpg");
        images[9]=new ImageIcon("palaio/Image73.jpg");
        images[10]=new ImageIcon("palaio/Image80.jpg");
        images[11]=new ImageIcon("palaio/Image82.jpg");
        images[12]=new ImageIcon("palaio/Image83.jpg");
        images[13]=new ImageIcon("palaio/Image85.jpg");
        images[14]=new ImageIcon("palaio/Image87.jpg");
        images[15]=new ImageIcon("palaio/Image92.jpg");
        images[16]=new ImageIcon("palaio/Image93.jpg");
        images[17]=new ImageIcon("palaio/Image94.jpg");
        images[18]=new ImageIcon("palaio/Image95.jpg");
        images[19]=new ImageIcon("palaio/Image96.jpg");
        images[20]=new ImageIcon("palaio/Image101.jpg");
        images[21]=new ImageIcon("palaio/Image102.jpg");
        images[22]=new ImageIcon("palaio/Image111.jpg");
        images[23]=new ImageIcon("palaio/Image113.jpg");
        images[24]=new ImageIcon("palaio/Image115.jpg");
        images[25]=new ImageIcon("palaio/Image117.jpg");
        images[26]=new ImageIcon("palaio/Image118.jpg");
        images[27]=new ImageIcon("palaio/Image119.jpg");
        images[28]=new ImageIcon("palaio/Image120.jpg");
        images[29]=new ImageIcon("palaio/Image121.jpg");
        images[30]=new ImageIcon("palaio/telos.jpg");
        jLabel1.setText("������");
        Font n=new Font("Palatino Linotype",Font.PLAIN,14);
        Font f=new Font("Palatino LinoType",Font.PLAIN,12);
        Font m=new Font("TimesRoman",Font.PLAIN,14);
        jLabel1.setFont(f);
        jLabel1.setText("����\u1FD6�");
        jLabel1.setVisible(false);
        jLabel2.setText("");
        jLabel2.setPreferredSize(new Dimension(200,40));
        jLabel3.setFont(m);
        jLabel3.setText("�������������� ���");
        jTextField1.setPreferredSize(new Dimension(280, 30));
        jTextField1.setFont(n);
        jTextField2.setPreferredSize(new Dimension(200, 22));
        jButton1.setText("��������");
        jButton1.addActionListener(new Applet11_jButton1_actionAdapter(this));
        jButton2.setText("��������");
        jButton2.addActionListener(new Applet11_jButton2_actionAdapter(this));
        jButton3.setText("������");
        jButton3.addActionListener(new Applet11_jButton3_actionAdapter(this));
        jButton4.setText("������� ������");
        jButton4.addActionListener(new Applet11_jButton4_actionAdapter(this));
        this.setLayout(new FlowLayout(FlowLayout.CENTER,90,10));
        this.add(jLabel1, null);
        this.add(jLabel2, null);
        this.add(jLabel3, null);
        this.add(jTextField1,null);
        this.add(jButton1, null);
        this.add(jTextField2, null);
        this.add(jButton2, null);
        this.add(jButton4, null);
        this.add(jButton3, null);
      void jButton4_actionPerformed(ActionEvent e){
        jTextField1.setText("");
        jTextField2.setText("");
        repaint();
      void jButton2_actionPerformed(ActionEvent e) {
        jTextField1.setText("");
        jTextField2.setText("");
        repaint();
      void jButton1_actionPerformed(ActionEvent e) {
        if (!jTextField1.getText().equals(""))
          if (jTextField1.getText().equals(jLabel1.getText()))
            jTextField2.setText("����� �����");
          else
            jTextField2.setText("����� ����� �����");
        repaint();
      public void compStrings(Graphics g, String str1, String str2) {
        int tmp;
         if ((!jTextField1.getText().equals(""))&&(!jTextField1.getText().equals(jLabel1.getText()))){
           if (str1.length() > str2.length()) {
          tmp = str1.length() - str2.length();
          for (int i = 0; i < tmp; i++)
            str2 += " ";
        else
        if (str1.length() < str2.length()) {
          tmp = str2.length() - str1.length();
          for (int i = 0; i < tmp; i++)
            str1 += " ";
        int l1 = 170;
        int l2 = 170;
        Character c;
        Font f=new Font("PalatinoLinotype",Font.PLAIN,12);//������ ��������������
        Font r=new Font("PalatinoLinotype",Font.BOLD,12);
        g.setFont(m);
        FontMetrics fm;
        f = g.getFont();
        fm = g.getFontMetrics(f);
        g.setColor(Color.BLACK);
        for (int i = 0; i < str2.length(); i++) {
          if (str1.charAt(i) != str2.charAt(i)) {
            g.setColor(Color.RED);
            g.setFont(m);
            g.drawString(String.valueOf(str2.charAt(i)), l1, 350);
            l1 += fm.charWidth(str2.charAt(i));
            g.setColor(Color.RED);
            g.drawString(String.valueOf(str1.charAt(i)), l2, 300);
            l2 += fm.charWidth(str1.charAt(i));
            g.setColor(Color.blue);
            g.drawString("� ����� ��������� :",20,300);
            g.drawString("��������������� :",20,350);
          else {
            g.setColor(Color.BLACK);
            g.setFont(m);
            g.drawString(String.valueOf(str2.charAt(i)), l1, 350);
            l1 += fm.charWidth(str2.charAt(i));
            g.setColor(Color.BLACK);
            g.drawString(String.valueOf(str1.charAt(i)), l2, 300);
            l2 += fm.charWidth(str1.charAt(i));
    public void paint(Graphics g) {
       setBackground(blue);
       jLabel2.setIcon(images[current]);
      super.paint(g);
      this.compStrings(g, jLabel1.getText(), jTextField1.getText());
      if (jTextField1.getText().equals(jLabel1.getText())){
        g.setColor(Color.BLUE);
        g.setFont(m);
        g.drawString("������� �������� ���� ������� ������", 90, 350);
    class Applet11_jButton4_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton4_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton4_actionPerformed(e);
            next();
    private void next(){
    if(current==0)
    jLabel1.setText("\u1F30\u1F7C�");
      if(current==1)
    jLabel1.setText("\u1F10�������������");
      if(current==2)
    jLabel1.setText("�����\u1F78�");
      if(current==3)
    jLabel1.setText("�\u1F72");
      if(current==4)
    jLabel1.setText("\u1F10��������");
      if(current==5)
    jLabel1.setText("����\u1F78�");
      if(current==6)
    jLabel1.setText("�\u1F50�");
      if(current==7)
    jLabel1.setText("������\u1FF6�");
      if(current==8)
    jLabel1.setText("��\u1F74�");
      if(current==9)
    jLabel1.setText("\u1F00������");
      if(current==10)
    jLabel1.setText("�\u1F56�");
      if(current==11)
    jLabel1.setText("\u1F44���");
      if(current==12)
    jLabel1.setText("������");
      if(current==13)
    jLabel1.setText("\u1F69�");
      if(current==14)
    jLabel1.setText("����\u1FE6���");
      if(current==15)
    jLabel1.setText("��\u1FE6��");
      if(current==16)
    jLabel1.setText("�\u1F78");
      if(current==17)
    jLabel1.setText("��\u1F7A�");
      if(current==18)
    jLabel1.setText("��\u1FD6�");
      if(current==19)
    jLabel1.setText("\u1F51�\u1F72�");
      if(current==20)
    jLabel1.setText("�\u1F56�");
      if(current==21)
    jLabel1.setText("�����");
      if(current==22)
    jLabel1.setText("�������");
      if(current==23)
    jLabel1.setText("�����������");
      if(current==24)
    jLabel1.setText("����");
      if(current==25)
    jLabel1.setText("��\u1F78�");
      if(current==26)
    jLabel1.setText("\u1F01�����");
      if(current==27)
    jLabel1.setText("����");
      if(current==28)
    jLabel1.setText("������");
      if(current==29){
      jButton4.setText("�����");
      this.remove(jButton4);
      this.remove(jButton2);
      this.remove(jButton1);
      this.remove(jTextField1);
      this.remove(jTextField2);
      this.remove(jLabel3);
      current++;
    class Applet11_jButton3_actionAdapter
         implements
         java.awt.event.ActionListener {
       Applet11 adaptee;
       Applet11_jButton3_actionAdapter(Applet11 adaptee) {
         this.adaptee = adaptee;
       public void actionPerformed(ActionEvent e) {
          adaptee.jButton3_actionPerformed(e);
    private void jButton3_actionPerformed(ActionEvent e) {
      System.exit(0);
      class Applet11_jButton2_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton2_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton2_actionPerformed(e);
      class Applet11_jButton1_actionAdapter
          implements
          java.awt.event.ActionListener {
        Applet11 adaptee;
        Applet11_jButton1_actionAdapter(Applet11 adaptee) {
          this.adaptee = adaptee;
        public void actionPerformed(ActionEvent e) {
          adaptee.jButton1_actionPerformed(e);
      }I have created its html file named Applet 11!
    When i open the Applet11.html on the explorer without the images and it's folder the applet is working properly!
    When i open it with the images i get the message :
    java.security.AccessControlExeption :access denied java.io.FilePermission Image8.jpg
    Can anyone tell me what to do so the Applet can work with the images?
    Thank you:-)

    Can anyone tell me what to do so the Applet can work
    with the images?Yes. Sign the applet.
    http://java.sun.com/sfaq/
    http://java.sun.com/developer/technicalArticles/Security/Signed/

  • Error in when opening documents in Internet Explorer

    The following issue started after installing the new version of Reader.  Occurs on attempt to open any document from an IE HTML page link.  Have tried opening both Microsoft Word .doc files and Adobe .pdf files.  Same error message in either case.  Below is an example loading a MS Word .doc file.
    Adobe Reader X Ver. 10.0.1 Error issue
    AcroRd32.exe - Application Error
    The exception unknown software exception (0xc0000710) occurred in the application at location 0x7762a289
    Click on OK to terminate the program
    Clicking on OK results in document being read.  Unknown what problem has been instantiated.
    Document is a Microsoft Word .doc link on an IE html page over the internet.
    Document is a 14 page document that is "untagged and must be prepared for reading.  While the document is being analyzed, your assistive technology will not be able to interact with this application."
    Reading Order Options Dialog
    Infer reading order… (Default Selection)
    Left to right, top to bottom…
    Use reading order in raw print stream
    Reading Mode Options dialogue box
    Read the currently visible pages only
    Read the entire document (Default Selection)
    Option box
    Always use the settings from the Reading Preferences (Do not show this dialog again)Unchecked
    [Start] and [Cancel] option buttons
    Selecting [Start] results in formatting processing
    The above issue occurs on the following platforms
    Dell Studio Computer
    Intel Core(2) Quad CPU Q9400 @ 2.66 GH 2.67GH
    6 GB Memory
    Windows 7 Ultimate, 64 bit versionLatest updates including SP1
    Internet ExplorerVer 8.0.7601.17514IC
    Since the error dialog box specifically identifies the error coming from the AcroRd32.exe application, it would appear that the error is specifically an Adobe issue.

    Hi All,
    We have had a few bug reports related to Adobe Reader X protected mode coming in from you in this forum. We have addressed a large number of them in our upcoming Reader update and we would like to hear your feedback.
    To that extent, we would like to invite you to the Adobe Reader Prerelease program and try out the latest build. To participate, please fill in the form available at https://www.adobe.com/cfusion/mmform/index.cfm?name=reader_prerelease_ interest and indicate Adobe Reader as the product of your interest.
    We look forward to your active participation, feedback and help towards making Reader a better product.
    Thanks and regards,
    Adobe Prerelease Team

  • PDF's in Acrobat Reader X will not open when using the browser, Internet explorer opertes all ok? Mozella 4 is the default browser! Windows XP Home ed with all latest updates!

    When using the Mozella Firefox 4 browser and the NEW version Adobe Reader X, PDF's online will not ever open. After 1-3 minuites, I eventually get a message the Adobe reader is running, but need to close and try again! I get same results when trying again.
    Internet Explorer operates and opens the online PDF's all ok and the Adobe Reader X seems to operate all else ok!
    I think, but not sure, that this issue appeared when the Adobe Reader updated from the older version 9 or so to the NEW Adobe Reader X version about 1 or 2 weeks ago, but not sure. I just remember that Mozella always worked ok previously to the Adobe Reader X version for opening online PDF's last month, etc.
    Note that I said that Internet Explorer browser operates ok Using the New automatically upgraded Adobe Reader X for viewing PDF"S! (adobe notified me that the new version 10 (X) was available for updating, etc) I also just discovered that google chrome browser opens the online PDF's ok!
    I have not trying re-storing the computer to the previous month, etc, since the issue seems to be with Mozella not liking the Adobe Reader X version and Internet Explored browser operating ok!
    Any ideas????

    I had the same problem and my solution was to disable the PDF extension that came with Firefox 4 which belongs to another company. I found out that it wast interfering with ReaderX. I unabled it and restarted Firefox. I have had no problems since then. Go to Tools, Add-On and click on Extensions and disable the PDF extension. I hope this helps

  • I cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    i cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    Could you post an example of the filter message?
    This article has more information on the filters built in to Firefox: [http://www.mozilla.org/en-US/firefox/phishing-protection/ Firefox Phishing and Malware Protection].
    It's possible that you also have a Firefox add-on, or external software, that is filtering what you see. However, we don't have enough information to help identify it yet. If you want to review a list of your add-ons, you can find them under: Help > Troubleshooting Information.

  • With Yahoo! Mail attachments are put together in zip format I can't open, but when I switch to Internet Explorer these same attachments open easily as Word or PDF files; how cn I fix?

    Two recent emails (Yahoo! Mail) each contained multiple attachments which were presented to me as zip files which were in a format that my computer could neither open or convert to files I could open. One was two Word documents; the other was five one-page PDFs. I tried with Firefox on two different computers with same results. When I switched to Internet Explorer, I was able to open the attachments each as separate Word or PDF files, with no trouble. Am I doing something wrong?

    instead of writing such an essay, you could have explained better what you tried to do to get them.

  • When I install adobe acrobat XI PRO, it converts everything on my computer to an adobe icon, and when I try to open it, it open adobe acrobat. For example, I can't open word, excel, internet explorer, or any other document or program because it thinks its

    When I install adobe acrobat XI PRO, it converts everything on my computer to an adobe icon, and when I try to open it, it open adobe acrobat. For example, I can't open word, excel, internet explorer, or any other document or program because it thinks its acrobat.

    Hi Kate,
    Please refer to this KB doc. for the solution Application, file icons change to Acrobat/Reader icon
    Let me know if the issue persist.
    Regards,
    Aadesh

  • Why can't i open an attached document (most often pps) with firefox when i can with internet explorer?

    why can't i open an attached document (most often pps) with firefox when i can with internet explorer?

    Perhaps if you change your setting here:
    orange Firefox button ''or'' Tools menu > Options > Applications tab
    In the search box, type '''power''' and then pause until the list is filtered. If you have these, try changing the action to "Always Ask":
    Microsoft PowerPoint Presentation<br>
    Microsoft PowerPoint Slide Show
    It's possible that if you don't have Microsoft Office installed, you might not have those listed.

  • Applets Crashing Internet Explorer on Windows XP with JRE 1.4.0 Final

    I have recently installed the 1.4.0Final JRE, and have found that upon arriving at a page with an applet on internet explorer explorer crashes. Where as under the JRE 1.3.1_02 it does not.
    I am running Windows XP, and cannot remember the exact error message I get, however it is something about an error occuring within iexplorer.exe
    Any help appreciated.

    I have the same symptom on Windows 2000 (SP2) using Internet Explorer 5.00. Replacing the IE JVM with J2SE 1.4 causes IE to crash when I visit java.sun.com.
    I am filing a bug with the JDC Bug Parade, but I am surprised that this has not been more widely reported, since I think I have a common system configuration.

  • Trouble opening website via Internet Explorer on PC

    Hi there, I have recently published two websites with iWeb, both of which open and run superbly in Safari on the Mac but when you try and open them on Internet Explorer on a PC only the top of the page will download and the rest of the site is invisible. Does anyone know why this is? I am using iWeb version 1.1.2 and have created both sites on my iMac which is running OS X 10.4.9 if this helps?
    I hope someone out there can help? I can give you the website addresses if you need further info?

    Due to my customer's most common setup I had to address these IE6 issues as well. Some background may illustrate the problems. Not only has IE6 difficulties with .png, but as well for example with lists (in case you use them, they are an undocumented feature of iWeb and somehat buggy), and more. To solve some of the .png issues iWeb spends some code utilizing "Active Script". That drives IE6 to render the page almost completely, and then the script will fix some of the ugly behavior. You can check that by your elements to navigate on top of your pages (these unfortunatley become .png) within IE6, or with the buttons to start a slideshow.
    What I found on your first page: Move the cursor over it, it turns to be a senstive area to start the user's mail program to send a mail to info@... - try to remove that first.
    Even more, there are a lot of setups of IE6 where "Active Script" is forbidden (in banks, insurances companies etc.). Ever tried to force a large organizition to migrate to IE7? Or to allow Active Script, let's say for 30.000 users? You'll get the impact...
    So here is what I did to obtain some compatibility with IE6:
    Installed IE6 on Paralles.
    Switched "Active Script" to "Never".
    Now you can check what is going on
    In my pages:
    Reengineered every element to navigate manually - no iWeb automatism, switched them all to off with iWeb's inspector
    Reconstructed every picture to the size they should be /outside/ of iWeb, using Graphics Converter
    Removed every frame from all text elements in iWeb
    Switched to web and windows compatible fonts (e.g. Courier to Courier New)
    Checked every page to contain plain text instead of graphic - click into the rendered page and try to drag: Does the the whole block move? Then you are on the wrong way
    Removed every formatting attribute from the text: Alignment, Highth etc.
    The only element I couldn't cover is the button for the slideshow - but I've read somewhere else that you can define an object and associate that with a link directly to the script on your server which iWeb puts there. But of course that does not help in case where your favorite visitors are cut off from using Active Script completely.
    Good Luck!
    Kai Schwarzer
    MacBook Pro C2D 2,33 15   Mac OS X (10.4.9)  

  • Certain websites open in html, they open ok in Internet explorer

    When i open www.ttbs.org.uk it appears only in html, it opens fine in internet explorer.

    That page is send as text/plain by the server and not as text/html
    *https://developer.mozilla.org/en/docs/Properly_Configuring_Server_MIME_Types

Maybe you are looking for

  • Hp laserjet p1005

    My printer jammed while printing. I pulled the paper out backwards the way it takes the paper in and since then it hasn't worked. The program told me to replace the printer head but I don't believe this is the issue as this message has now gone away.

  • Export in fce looks strange

    My QT export in FCE has horizontal lines in it. The movie in the canvas looks fine. What export options do I have to choose? Thanks Thomas

  • Sending multiple attachments in one e-mail

    Is there a way to send multiple spreadsheets via mail without it opening a new e-mail message everytime? For example, If I create a spreadsheet and choose "Share", "Send via Mail", "PDF" - It pops up a new e-mail with the pdf already attached. That's

  • Erreur d'ouverture document pdf avec adobe reader X

    Bonjour, J'essaie d'ouvrir un document pdf avec adobe X et j'obtient le message d'erreur suivant : "l'un des nombres spécifiés n'est pas compris dans l'intervalle autorisé", et la première page ne s'affice pas. Avec foxite reader le document s'affich

  • "Lightroom Effect Presets" Don't Always Work (especially vignette 1 and sharpen-faces). Suggestions?

    I am using version 5.4 and have had a consistent problem with this and earlier versions on two different machines, both powerful. The Lightroom Effect Presets sometimes do not respond. Anyone have the same problem and a solution? Thank you.