Saving a page with frames in it

I made a site that has frames to try and make it look better
but is there any way to save all of it as one page so i can upload
the page to a server online.

How do frames make a page look better?
Frames use separate pages, one for each frame and one for the
frameset. They
cannot be saved as a single page. You would just upload each
individual
page to the server, though. Why is that a problem?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Monker88" <[email protected]> wrote in
message
news:e25k6l$rmt$[email protected]..
>I made a site that has frames to try and make it look
better but is there
>any way to save all of it as one page so i can upload the
page to a server
>online.

Similar Messages

  • Contribute 2 isn't editing Dreamweaver templage page with frames

    Help please.
    I'm trying to use Contribute 2 to edit a website I created with a Dreamweaver CSS template.  When I loaded Contribute, it let me edit the first time I tried.  Now I'm getting an error message saying the page has frames and I can't edit it because I don't have permission or someone else is using it.  I'm the only user, I created the site and made myself Administrator on Contribute and another user isn't currently editing the page.  There are "lock" icons next to the frame list and they all appear to be the google ads I placed on the home page.
    I really want to use Contribute to edit the website when I'm only adding text. 
    Any help and advise is appreciated how I can get Contribute to work.  I don't know why it worked the first time and never again.
    Thanks!

    I am having the same problem.  Did you ever find out the answer.
    I am having the problem after the designer added google-ad code with a frame.
    Judy B.

  • Having trouble showing an Iview in a HTML page with frames format

    Hi, I have a public webpage with 3 frames (top, navigation and content)
    In the content part has to be showed a portal anonymous page.
    I created the anonymous portal page that shows me a Webdynpro that I created, works fine. But when I put the link in the frame of the public webpage, is like the page entered in a loop and nothings is showed.
    But if in the frame I put the direct Webdynpro link works fine but the Custom colors that I set in portal doesnt works (and this is important).
    Any1 know how can I do to put an anonymous portal page inside a frame html without lossing the colors that I replace in the theme editor.

    sun1977 wrote:
    Hi,
    I have the Home page which has the usual static text. I was looking for the option of showing some data on that page like
    1. last data load date which will have to be selected from the database. Do we just create a dynamic action on the HTML page? Going to try this now. But just wondering if there is a proper way to do this?
    Just to be a little more specific. I have static text in <Table> tags in a plain HTML page. So within the <TABLE> tags which is in the text source, Can I call bind values or PL/SQL procedures?. Was looking for some ideas on this.There are several options. One is to create hidden page or application items set using queries in item source, computations or processes. These can be referenced in HTML region source (and other places) using the static text exact substitution notation:
    &P1_ITEM.Another is to replace the HTML region with a report region using a custom report template. If there are a number of related values to display this is likely to perform better as only one query is involved.
    Unless these values respond dynamically to changes on the page there is no call to use Dynamic Actions.
    2. Insert the audit field with the SSO username. Any idea which variable stores the username which maybe can be passed to the trigger to update before an insert/update.Use the built-in <tt>APP_USER</tt> substitution string. For this purpose normally in a database trigger including a fall-back value to cope if the table is modified outside of your APEX app:
    :new.modified_by := nvl(v('app_user'), user);

  • Saved .htm pages with hover content stopped working

    Hi,
    I save some web pages for offline viewing. Some of them have content that shows up only '''when you hover''' over them. Examples would be *.wikia.com (navigations) and danbooru (ex. http://danbooru.donmai.us/posts/1675488?pool_id=8335). I save them by '''Web page, complete''' option. They used to work but I just found out that now they don't.
    I checked with IE and Chrome but found out that it stopped working there too. I tried using Firefox with add-ons disabled and reverted to older versions (30.0 & 24.0) but it's not working there anymore. I even restarted my PC. I thought maybe it was cache related by even newly saved pages don't work.
    I am sure they did work because I usually save my files as mhtml to avoid too much clutter but hover content doesn't work there. The last time I saw it working was on '''September 25, 2014'''.
    Thank you in advance.

    I have checked the offline wikia page you provided. All the images are there. All the js files are there. But some script works and some doesn't. Unfortunately it is impractical to debug the page to see where the failure occurred.
    If all your save pages are based on the same template, by which I mean only the pictures vary, but the pages are based on the same underlying mechanism, then it might be worthwhile to learn some simple scripting. It takes just a few lines of code to re-enable the functionality you want (btw, it is not hovering -- you have to actually click the thumbnail).
    However, if the pages differ a lot, then I am not aware of any practical way of achieving what you want except trying some of these plugins to see if they work better:
    [http://stackoverflow.com/questions/2061311/firefox-plug-in-that-downloads-a-complete-webpage Firefox plug-in that downloads a complete webpage?]
    Or google and see if you can find more.
    Wikipedia is probably the most archaic website I use. Obviously, if even wikipedia doesn't save properly, as mentioned in cor-el's link, I don't think you can expect to have much luck with wikia. This is just to give you a realistic assessment of the difficulty level of what you are trying to accomplish.
    I used to think that my computer was the safest place to keep everything -- when I was using a dial-up connection. So I also carried out similar endeavors to preserve everything useful on my computer, just as what you are doing right now. I know how much work it takes, and I could never get things 100% correct, because webpages are generally not designed to be saved locally.
    Now I am sure most of the things on the internet will outlast my computer. And I have a broadband so everything is just one click away in firefox. So I am never bothering again.
    Sorry I wish I could help you more, but this is the best I can do. Good luck!

  • Question about refreshing the page with frames...

    hi, my website uses three frames... (the standard main one, top and left frame)
    but when i go to different pages on the site and press the refresh button it goes back to the homepage but i want it to just refresh the page in the 'main' frame.
    i understand why its going back to the homepage... coz when i press refresh its refreshing the index.jsp page and thats where the frames are, so the location for the 'main' frame page is the homepage.
    is there any way around this?
    i just want it to refresh whatever page is in the 'main' frame.

    You can do it, but it means storing the currently viewed page in the user's session, and maintaining those sessions at all cost.
    Here is a brief example of how it might be done:
      //Top.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="top_location" value="Top.jsp" scope="session"/>
    <html>
      <body>
        <h2><%= new java.util.Date() %></h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
      </body>
    </html>
    //Bottom1.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="bottom_location" value="Bottom1.jsp" scope="session"/>
    <html>
      <body>
        <h2>I am Bottom 1</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage2" value="Bottom2.jsp"/>
        <a href="${toPage2}">Go To Page 2</a>
      </body>
    </html>
    //Bottom2.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:set var="bottom_location" value="Bottom2.jsp" scope="session"/>
    <html>
      <body>
        <h2>I am Bottom 2</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage1" value="Bottom1.jsp"/>
        <a href="${toPage1}">Go To Page 1</a>
      </body>
    </html>
    //Framer.jsp  (with the frameset that gets reloaded...
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <c:if test="${empty sessionScope.top_locaction}">
      <c:set var="top_location" value="Top.jsp" scope="session"/>
    </c:if>
    <c:if test="${empty sessionScope.bottom_location}">
      <c:set var="bottom_location" value="Bottom1.jsp" scope="session"/>
    </c:if>
    <html>
      <frameset rows="50%,*">
        <frame title="top" src="<c:url value="${sessionScope.top_location}"/>"/>
        <frame title="bottom" src="<c:url value="${sessionScope.bottom_location}"/>"/>
      </frameset>
    </html>But for this to work EVERY page you make will need to record itself in the session, and you will need to pass every link through the response.encodeURL(...) or <c:url ...>
    An alternative which may be easier (depending on what you are doing) would be to create one frame, with a <jsp:include ...> for the stuff you want to show at the top, and another one for the stuff you want to show on the left. More like this:
    //Top.jsp  note- no html or body tags
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <div style="border: thin solid black;">
        <h2><%= new java.util.Date() %></h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
    </div>
    //Bottom1.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
      <body>
      <jsp:include page="Top.jsp"/>
        <h2>I am Normal 1</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage2" value="Bottom2.jsp"/>
        <a href="${toPage2}">Go To Page 2</a>
      </body>
    </html>
    //Bottom2.jsp
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
      <body>
      <jsp:include page="Top.jsp"/>
          <h2>I am Normal 2</h2>
        My SesisonID = <c:out value="${pageContext.session.id}"/><br/>
        <c:url var="toPage1" value="Bottom1.jsp"/>
        <a href="${toPage1}">Go To Page 1</a>
      </body>
    </html>

  • SharePoint Bug? Conflict Error when saving a Page with a "Required" DateTime field in the page layout

    Hello,
    I've just recently encountered a weird error / bug in SharePoint. Here is the scenario:
    - I have a custom column "Test Date" that is of DateTime field type. The field is configured as REQUIRED.
    - It is added to a custom Content Type "Test CT" that is based on a "Publishing Page" content type
    - I have created a Page Layout "Test PL" which is based on that particular content type.
    Now here is what happens:
    1. I try to create a page based on both that Content Type and Page Layout in the Pages Library. I manage to create it successfully.
    2. However, when I go to try and edit the page, fill-in the required values and try to save it using the PAGE TAB -> SAVE BUTTON, I get the below error/s. Note that this happens no matter what I choose in the drop-down menu for Save Button.
    "The file XXX has been modified by USER on DATE"
    But I know I am the ONLY user modifying the page. 
    If I try to save again it gives me options to whether Discard my Changes, Keep Editing, Overwrite Changes, or Merge.
    3. HOWEVER, if I use the Save button on the UPPER RIGHT corner of the screen (the shortcut). I am able to save successfully without any errors!
    The only thing I've tried that made it work was if I made the DateTime OPTIONAL. But I need it to be REQUIRED.
    Is there any workaround to this error / bug?
    Thanks

    I have some additional info but nothing really good. 
    If you click the Save in the left side of the Ribbon then it looks like that is when you get the message. If you click the Save in the top right corner you won't get the message. They must be calling different saving functions. 
    There really is no way around it other than making the field optional which probably removes some server side validation checks causing that message.
    We've chosen to remove that field from the page as I needed it required, then they can't publish the page until they go to the properties and set the article date. By removing the field from the page layout the message goes away.
    I hope MS will fix this at some point.
    -tom daly

  • Url iview showing error when displaying a page with frames

    Hi,
    I have a requirement of putting a site in a url iview in the portal. I created a url iview and when I preview it, it displays correctly. When I assign this to a role and access it through the navigation, it gives an error.
    The weird thing is that, it works sometimes and it does not work sometimes. The url I am trying to display is working fine, because even when the portal shows error, if I try the url straight from the browser, it loads without any errors.
    So what could be the problem? The site I am trying to display contains frames. Could this be the problem? If so, why is it working sometimes and does not work sometimes?
    Thanks in advance.
    Regards
    Ranjith

    Hi Martin,
    The issue is still there. But one interesting thing that was noticed by my team mate was that if you add the site to the list of sites on browser which can use cookies, everything works fine. Similarly, if I reduce the privacy setting of my browser to Low, it works fine.
    Again, even if you keep the privacy setting as Medium and does not allow the site to use cookies, the iview opens fine if you open it in a new window.
    Any thoughts on this?
    Thanks & Regards
    Ranjith

  • How to resolve Multiple Authorization request in loading the page with frame

    When I try to access a webpage showing multiple -tags with images from a directory that is .htaccess protected. My browser is flooded with authorization requests.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MS-RTC LM 8)

    When I try to access a webpage showing multiple -tags with images from a directory that is .htaccess protected. My browser is flooded with authorization requests.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MS-RTC LM 8)

  • Ultrasearch problems with Frames

    I am having problems with Ultrasearch crawling pager with frames. When my ultrasearch crawler encounters a page with frames it does not crawl any of the frames. Is this because it is looking for an <a href> tag to follow or is there something I am missing within my Ultrasearch configuration? Thanks

    The crawler will treat the subframe as separate URLs. Maybe it is due to how the
    frame is generated. Note that the crawler can not handle jsp script.

  • I use master password & if I change passwords on a site, it doesn't ask to "change" Also doesn't ask to "remember" with new usernames/passwords. Does anyone know how to fix this or add usernames & passwords to saved password page on Firefox.

    Firefox (I think version 5, maybe 4) does not ask to "remember" passwords anymore nor does it ask to "change" a password when I've done that. It didn't ask when I changed my Facebook password & I have to log in each time so I removed my username & password for FB on Firefox's "saved password" page. When I've don't that before, it asks to "remember" but doesn't anymore. I use a master password.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • When navigating back to a page with an IR, a different Saved Report shown

    I have a page with an interactive report. I have several saved reports. One column has a link to another page in the application with address details. When I follow the link I correctly see the page. I click the "Back" button on the browser to get back to the interactive report. At this time, the saved report that is selected may not be the same as the one that was selected before I clicked the link.
    How can I tell the currently displayed report id so that I can use that to populate an Item to be linked used as the Report ID Item?
    Thanks,
    Danny

    the folks at Spashtop sent me a note indicating that its possible to get it to work remotely but they werent particularly clear as to how - especially with an aitport express
    heere is the note they sent - but some of the urls dont resolve
    Jaff said:
    If you are attempting to connect your home computer via 3g or outside network, you will need to get another external ip address and do 3 ports forwarding on router as this link described:
    http://support-remote.splashtop.com/entries/514213-how-do-i-connect...
    Please confirm your external ip address by visiting this site and put it on ipad profile for outside connection:
    http://www.whatismyip.com/
    Please check this link to find your home router for more specific help on ports forwarding:(just click top right corner to skip advertisement)
    http://portforward.com/english/applications/port_forwarding/Splasht...

  • Find a text frame on the page with script label

    hello to all
    I need to create a script to
    find a text frame on the page with script label "xxx"
    and read its contents into a variable.
    The content of the text frame is a number.
    thanks

    Hi Roberto,
    Welcome to the forum,
    This will find the labeled textFrame on the active page.
    var myLabel = "Foo", // change to label
          myPage = app.properties.activeWindow && app.activeWindow.activePage,
          myTextFrames = myPage.textFrames.everyItem().getElements().slice(0),
          l = myTextFrames.length,
          myVariable
    while (l--) {
        if (myTextFrames[l].label != myLabel) continue;
        myVariable = myTextFrames[l].contents;
        break; // presuming there's only one "Foo" labeled frame on the page
        // Otherwise you'll nead an array
    alert(myVariable)
    Trevor

  • How create page with two frame (google geocoding BSP)

    Hi all,
    can someone suggest me how create an BSP application with the main page composed by two frae?
    I've create a page with tags <htmlb> gridLayout for ape the frame structure and the result is fine.
    here the screenshot of what i've done:  http://img17.imageshack.us/img17/3558/bspgeolocalization.jpg
    But now i've to call the right page frame ( obviously in his frame) from the left page controller after pressing the 'search button'
    and passing to it a table.
    someone has an idea?
    Thanks in advance,
    Davide

    checkt his thread
    Web template keep loading/refreshing in BSP
    though the question is for different purpose, you can find the code for framed pages there

  • 3px framed picture on a Web page with Internet Explorer and Google Chrome appears normal, but Firefox is on the right side frame 9px. Why?

    3px framed picture on a Web page with Internet Explorer and Google Chrome appears normal, but Firefox is on the right side frame 9px. Why?

    I'm not seeing this.
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    Can you attach a screenshot?
    * http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • Firefox 4 is not saving pages (using frames) I visit in the history list, but Firefox 3 does. What could be wrong (may be related to no-cache)?

    When using FF 3, I can go back through the history using the arrows on the toolbar. When using FF4, I can't. This applies to an internal site where the page uses frames and the header pragma "no-cache". This also happens in safe mode.

    thom
    I was reading the above post about typing in code to darwin, i have a similar problemWell,posting all that isn't necessary, and disguises your new post. I take it you mean you typed in the tail command and saw those messages?
    localhost launchd:server 3d27 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[47]: exited abnormally: HangupDespite the word "abnormally", this is in fact normal and recurs frequently. The lookupd process is told to "hang up", i.e. quit, when it is done, and will restart as necessary.
    I don't know what the "initcardwithstoreprefs failed" means: you need to set it in context of the other messages. But the main purpose of using the tail command is to look for "loginwindow exited" messages, and then see what came before them.
    So, give a bit more detail about your problem: for a start, on which of your machines is this happening? Have you tried disconnecting any USB devices except for mouse and keyboard? In fact, give a lot more detail

Maybe you are looking for

  • Preview bug - merging pdfs inserts wrong file

    I have consistently been able to reproduce this bug. I often merge PDFs using Preview, by dragging a file from the Finder to Preview's thumbnail sidebar open to the document to which I am merging. And what happens is that when I do that, the file tha

  • Multiple drop down menus

    I have generalised this question to JSP's i'm using the struts framework but it applies to JSP's as well anyway: I have many part drop down menus. These are mapped to partXX, part XX where XX represents the part number. This is a bad way of doing it

  • IDisk not syncing

    Hello, I had a system crash a while ago and had to rebuild my OS. iDisk has been unable to sync with MobileMe. 1. I went through the "Troubleshooting iDisk connection issues" page. No problems. a. We connect to iDisk is fine. b. I can connect to emil

  • Upgrades - Snow Leopard won't work

    Is there an upgrade for my Mac? It does not have an Intel processor. Thanks

  • Red light left of front speaker

    Today i got my IPhone 5... and there's a little red light on the left of the front speaker. It's always lit when the display is on. After pressing the Power Button its off. When you press again and the display is on, its lit again. I think its a red