Can I add a custom .html page as a separate page within my site?

I'm creating a website for my local baseball association using iWeb 1.1.2.
I'm given several .xls files for schedules, rosters, etc. and I can save them as an .htm/hmtl page.
But within iWeb, it doesn't look like I can import them as a separate page within my site.
Is this possible? I suppose my only option is to create an external link to the pages correct?
Will iWeb '11 allow me to do this?
Thanks!

Yes, you can in one of two ways:
1 - put the custom page on your server and embed it into one of your iWeb pages using an HTML snippet and iFrame code as done in this demo page: Embed a Site Within an iWeb Page.
2 - put the custom page on your server and in iWeb create a totally blank page, name it for the custom page and add the following redirect code in an HTML snippet:
<script type="text/javascript">
parent.window.location = "URL TO THE CUSTOM PAGE"; </script>
Thanks to Cyclosaurus for this code
When the visitor clicks on the page in your iWeb navbar they will immediately be redirected to the custom page.  You'll need to add a link on the custom page to send them back to your iWeb site.
If you modify/update the custom page it will be automatically updated in your iWeb site without having to open iWeb.
UPDATE:  3 - or add an HTML snippet to on of your pages and put the HTML code from the custom page into it.  That will display the custom page on your iWeb page.
OT

Similar Messages

  • How can i use my custom login page in a custom partner application ?

    Dear All,
    I'm trying to customize a login page displayed other than the default sso login page
    by submiting my form to the regular pl/sql procedure : "PORTAL.wwptl_login.login_url"
    but i tried to type the requested partner application url in the browser i got the sso
    login page other than my custom login page. So, How can i use my custom login page in a custom partner application ?
    Regards,
    Mohammed Amin
    [email protected]

    I cannot begin to express my level of frustration. I have been trying to use the composition widget light box display for some time now. I drag the widget to my document. The default widget has three small trigger boxes and a large area made up of a forward and backward button, a background, a text box and a frame for your image.
    My steps have been …
    I click on the little trigger box.
    I click on the frame that holds the main image.
    I go to the fill menu and browse my computer for my image and then click OK.
    IT shows up on my screen. Yay
    I attempt to continue using the next two trigger boxes provided in the widget.
    After that, I add more by clicking on the little plus sign.
    This is where all heck breaks loose.
    Every single time I attempt to add thumbnails, something messes up. When I go to preview, either not all of my main images show up, or it starts with the wrong one, or some are missing. I have looked and looked for help on this and the only thing I can find is how easy it is to create a great portfolio lightbox display.  But as we know, that only works when your thumbnails are the same image as the images in your lightbox. If you want something different, you have to use the composition wizard. I am finding it extremely difficult and confusing to customize.
    Is there an exact sequence you need to use to add images to the slideshow? I am my wits end.

  • How to use custom HTML page in flex web application with out using iframe

    Hi all,
              I have to import a custom HTML page (that has got links to another html pages) inside my flex web application and i dont want to use IFrame. Can you please suggest me with best example.
    Please help me out as i'm new to flex.
    Thanks,
    Swetha.

    Hi, there:
    Best thing to do is to start with the default login.html page, and then modify it. The login screen is fairly complex and it's easy to just miss a JS function you need to call. To get to default page, you would need to do one deploy (to simulator or whatever), and then look for login.html page in the temporary Xcode or Android project generated from the deployment. It should be under the "deploy" directory in your JDev workspace.
    You can also see all the framework JS files and CSS files that way as well.
    We have had customers implementing custom login screen so we know it can work, but they all had to start with the default login screen and then modify it.
    Thanks,
    Joe Huang

  • How can I add a custom attribute to a catalog area? (CRM Isa Sales)

    Gents,
    How can I add a custom attribute to a catalog area? (CRM Isa Sales)
    Actually I would like to use the Catalog Area Type (maintained in trx COMM_PCAT_ADM on Catalog Area Header level). This field doesn't seem to be available in J2EE webshop. (The field documentation says it is for documentation purposes only so I don't expect it to be transferred).
    As this field is not readily available, I would like to add is as an attribute to the Catalog Area. BADI's PCAT_IMS_FEED_ATT and PCAT_IMS_FEED_VAL seem to indicate that it should be possible to add additional fields not only on product level, but also on Area level:
    Example implementation code:
    method IF_EX_PCAT_IMS_FEED_ATT~READ_NEW_FIELDS.
    * Example, how to add new attributes to a indexcategory
    * Possible levels are 'C'ategory and 'P'roduct.
    * Field 'VALUE' carries the attributetype ('S'tring, 'I'ntegar or
    * 'F'loat)
    * Structure 'IS_OBJECTS' carries actuall identifiers
      data: ls_fields        type comt_pcat_ims_feed_ux.
      case iv_level.
        when 'C'.                        "Category Level
    *     no new field
        when 'P'.                        "Product Level
          ls_fields-field = 'CUSTOMER_EXIT_FIELD'.
          ls_Fields-value = 'S'.
          append ls_fields to ct_fields.
    *     exproduct fields
          ls_fields-field = 'REMAN_ABL'.
          APPEND ls_fields TO ct_fields.
          ls_fields-field = 'EXCH_BUS'.
          APPEND ls_fields TO ct_fields.
      endcase.
    endmethod.
    However, when I create an implementation and add some code in the when 'C' part, the attributes do not seem to get transferred. (I've checked in the debug mode of the developer studio).
    - My example code:
    METHOD if_ex_pcat_ims_feed_att~read_new_fields.
    * Possible levels are 'C'ategory and 'P'roduct.
    * Field 'VALUE' contains the attributetype
    * ('S'tring, 'I'ntegar or * 'F'loat)
      DATA:
      ls_fields LIKE LINE OF ct_fields.
      CASE iv_level.
        WHEN 'C'.                        "Category Level
          ls_fields-value = 'S'.
          ls_fields-field = 'ZTEST'.
           APPEND ls_fields TO ct_fields.
        WHEN 'P'.                        "Product Level
      ENDCASE.
    ENDMETHOD.
    and:
    METHOD if_ex_pcat_ims_feed_val~read_new_fields.
      CASE iv_level.
        WHEN 'C'.
         ls_fields-field = 'ZTEST'.
         ls_Fields-value = 'Value 1'.
         append ls_fields to ct_fields.
        WHEN 'P'.
      ENDCASE.
    ENDMETHOD.
    In the ABAP debugger, I can see that my code is touched during initial and delta replications, however, after replication, the fields do not show up in the Java debugger.
    Any ideas?
    regards,
    Wilco Menge

    Hi,
    How can I customize the /bin/wcmcommand or how can I make use of [2] to create a custom WCMCommand?
    I think the "formUrl" is to post those input value to the jcr repository?
    var createDialog = {
            "jcr:primaryType": "cq:Dialog",
            "id": CQ.Util.createId("cq-createdialog"),
            "title":CQ.I18n.getMessage("Create Page"),
            "formUrl": CQ.shared.HTTP.externalize("/bin/wcmcommand"),
            "params": {
                "cmd":"createPage",
                "_charset_":"utf-8"
    I have added a field called "starred"
    Moreover, when I using the firebug to trace the post command, I can see that the starred value is posted also.
    :status
    browser
    _charset_
    utf-8
    cmd
    createPage
    label
    b
    parentPath
    /content/keyword_elaboration
    starred
    c
    template
    /libs/collab/commons/templates/form
    title
    a
    Source
    cmd=createPage&_charset_=utf-8&%3Astatus=browser&parentPath=%2Fcontent%2Fkeyword_elaboration&title=a&label=b&starred=c&template=%2Flibs%2Fcollab%2Fcommons%2Ftemplates%2Fform
    However, when I go to the crxde to view the node's attribute, the properity starred is not created
    Are there anything I did wrong or missing?
    Thanks.
    Message was edited by: aslkit

  • How to invoke Custom HTML pages on Dashboard page when running OBIEEon AIX

    Hi,
    i am facing an issue with regards to invoking a custom HTML page( say definitions.html) using html code inside a text section( with html markup) on a dashboard page.
    I have performed the following configuration on Windows and it perfectly works well
    However i can get the same to work on AIX where i actually needed it to work:)
    Could any of you please provide any insights over this issue pls? am i missing something obvious? Appreciate your inputs.
    Here is the description of the configuration performed.
    Created a HTML file called definitions.html
    copied the file in the following folders
    OracleBI\web\app\res
    OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\Missing_
    I have created a new folder called _Missing.
    I restarted the app server
    HTML code on the Dashboard Page ( used Text section with HTML Markcup)
    <b>Help
    I have checked the permissions on the custom page and it loosk fine. I have added <HardenXSS> false</HardenXSS>tag to my instanceconfig.xml but not luck yet
    Appreciate your inputs
    Thanks

    The easiest thing for you to do is to download the Oracle BI SampleApp (http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html) and follow their instructions for install/creating/deploying the analyticsRes application on the Oracle BI Application Server. This will allow you to have a URL such as http://myserver.obiee.com:9704/analyticRes/definitions.html on the same server system as your Oracle BI server. This way the port and domain are the same as your Oracle BI Server and you can simply place any additional web based file in that deployed application path to reference on your Oracle BI Server.

  • How can I add an existing cfm page to a project?

    CFB3 Question: How can I add an existing cfm page to a project? I created a project and copied a file into the project folder but I can't seem to find a way to add the cfm file into the project.

    @Carl - Well heck, yes I did... But after reading your response I went back and tried right-clicking on and refreshing different things and what worked was right-clicking on the project name in the Navigator window and then clicking on refresh in that context menu.
    Thank you Carl!

  • How can I add a language on pages (Greek) to check the spelling when that language is not on the list?

    how can I add a language on pages (Greek) to check the spelling when that language is not on the list?
    I can see other languages available for spelling check, but not Greek and I dont see how to add it.
    I have added the Greek keyboard on the Mac, so I can write in Greek , but I dont know how to check the spelling in Greek on pages

    You can try to add a 3rd party spellchecker
    http://milaraki.com/blog/2010/11/greek-spelling-at-pages-how-to/

  • Can you add a watermark to pages and if so how?

    Can you add a watermark to pages and if so how?

    Hi Grant,
    See Page 63 of the  Pages'09 User Guide. (Download from the Pages Help Menu)
    Using  Master  Objects  (Repeated  Background  Images)
    You may want to add watermarks, logos, or other background images that appear in the same spot on every page of your word processing documents. These repeated graphics are called master  objects.
    Regards,
    Ian.

  • DPS builder custom html page not loaded when you first open the application

    I created app with some customs html pages.
    I tick the "Auto launch" and when the first time I run the application, the page does not load.
    If you go to another page and return to - it is loaded. If you close the application and open it again - all loaded. But when you first open the application page does not load.
    What could be the problem?

    I created app with some customs html pages.
    I tick the "Auto launch" and when the first time I run the application, the page does not load.
    If you go to another page and return to - it is loaded. If you close the application and open it again - all loaded. But when you first open the application page does not load.
    What could be the problem?

  • Displaying multiple dynamic html pages within a single Portal folder.

    Hi all,
    Question: How can I display multiple dynamic html pages that are linked to each other, within a single portal folder?
    History:
    I have a designer/web server application (PL/SQL packakges) on Oracle
    8.1.7. Early in the development process we built it into WebDB2.2 and
    used folders on the left side as a navigation bar and the contents of my packages on the right side. This was easy, WebDB used Frames.
    Unfortunatley I could never automatically display a PL/SQL item in the folder area.
    Now I need to integrate the application into Portal 3.0 not the early adopters version, the one with 9iAS (NT for now, Unix later). I have a page/content area divided into regions and a navigation portlet on the left side containing links to PL/SQL folders whose contents are displayed on the right side. On the right side I have (for example) a Queryview. When I click on any of the buttons (i.e. Find, New), I land in a new page outside of my portal folder. This page contains a dynamically built list (from one or more DB Tables) and of course the first column contains a list of links that bring you to the individual item. How do I set my links or configure my folder to display
    within the portal folder area?

    Hi,
    One alternate is, increase the size of your screen, for this go to the layout of your screen and increase it as much you want, and also the custom container size, so that no scroll bar will appear at least.
    Other solution would be, as you said ALVs will be dynamical, it will be good to create buttons, or links on the screen based on the no of ALVs dynamically and on click of corresponding button call the corresponding ALV.
    But i dont think this will serve, first check the first option.
    Hope this helps u.,
    Thanks & Regards,
    Kiran.

  • Display an HTML page within a a panel

    I want to create an applet with multiple panels, and have the ability to display HTML pages within these panels. These will be HTML pages with formatting complex enough that the JEditor display won't be able to handle them. I experimented with showDocument() but that seems to only work in the main applet frame, and attempts to put a frame inside a panel did not work. I came across some postings that talked about JSObject, but got the impression that does not always work and is very browser dependant.
    Any suggestions?

    Yes JLabel supports HTML, e.g.
    public static void showHelp()
       JFrame frame = new JFrame();
       JLabel helpLabel = new JLabel();
       JLabel.setText("<HTML>This is a <b>help</b> file.</HTML>");
       frame.getContentPane().add(helpLabel);
       frame.setBounds(0,0,200,200);
       frame.setVisible(true);
    }

  • Displaying HTML page within Flash

    Hello!
    We need to display an HTML page within a Flash executable file. We request the members of this forum to kindly guide us on how to go about it.
    Looking forward to your reply.
    Thanks and Regards,
    Hayagriva Software

    flash textfield's have limited html tags they can parse so your best bet is opening an html page in another window using getURL() (as2) or navigateToURL() (as3).

  • How to set custom master page for social/sites.aspx in sharepoint 2013

    How to set custom master page for social/sites.aspx in sharepoint 2013.?
    File path is
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\SocialDataStore\SocialDataStoreList\sites.aspx
    Thanks in advance

    Hi,
    You could open the sites.aspx in Notepad or SharePoint designer, and set the master page to your own master page directly via editing:
    <%@ Page language="C#" MasterPageFile="~masterurl/custom.master"      Inherits="Microsoft.SharePoint.Portal.WebControls.FollowedContentWebPartPage,Microsoft.SharePoint.Portal,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
    %>
    Regards,
    Rebecca Tu
    TechNet Community Support

  • My hyperlinks don't work to the pages within my site.

    Can anyone tell me what I'm doing wrong?  I highlighted my text, then completed the steps to link to a page within my site.  The page is listed in the drop-down menu and everything.  I select it. When I preview, my title / link changes color and all; I even get the "hand" icon when I mouse over.  However, my link doesn't take me to that page.  What am I doing wrong?

    It's just a "site" on my computer.  I'm a teacher who just wants to use Muse to create lesson presentations that have links.  It is  my first time with Adobe Muse.

  • Passwording a page within a site

    Back in the day, I was able to password protect a page within a site, or at least I thought I could. Now it seems I am unable to do so in iWeb '09. I found where I can enable an entire site to be passworded but it goes away when I select "publish to FTP server" instead of Mobile Me.
    Did I miss something?

    Go to where you host your website and see if you can password protect a folder/directory.
    It's usually done in a cPanel, or whatever the name is your webhoster allows you to manage your website with. Similar to this at GoDaddy :
    http://help.godaddy.com/article/4057
    Protecting a Site in iWeb only works with MobileMe.

Maybe you are looking for