Can't see web page content on my OS9

I am having problems viewing web pages with my OS9.0.4 mac. I am using IE version 5 and have flash 7 but can't seem to get an updated version as they all seem to be for OSX. Any ideas to overcome this issue?

Good grief that's a flash laden site. Make sure you are using the latest MRJ.
http://docs.info.apple.com/article.html?artnum=75097 Mac OS Runtime for Java 2.2.5
Clean out IE's cache files. This will make those type of sites display properly.
Do the following:
Once a week in IE Edit>Preferences, delet History, Empty Cache (if you have cable set Cache to 0).
Once a week Go into the system folder>preferences folder & trash the following preferences:
finder
ASLM
PPC Registration Database
Cache.waf-found inside the MS Internet Cache folder
MRJ Cache folder-a new one will be recreated.(If not found go to System folder>Application Support>MRJ Cache folder-trash all you find inside-(DO NOT TRASH THIS FOLDER)
Download Cache-found inside Explorer Folder
Downloads.html-found inside Explorer Folder
History.html-found inside Explorer Folder
Rebuild your desktop w/extensions off. Use Techtool Lite or Trash*Desktop - may delete Finder comments to rebuild your desktop w/extensions off. Does a better job than manually & you avoid all the finger gymnatics. You just have to hold down the shift key to shut off extensions.
Restart to turn the extensions back on again & empty the trash.
If you want to rebuild manually, see KB article http://docs.info.apple.com/article.html?artnum=10182 Rebuilding Desktop File and Icon Recovery.

Similar Messages

  • Since I downloaded and installed adobe reader 10, I can't see web page pdf files in safari but I can copy and paste into firefox and I can see the pdf. How can I fix this?

    Ever since I downloaded adobe reader 10, safari won't display web page pdf's but I can paste the URL in to firefox and can see it there. How can I fix this?

    Quit Safari.
    Go to /Library/Internt Plug-Ins.
    Move the AdobePDFViewer.plugin to the Trash.
    Relaunch Safari.

  • Curious - why can some see web page and others cannot?

    I've had a couple people tell me that the link that I have provided for my website (a cut and paste of the URL address) doesn't work and the error msg is that the page does not exist.
    Others can view the site just fine.
    I have, until recently, also been able to view my site without issue but I live in China and it is not unusual for there to be sites temporarily blocked from time to time. I have not been able to bring up my site and thought that this was just due to one of these fun times. But the person not able to access the site is in the US.
    So my question is, what other things could bring up an error msg like that? Since it is a cut and past issue, it can't really be a mistyping of the address so looking for any other things that could cause this.
    Thanks!

    Problem sort of solved.
    However, the person who was having difficulty wasn't able to click on the full address URL but when I gave him the shortened version (the version that comes up on iWeb when you are asked if you want to publish it) it was fine. Not really sure why one works and not the other but a solution was at least found.
    Posting this in case anyone else runs into a similar situation.

  • Downloading web page content

    I want to take radio programme listings from a web page, such that I can parse the data and select certain programmes details only.
    Firstly how do I actually get the web page content out? Does it go into a text file? The actual content includes programme times, which might be a means of picking out selected text. Does anyone know where I could find some code that will do that. My intention is to pass this information into a database which connects to my own web site.
    This is for a dissertation and I am starting to run out of time, so I would be hugely grateful for any assistance.
    Thanks
    Rob

    Looks like you need to...
    a. Read Javadoc for java.net.URL
    b. Read about JDBC(if what I understood is right, which is output of your program goes to database) See http://java.sun.com/products/jdbc/index.html
    c. Read about XML parsing and transformations. See http://java.sun.com/xml/xml_jaxp.html

  • How can I insert multiple page contents in the page layout properly?

    I wanted to create 4 columns on the page layout. These 4 columns are of page contents.
    After creating new web page based on that page layout, I attempted to enter 4 different inputs on all 4 columns.
    Then, the result (from all columns) becomes the same.
    Image - edit the web page based on 4 columns page layout:
    Image - after edit & save:
    How can I insert multiple page contents in the page layout properly?

    First, I copied the HTML snippet for the Page Content on Sharepoint's Design Manger. The code of Page Content HTML snippet is shown below:
    <div data-name="Page Field: Page Content">
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField"
    Namespace="Microsoft.SharePoint.Publishing.WebControls"
    Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0,
    Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField
    FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)-->
    <div id="ctl02_label" style="display:none">Page Content</div>
    <div id="ctl02__ControlWrapper_RichHtmlField" class="ms-rtestate-field"
    style="display:inline" aria-labelledby="ctl02_label"><div align="left"
    class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer"
    nowrap="nowrap"><span class="ms-formfieldlabel"
    nowrap="nowrap">Page Content</span></div>
    <div class="ms-formfieldvaluecontainer"><div class="ms-rtestate-field">
    Page Content field value. Lorem ipsum dolor sit incididuntet dolore.</div>
    </div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    </div>
    After I published the page layout, I found the code for Page Content from its ASPX page. The code is shown below:
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/></div>
    So, I attempted to create 4 columns by using 4 HTML snippets of Page Content on the same page layout. The page layout is generated from HTML file to ASPX file.
    Then I edited some parts in ASPX page layout:
    <asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain">
    <table>
    <tr>
    <td style="width:70px;">&nbsp;</td>
    <td style="width:250px; text-align:right;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:40px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:175px;">&nbsp;</td>
    </tr>
    </table>
    </asp:Content>
    The 4 columns for Page Contents appeared on the web page when I created new page using that page layout. But the problem is that all 4 columns displayed the same result from 4th column.

  • Centre Align Web Page Content

    Hi,
    Need some help center aligning web page content when it maximizes or is resized. I have grids, panels, etc and want these to center on page.
    Is there a property of the page/body/head/form/div that can be set for this or is javascript required to achieve this.
    Any help mcuh appreciated.
    SNI

    Hi,
    I tried what the thread did and still cannot my layout panel to center align.
    This is my jsp line:
    <ui:panelLayout binding="#{Login.pnlLogin}" id="pnlLogin" style="height: 306px; left: 382px; top: 216px; text-align: left; vertical-align: middle; width: 100%; -rave-layout: grid; horizontal-align: left;">

  • Visitor unabe to see the page content in WPC

    Hi Experts,
    I have created a website using  WPC, and I created a role and assigned the site to that role using external connector property.  I assigned that role to me and other users ( Authors, Visitors, Editors) .
    Problem is , I am able to see all the pages by navigating the pages and nodes in that role. Where as other users are not able to see the page content, but ! the role and navigation nodes are there in their logon also.
    Even, the top of the page like ( Edit page, print, RSS, etc) also appear in their logon's  but ! page content is not appearing. I gave exact permission to them as they required.
    Can anyone tell me solution for this ?
    Thanks in advance
    Suersh

    Hi Suresh,
    Check my [reply|/thread/916997 [original link is broken]; to your similar post in the Knowledge Management & Collaboration forum.
    Hope this helps.
    Best Regards,
    Joseph

  • I can not print web pages,print box does not appear . I can print web pages using IE

    Windows 7. Firefox 5.0 I can not print web pages. After clicking PRINT the print dialog box does not appear and nothing prints. I do not have this problem using IE
    Printer: Brothers HL-5140
    Thank you,
    Syd

    First of all, update Firefox to 3.6.17 via Help | Check For Updates.
    There was a security breach at Comodo which is an SSL certificate provider recently whereby a number of fraudulent certificates were inadvertently issued. These allow a hacker to impersonate any site including online banking and the Firefox version you're running at the moment will not warn you that the site is a fake. The fraudulent certificates were blacklisted in v3.6.17 and beyond.
    To uninstall the Yahoo Toolbar, go to Tools | Add-ons | Extensions. You should find it in there.
    To revert to Google as your preferred search engine, please do the following.
    * In the location bar, type '''about:config''' and hit Enter.
    * In the filter at the top, type: '''keyword.URL'''
    * Double click it and remove whatever's in there and replace it with http://www.google.com/search?q=
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.
    * Go to the site you want to set as your homepage.
    * Go to '''Tools '''| '''Options '''| '''General'''
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.
    After you complete the above steps, install this add-on to prevent another search engine from modifying your preferences: https://addons.mozilla.org/en-US/firefox/addon/browserprotect/
    Additonal security risks on your system are the version of Flash you have installed at the moment. See http://www.adobe.com/support/security/bulletins/apsb11-12.html
    Update via http://get.adobe.com/flashplayer/
    Printing issues might be fixed by installing Java via http://www.java.com/en/
    But if the problem persists, please post again.

  • I can open my web page, but cannot install itunes.

    Everytime I try to install itunes, i get message saying check internet connection.
    I can open my web page, but cannot update or install itunes.

    These issues are usually caused by firewalls. See [[Cannot connect after upgrading Firefox]]

  • How can I see all pages I have created?

    Hello!
    I've looked everywhere on the web and I couldn't find an answer. I have this old server that has discontinued several of it's older pages, and is now only using one. I need to clean up old links, and get rid of all the old information. I have restricted access to Contribute, so I'm not sure if I'm missing on something because of that. I can't see all pages throught that left side panel. The only way I can see the documents and pages attached to this sever is if I go to this "Choose" button beside the URL entry tab, it will open up several files and indicate theirs respective pages. Are those all the pages from the server?
    I'm guessing I could also do it through FTP client, but I don't have access to it as of now. Please help me figure this out! :}

    Hi,
         The Pages Panel lists only the web page which you are currently editing. And when you click Choose button, it will display the web pages in the server, to which you have access to. That is, if an administrator has restricted you to edit only web pages in a particular folder in the server, then, it lists web pages only from that folder. It will not show web pages which are in the other folders.
    Hope this helps.

  • HT4922 Downloaded 5.1.1. to my iphone. Now, Safari will not connect to my server.  Can not download web pages and many of my apps. Running very slow sluggish! Is there a fix? Sound like other users are experiencing same problems.  Anyone have a solution?

    Downloaded 5.1.1 to my iphone. Now, Safari will not connect to my server. Can not download web pages and many of my apps. Email seems to be ok. iphone running slow and sluggish.  I have read several other users have experienced the same problem. Any solutions?

    Basic troubleshooting steps oultlined in the User Guide are restart, reset, restore from backup, restore as new device.
    You need to go through all steps in succession until your problem is solved.  If going through ALL these steps fails to resolve your issue, then you'll need to bring your phone into Apple for evaluation and possible replacement.

  • Can I print web pages from firefox using adobe pro 9 (Not using PDF download) and if so how

    Can I print web pages from Firefox 3.6.12 using adobe pro 9 (not using PDF Download) and if so how.

    {Ctrl + P} - do you have a PDF Printer listed in the Printer - Name drop-down?

  • How can I see my iCloud content?

    How can I see my iCloud content?

    You can't see items contained in an iCloud backup, you can only restore it to your device.  (The apps are actually redownloaded from the App store when you restore that backup.)
    Did you restore her iCloud backup to her new phone?

  • Can't add web page to existing document

    I am new to Acrobat 9 Pro (running on Win7). I love the feature where you can convert a web page to pdf and then add a wab page to an existing document. My probelm is that I saved one page as a pdf then went to a different link on that website that appears very similar and tried to add that page to the first one. As many times as I tried, my second page will not appear.
    I did try going to an entirely different website and adding a page to the very same document and I was successful.
    Is it possible that the program won't add the similar page because it is recognizing the page to be the same? Is there a setting to override this? I need to be able to save multiple web pages that appear the same way to one document quickly and easily.

    Thank you for your response. It is possible to do this but I need the 'Add web page to existing doc' feature to work for me. I will be converting a large number of similar pages to pdf and this feature would be perfect if it worked as it is intended. Going back later to insert pages is counter-productive for me.

  • Read web page content via Sockets

    Hey,
    I have to write a program that will read web page content, using sockets.
    I got that piece of code and it works for most pages:
    Socket socket = new Socket(address, 80);
              BufferedReader input =
                   new BufferedReader(
                        new InputStreamReader(socket.getInputStream()));
              PrintWriter output =
                   new PrintWriter(socket.getOutputStream(), true);
              output.println("GET " + pageName);
              String response = "";
              String curline  = input.readLine();
              int i=1;
              while(curline != null){
                 response += "\n" + curline;
                   curline   = input.readLine();
                   System.out.println(i + curline);
                   ++i;
              output.close();
              input.close();but not for the one it is supposed to work:
    http://portalwiedzy.onet.pl/tlumacz.html
    I could get it to work using this:
    URL url = new URL(host + query);
    URLConnection uc = url.openConnection();but I really have to use sockets.
    Any advice, people? :-)

    There's an RFC that goes over the HTTP protocol (or rather, several RFCs for the several versions of the protocol). You probably want to google for that and use it as a reference for this project.

Maybe you are looking for