Cannot view my pages in a browser

I starting designing a small website yesterday and I could
preview all of the pages and their links in my local browser. Today
however, there seems to have been a problem and the 'Internet
Explorer cannot display the webpage' page keeps on popping up. I
have tried to set the browser preferences to a temporary folder but
that hasn't changed anything either. My site root folder is saved
on my external harddrive, could this be a problem? This is my first
attempt t setting up a site and all of the Dreamweaver help pages
are well above my level of understanding abotu coding. Is there an
easy way to resolve this?
Many thanks,
Rosie

It might not be your only problem, but remove
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
from above the DOCTYPE
Does this help?
Jo
"Rosie E" <[email protected]> wrote in
message
news:[email protected]...
>I starting designing a small website yesterday and I
could preview all of
>the
> pages and their links in my local browser. Today
however, there seems to
> have
> been a problem and the 'Internet Explorer cannot display
the webpage' page
> keeps on popping up. I have tried to set the browser
preferences to a
> temporary
> folder but that hasn't changed anything either. My site
root folder is
> saved on
> my external harddrive, could this be a problem? This is
my first attempt t
> setting up a site and all of the Dreamweaver help pages
are well above my
> level
> of understanding abotu coding. Is there an easy way to
resolve this?
>
> Many thanks,
> Rosie
>
> <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>basic_sheet_layout</title>
> <!-- TemplateEndEditable --><!--
TemplateBeginEditable name="head" --><!--
> TemplateEndEditable -->
> <link href="../basic.css" rel="stylesheet"
type="text/css" />
> <!--[if IE 5]>
> <style type="text/css">
> /* place css box model fixes for IE 5* in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { width: 230px; }
> </style>
> <![endif]-->
> <!--[if IE]>
> <style type="text/css">
> /* place css fixes for all versions of IE in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
> .twoColFixLtHdr #mainContent { zoom: 1; }
> /* the above proprietary zoom property gives IE the
hasLayout it needs to
> avoid several bugs */
> </style>
> <![endif]-->
> <style type="text/css">
> <!--
> body,td,th {
> color: #000033;
> font-style: italic;
> }
> body {
> background-color: #7D7DFF;
> background-image: url(../Images/background2.jpg);
> margin-left: 10px;
> margin-top: 10px;
> margin-right: 10px;
> margin-bottom: 10px;
> }
> -->
> </style>
> <script src="../SpryAssets/SpryMenuBar.js"
> type="text/javascript"></script>
> <link href="../SpryAssets/SpryMenuBarVertical.css"
rel="stylesheet"
> type="text/css" />
> <!-- TemplateParam name="descriptive text"
type="boolean" value="true" -->
> <style type="text/css">
> <!--
> .style1 {font-size: small}
> -->
> </style>
> <script src="../Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body class="twoColFixLtHdr">
>
> <div id="container">
> <div id="header">
> <h1>Rosie Earp &gt; Work Archive</h1>
> <!-- end #header --></div>
> <div id="sidebar1">
> <ul id="MenuBar1" class="MenuBarVertical">
> <li><a class="MenuBarItemSubmenu"
href="#">Home
> <script type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=5,0,0,0','width','87','height','28','title','homepage','src','text1','qu
> ality','high','pluginspage','
http://www.adobe.com/shockwave/download/download.cg
>
i?P1_Prod_Version=ShockwaveFlash','bgcolor','#AEAEFF','movie','text1'
> //end
> AC code
> </script><noscript><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=5,0,0,0" width="87" height="28"
title="homepage">
> <param name="movie" value="text1.swf" />
> <param name="quality" value="high" />
> <param name="bgcolor" value="#AEAEFF" />
> <embed src="text1.swf" quality="high"
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" type="application/x-shockwave-flash"
width="87"
> height="28"
> bgcolor="#AEAEFF"></embed>
> </object></noscript>
> </a></li>
> <li><a href="#"
class="MenuBarItemSubmenu">About Me</a>
> <ul>
> <li><a href="#">CV</a></li>
> <li><a href="#">Contact
</a></li>
> </ul>
> </li>
> <li><a class="MenuBarItemSubmenu"
href="#">Second Year Work</a>
> <ul>
> <li><a class="MenuBarItemSubmenu"
href="#">Sumac Project</a>
> <ul>
> <li><a href="#">Graffiti Concept
Project</a></li>
> <li><a href="#">SketchUp
Modelling</a></li>
> </ul>
> </li>
> </ul>
> </li>
> <li><a href="#"
class="MenuBarItemSubmenu">Third Year Work</a>
> <ul>
> <li><a href="#">Project
Description</a></li>
> <li><a href="#"
class="MenuBarItemSubmenu">Nottingham </a>
> <ul>
> <li><a href="#">The
Flanuer</a></li>
> <li><a href="#">Journey Image
Gallery</a></li>
> <li><a href="#">Panels</a></li>
> </ul>
> </li>
> <li><a href="#"
class="MenuBarItemSubmenu">Edinburgh</a>
> <ul>
> <li><a href="#">Site
Analysis</a></li>
> <li><a href="#">Conceptual
Work</a></li>
> <li><a href="#">Design
Development</a></li>
> <li><a href="#">2D
Drawings</a></li>
> <li><a href="#">3D Rhino
Modelling</a></li>
> </ul>
> </li>
> </ul>
> </li>
> </ul>
> <h3> </h3>
> <!-- end #sidebar1 --></div>
> <div id="mainContent">
> <p align="left"> Main Content </p>
> <h1 align="center"><!-- TemplateBeginEditable
name="gallery
> image" --><img
> src="../Images/second_year_web/images/P1030597.jpg"
alt="grffiti"
> width="322"
> height="423" /><!-- TemplateEndEditable
--></h1>
> <!-- TemplateBeginIf cond="_document['descriptive
text']" -->project
> desription<!-- TemplateEndIf -->
> <h2> </h2>
> <!-- end #mainContent --></div>
> <!-- This clearing element should immediately follow
the #mainContent div
> in
> order to force the #container div to contain all child
floats --><br
> class="clearfloat" />
> <div id="footer">
> <p align="center" class="style1">Rosie Earp -
Design Extra Website -
> Spring 2007</p>
> <!-- end #footer --></div>
> <!-- end #container --></div>
> <script type="text/javascript">
> <!--
> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
> {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
> //-->
> </script>
> </body>
> </html>
>

Similar Messages

  • Created a ePub with PDFMate and was successful, but cannot view 2 pages in landscape :( Is there way to convert/ fix this in iBook?

    I downloaded 2 magazine pdfs and wanted to convert them ePubs,but couldn't find ANYTHING that works. Then found PDFMate and it converts, but when I put them on my iPhone 4, I cannot view 2 pages in landscape. Anyone know how to fix this? Or a working converter?

    Does PDFMate have a support website or email?

  • Viewing wml pages on Z10 browser

    Hi,
    Does anyone know how to view wml pages on Z10 browser? Most of my old bookmarks are in WML format.

    If you browser setting is set to Desktop mode, it fools the site you are visiting that you are a desktop browser. In the browser, select the overflow icon (3 dots), settings Developer tools, Desktop mode Off). Most web sites are setup to run in Wireless Markup Language by having   www.m.website.com  

  • Cannot view pdfs in Firefox. - Browser doesn't recognize them as pdfs

    I cannot view pdfs in Firefox. I checked the Applications section of FIrefox preferences and instead of saying "Adobe Acrobat PDF document"- it says "Adobe Acrobat FDF document. I am guessing that the browser does not recognize pdfs because the content type is incorrect.
    I am using a Mac running OSX 10.8.2 and Firefox 17.0, however I have had this problem for several months and several earlier versions of Firefox as well. Please fix this issue. According to the help center forums, I am not alone with this issue.

    Thank you for your help. What I ended up having to do was to change the Action next to Adobe Acrobat FDF document to "Use Preview". Then again under the Preview.app Document under Content Type, I had to change that to Use Preview as well. It is now working. However, Firefox (Mozilla) needs to change the word FDF to PDF in their preferences file.

  • Newb: cannot view PDF files in Web Browser

    I have a new Windows 7 computer & have installed Acrobat Standard 9.3.2 and Reader 9.3.1.
    Whenever I attempt to "download" (i.e. view) a PDF in IE browser (or Firefox 3.6), I get the following error message:
        "The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser.
          Adobe Acrobat/Reader version 8 or 9 is required.  Please exit and try again."
    The error remains the same regardless of whether Acrobat or Reader is running/not running prior to download attempt.  My work-around solution is to save the file to disk, & then open it.  This is a pain & should not be necessary.
    Any advice that anyone can give me to correct this problem will be received with great thanks!
    FastKick

    Thanks for your prompt & accurate response, John!
    With hindsight, I realise that I downloaded Reader when another install program told me that I needed it. 
    It would have helped me if the Acrobat install program had warned me in big colored type, not to install Reader...
    I am happy now....
    FastKick

  • Dreamweaver CS5 - Update Template Files after viewing the page in a browser

    Hi
    Just a quickie I hope someone can help me with.
    My site has been created using a Template. Everytime I look at a page in a browser, I get the UPDATE TEMPLATE FILES. Clicking update or don't update has no effect so I'm wondering why this message keeps appearing and how to stop it. I usually use Firefox on Windows 7 but it seems to happen with any browser.
    Any suggestions?
    Many thanks George

    Hi Murray
    This is erratic. I don't get it all the time but enough of the time for it to be an annoyance. If I've made a change to content in DW then chosen the Preview in Browser option then exited the browser to return to DW, the alert appears. And it has happened to my delegates in training sessions when they have repeated the same process but with IE.
    As I said, it doesn't happen all of the time - we seem to get a run of it then nothing.  For example, I was plagued with it all day yesterday but it hasn't occurred once today!!!
    Anyway I have temporarily published the site and here is the link - http://www.gbft.co.uk/orchestra/index.html.
    Many thanks
    George

  • Cannot view PDF Files on my Browser

    I reinstalled Adobe Reader about a dozen times and not once was there an "End User License Agreement" box to accept. Then I reopened it from my "Finder" tab and selected the "Accept" box of the agreement, but every time I open the browser page to view a PDF file, a box appears stating that I must open my Adobe Reader and accept the End User License AGreement, then close browser and reopen, which I did and the box still appears! Help me! I have the most updated version on my Macbook!!!

    Go to Mac HD/Library/Internet Plug-ins.
    Trash the AdobePDFViewer.plugin and AdobePDFViewerNPAPI.plugin files.
    Go to Mac HD/Appications and trash the Adobe Reader app.
    Go to [user]/Library/Preferences and trash the com.Adobe.Reader.plist  (to access your [user] Library, hold the "Option" key when you click "Go" from the Finder menu)
    Empty the trash.
    Download and reinstall Reader from here: http://get.adobe.com/reader/enterprise/
    Once it's installed, launch it from the Applications folder and accept the agreement.
    If Safari still gives you an alert try resetting it (Safari>Reset Safari from the menu bar)

  • Cannot view oracle form on the browser... pls help...!

    hi guys..
    am new to oracle forms..
    ma prob is that i've created 4 oracle forms using oracle 9i and i can perfectly run and view 3 forms. but when i compile and run the other form it does not display on the browser window. it displays just the java applet (which is just a gray area). i cannot c any components... pls could any one help me on this prob....???
    appreciate ya earliest response.
    tnx
    Anushka

    hi tony,
    tnx 4 replying.... i checked the log stack. but it doesn't show any errors. here i hv quoted wt the stack gave4 ya reference.
    QUOTE
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\UserProxy Configuration: no proxyJAR cache enabled
    Location: C:\Documents and Settings\User\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0----------------------------------------------------
    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
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    ----------------------------------------------------Loading http://cpstl-4d98172e1:8888/forms90/java/f90all_jinit.jar from JAR cacheconnectMode=HTTP, native.Forms Applet version is : 90290connectMode=HTTP, native.Forms Applet version is : 90290
    UNQUOTE
    pls gv me a suggestion. if u want i can send you the .fmb file.
    tnx & rgds
    anushka

  • SharePoint 2013 cannot view PDF documents in mobile browser with office web apps

    Hi,
    I'm receiving the following error when viewing SharePoint 2013 PDF documents in a mobile browser after clicking on the filename:
    "Viewing of .pdf files has been disabled in Microsoft Word Mobile Viewer. Please get in touch with your helpdesk."
    My Question
    Is viewing PDF documents in mobile browsers with Office Web Apps SP1 actually supported?  If so, how can I enable it?  I've already have pdf viewing working in non-mobile browsers. Word documents open just fine on mobile browsers too.
    I'm getting conflicting answers for pdf mobile viewing support from various sources:
    You've got Microsoft toting that they've added in PDF viewing on any device for Office Web Apps
    http://blogs.office.com/2013/07/03/pdfs-in-the-word-web-app/
    A MS support person saying saying it is not supported
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/12/31/enabling-pdf-previews-in-document-libraries-with-office-web-apps-2013-in-sharepoint-2013-open-link-does-not-work-from-preview.aspx
    Another person implying that it should work because you can disable pdf browsing for mobile browsers only
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/24/control-whether-pdfs-open-in-word-web-app-or-the-default-pdf-reader.aspx
    What I've tried
    When I started looking into this there was a mobile WOPI entry:
    Application     : WordPdf
    Extension       : PDF
    ProgId          :
    Action          : mobileView
    IsDefaultAction : False
    ServerName      : 20SP8
    WopiZone        : internal-http
    I tried experimenting with tweaking this binding by changing the DefaultAction to true, and even removing it altogether via:
    Get-SPWopiBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWopiBinding -Confirm:$false
    But I still get the same message.
    I removed all the WordPdf bindings and re-added them via:
    New-SPWOPIBinding –ServerName "<myserver>" –Application "WordPDF" -AllowHTTP
    No dice.  In fact the mobileview binding doesn't even come back... but I guess that is a different issue altogether.
    Version
    SharePoint 2013 (SP1)
    Office Web Apps Server (SP1)
    Farm Setup
    Internal facing only
    2 front end servers, 1 app server, 1 office web apps server

    I think the PDF support, if it exists, in only in Office 365. Always remember that the Office 365 and on premises versions will never be in sync. On premise is updated using periodic service packs and Office 365 has continuous updates. (I've heard every
    10 days.)
    In my Office 365 / IE 10 tests, the PDFs open in the browser's default PDF viewer, in my case FoxIt Reader. So I can't prove one way or the other about support in Office Web Apps.
    Mike Smith TechTrainingNotes.blogspot.com

  • Cannot view streamed photos in web browser

    I have set up a photo stream from my iPhone and have set it up as a "Public Website" so that friends and family that do not have Apple devices can view the photos. Everything was working fine for about two months, but in the past couple of days people who are trying to access the photos from PCs using web browsers (IE, Chrome, Firefox) have not been able to view the pictures. They can still access the site but they cannot see the photos. Any advice would be appreciated.

    A number of people are have trouble with this over the last few days (Photostream website not working).  It seems that the problem is at Apple's end.  Hopefully it will be fixed soon.

  • Cannot view start page on iOS device - New FMS 4.5 install

    I am following the Install Flash Media Server 4.5 and verify HTTP streaming to Flash and iOS article/tutorial located here --> http://www.adobe.com/devnet/flashmediaserver/articles/install-verify.html
    When I try to view the start page on my iOS device (updated to latest) I get a brief flicker of the start page then a blank white screen with a 'Get Adobe Flash Player' icon.
    This is really tripping me up. I've had a previous failure to get HTTP streaming working so Im trying now with a clean install on a new machine. I'm trying to follow 100% with the article mentioned above and I am getting different results.
    Please help.

    ANSWER:  Contained in the install verify link above, there is a comment.  The comment says you have to turn off player detection in the index.html FMIS sticks in webroot.
    Actually, you are shutting off version detection.
    find the line that does the version check
    var swfVersionStr = "10.2.0";
    I then commented that line out, copied it, and put in a check set to 0
    // var swfVersionStr = "10.2.0";
    var swfVersionStr = "0";
    Once that was saved, I opened the page on an iPad, and the page loaded, and while the rtmp and hds stuff won't play on the iPad, the HLS choices did play.

  • Dreamweaver CS4. Cannot view pages in Browser

    All of a sudden, I can no longer view my pages in the browser (by clicking F12). I tried opening pages I have previously designed for other websites and they preview just fine. So obviously, I have done something wrong while working on these pages. What do I need to do to get things back to normal again?

    When things go wrong, 98% of the time it's caused by coding errors.  Start by validating your code and fix reported errors.
    Code Validation Tools
    HTML - http://validator.w3.org/
    CSS - http://jigsaw.w3.org/css-validator/
    Nancy O.

  • How do I view my web pages in the browser again?

    I was able to work on my web pages in Dreamweaver MX2004 and view them in a browser until 3 days ago.  I have also been able to make changes on my web pages which showed up in my website until around 3 days ago.  i am very frustrated. I can no longer view them in a browser or make changes that show up on my website.   Any suggestions?

    I didn't install anything new.  I am using Windows 7 on a new computer and had successfully gotten my Dreamweaver installed and running.  I was able to view my pages in the browser just fine.  I made changes to my site just fine.  Now when i go to F12 to preview in the browser, all I get is a blank page showing my connection number to my web host and in little letters at the top, it says "pageok".  I have always seen the page and could correct any mistakes, but now I can't see the page.  It's also unbelievable the changes I have tried to make on some pages show up in my local and remote pages on my computer but do not show up when I go to the website.

  • My adobe docs will no longer open in Reader...when I click on them they automatically open in web browser, however, I cannot view them on the browser either...help!

    All of my adobe docs now show up as white items instead of the regular red pdf doc they used to show up as.  When I double click on the pdf doc, it opens in the web browser, however, I cannot view the doc from the browser either.

    See http://windows.microsoft.com/en-us/windows/change-file-open-program#1TC=windows-7

  • I cannot view webpage in an iframe

    Hello, I have some embed code that was placed in an iframe and I cannot view that on Firefox 3.6.22 however many people I know can see it and they are using Firefox. I have tried starting the computer in safe mode and disabling all the Firefox add-ons as well as turning off any anti-virus software and still I cannot view the page in Firefox
    The URL is http://www.bizreel.com/sept21.html
    You should see a video displayed on this page.
    I also cannot view this in IE 8.07 if that helps to also identify what the problem could be. Once again many other people can view it in IE.
    Any help that anyone can lend would be appreciated.
    Thank you.

    It looks that the script requires an HTML5 compatible browser and only works in a browser that supports HTML5.<br />
    It doesn't work in Firefox 6 as well if I disable the HTML5 parser by setting html5.parser.enable to false.

Maybe you are looking for

  • Oracle client 9i doesn't work for windows ordinary user

    Hello All, I've installed oracle 9i client on windows xp. Client software works for user belonging to windows administrators group. it doesn't works for ordinary users not belonging to administrators group. Particularly when i run sqlplus from comman

  • I'm getting error -69 when syncing my ipod and all my songs aren't syncing onto my ipod?

    I recently experienced errors 1602 and followed these (http://www.personalcomputerfixes.com/general-errors/how-to-fix-itunes-error-1601 -or-1602-when-restoring-an-iphone-ipod/) steps to fix it. After restoring my ipod, I tried syncing and only the so

  • How do I enable Flash files to be viewable in a PDF?

    My organization publishes our magazine in electronic form as a PDF. Our designer uses InDesign to layout everything and then exports it as a PDF. We have encouraged our authors to use Flash files within their articles to help demonstrate scientific c

  • Problem in select-options

    I am not able to see my view element container containing my select options in the webpage although it shows in my view. The code used by me in the doinit method is METHOD wddoinit .   DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.   lo_cmp_usa

  • Creating a table within a PL/SQL procedure

    I recieve the following error: PLS-00103: Encountered the symbol "CREATE" when expecting one of the following: begin case declare exit for goto if loop mod null pragma The create statement is within the executable part of an if statement. Are we allo