Opening a page inside of another

Just wondering if anyone has or can open a page they have made inside of another page already loaded- like making the one page stay while another opens in a frame? I see it all the time just not sure if iWeb can do it?

iWeb can't do it directly, but you can add the <iframe> technique like any other html code after publishing with iWeb. This technique can be used to incorporate flash presentations or other items that iWeb typically doesn't support directly.
Jabberwock has done me a great favor by summarizing things in the following thread with an example of his flash presentation...
http://discussions.apple.com/thread.jspa?threadID=535537&tstart=0
You can also see what I have done with <iframes> on my GuestMap page...
http://www.dirtdoog.com
This page actually consists of two frames using the <iframe> tag. The map itself as well as the messageboard are usually two separate windows that open up, but here I have them open "into" the same page using iframes. <Hey, why don't you sign the guestmap while you're there???>
The code to do so can be viewed in my page source. It's basically the following with mods to fit the URL and the width and height needed...
<iframe src="http://homepage.mac.com/yourname/nameofflashfolderyoudroppedinsites/" width="550" height="400" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>
My Gallery page is also iframes, with randomly selected URLs for three different possible flash photo galleries.

Similar Messages

  • Unable to open a Page document on another computer

    I used Page to create a document and then emailed it to my home to continue working. I have Page on this computer, but when I try to open I get the message -- Unable to open “Gardiner List.pages” because it isn't a valid Pages document.

    I have just had the same problem. Another Mac user sent me a Pages 09 file that had been saved in Pages 08 format, but I could not open with my Pages 08. Then he sent me a Pages 08 file he created and I could not open that either. He also sent me a DOC version of the file, which I could open in Pages 08. Also, he had no problem opening a Pages 08 document that I sent him. Help.

  • Can we open Web pages inside Flash Movie!!!!!

    Is there a way to open HTML Webpages inside Flash Movies
    Please Help...............

    you can display certain html tags in an html-enabled
    textfield or a textarea component. but you can't display a webpage,
    per se.

  • Can't open a pages document

    It seems it should be very easy to transfer between the 2 mac programs. but I cannot open a Pages document with another computer running Appleworks 6. Is it not possible to open a iWork Paes documnet using appleworks. I have exported from Pages the different file types: WORD screws up the format and fonts; PLAIN TEXT does the same and I can't open RTF, HTML, or PDF files with Appleworks. Can anybody help???

    It seems it should be very easy to transfer between
    the 2 mac programs. but I cannot open a Pages
    document with another computer running Appleworks 6.
    Is it not possible to open a iWork Paes documnet
    using appleworks. I have exported from Pages the
    different file types: WORD screws up the format and
    fonts; PLAIN TEXT does the same and I can't open
    RTF, HTML, or PDF files with Appleworks. Can
    anybody help???
    As Sagesse notes, AppleWorks can't open Pages documents because it was released/updated years before Pages was made available. Apple does not claim that AppleWorks can open Pages documents.
    Pages does not perfectly convert every document to a Word format. Nothing but Word does this.
    But, plain text is plain text. It has no formatting, fonts, styles, etc. That's why it's called plain text and why your formatting, etc is 'screwed up'.
    Regarding Peggy's advice that AppleWorks cannot open Pages documents converted to RTF. This is generally true, but not technically true. In any case, it's easy to work around.
    AppleWorks, Pages and Word can all open RTF files. However, if you include an image in a RTF file, it becomes a RTFD file. So because most Pages documents contain images, these files will be exported to a RTFD file format. AppleWorks and Word cannot handle a RTFD file. To work around this either: don't add images to your Pages documents, or open the the RTFD file (it's really just a folder containing a RTF file and the images) so you can open the RTF file in AppleWorks or Word.
    HTML is a poor format to rely on for word processing documents they look different from browser to browser.
    AppleWorks can only import PDF files, page-by-page, as images.
    Before you consider purchasing MS Office, first download NeoOffice/J. It's a free clone of MS Office that does an almost perfect job at Office file translation.
    Cheers.

  • Open a page in a different window from an action

    Hi all.
    I have a problem.
    I know that I can redirect an action to a page called Page.jsp, but I would like to know if there is a possibility that I can open this Page.jsp in another browser, using window.open from the action.
    I can't do it from the page directly, because if I use an onClick instruction, the values of the parameters of the form are not going to be setted, because the form hasn't been submitted.
    Any help will be really appreciated.
    Thanks in advance.
    Engineer Jose Quijada Molina
    [email protected]
    System Analyst Developer
    Lynqus Corporation
    Caracas, Venezuela

    You can do that by following this example:
    http://apex.oracle.com/pls/otn/f?p=31517:216
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • Is there a keyboard shortcut to open the presently open web page in another tab? It used to be Ctrl + N.

    Is there a keyboard shortcut to open the presently open web page in another tab? It used to be Ctrl + N. This shortcut now opens a Tab with the home page instead of duplicating the web page I'm on.

    Firefox has always opened new tabs in a blank page, so I'm guessing that the way you had it before was added by an extension.
    If you to to Tools > Add-ons > Extensions, are there any extensions disabled?
    In any case, you can still do this with a mouse shortcut. Hold down the Ctrl key as you drag a tab to an empty area on the tab bar.

  • I have a button in JSP page inside an UIWebView by pressing the button i want to run another existing iPhone native application in background only.Do anyone have a solution for this.

    I have a button in JSP page inside an UIWebView by pressing the button i want to run another
    existing iPhone native application in background only.Do anyone have a solution for this.

    Sounds like a virus.... I hope it's not...
    Launching Other Apps within an iPhone

  • Applet navigator to open a page in another frame.

    Hello to the Java gurus out there,
    I was wondering if someone could give me a pointer as to how I can get an applet navigator to open a page in another frame of the web browser?
    Say for example, I have two frames in the main HTML page where one frame contains an Applet navigator, and the other page can be loaded based on where the user clicks on the applet navigator.
    Capturing the mouse click event is all good, but then how do I load a page in another frame ??
    Any help would be much appreciated.
    J. Park

    In your applet class do the following
    getAppletContext().showDocument(new URL("somepage"), "Target");
    See the AppletContext class in http://java.sun.com/j2se/1.3/docs/api/index.html for more information.

  • Open single page e-mailed pdf in another app.

    I like to e-mail .pdfs to myself for opening in other apps, such as FileApp where I keep relevant documents for reference, or GoodNotes, where I may do a mark up on them.  This works fine for multi-page pdfs, but where I e-mail a single page pdf, it just shows up in the e-mail, instead of as an attachment that can be opened in another app.  Does anyone know how to solve this problem?

    Same problem here. TAP and HOLD does not show the option to OPen Wth... Another App.
    Could you please confirm you don't have this problem?
    Just email yourself a one-page PDF file with text in it, and see if you can open it in another app such as iBooks.

  • When i clink a given link in google than that webpage open in another window. How i can open that page in the same tabe ?

    when i clink a given link in google search than that webpage open in another window. How i can open that page in the same tabe ?

    Hello gogotutu
    In the [https://support.mozilla.org/en-US/kb/awesome-bar-find-your-bookmarks-history-and-tabs#os=win7&browser=fx17 Location bar], type [http://kb.mozillazine.org/About:config about:config ]and press '''Enter'''.
    The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise!, to continue to the about:config page.
    In the Search field, type [http://kb.mozillazine.org/Browser.link.open_newwindow browser.link.open_newwindow]
    double-click and put as a value '''1''' , click OK to save it.
    do the same with '''browser.link.open_newwindow.override.external''' , again put '''1''' as a value(it is -1 by default).
    check also, always in about:config, the [http://kb.mozillazine.org/Browser.link.open_newwindow.restriction browser.link.open_newwindow.restriction] and put as value''' 0''' .
    thank you

  • Hey, im really sick of this, how can i open folders but in the same windows, when i open a folder which is inside of another one, it just open me a new window, its so annoying, could anyone tell me what to do? im using mac os 10.7.2

    hey, im really sick of this, how can i open folders but in the same windows, when i open a folder which is inside of another one, it just open me a new window, its so annoying, could anyone tell me what to do? im using mac os 10.7.2

    Finder > Preferences > General > Always open folders in a new window: uncheck

  • Tab page inside another tab page

    I have a requirement to create a tab page inside another tab page.is it possible?
    if possible pls give me the solution...............

    iTs possible. Place both tab-canvases on their respective content-canvas on the the correct positions. Then, in the WHEn-TAb-PAGE-CHANGED-trigger, make the second tab visile or invisble, using SHOW_VIEW or HIDE_VIEW.

  • When I open some pages, another web site opens. I want to block that site and its URL from opening.

    When I open some pages, another web site opens. I want to block that site and its URL from opening.

    BlockSite extension.
    https://addons.mozilla.org/firefox/3145/

  • I can only open 1 page of safari and when I try to open another by the   key it goes to the main page of apps

    I can only open 1 page of safari and when I try to open another by the   key it goes to the main page of apps

    Try force closing the Camera app, followed by resetting your phone.  Double=tap the home button, locate Camera in the list at the bottom, tap and hold it until it wiggles, tap to close it, tap the home button.  Now reset your phone by holding the on/off and home buttons at the same time until you see the Apple logo, then release.

Maybe you are looking for