How to include website made by another program in iWeb?

A program I have created a set of web pages for me that are connected. If I click on the index page, it opens in safari. How do I import these pages into iWeb so they work on my .mac website?

Robert Lewis wrote:
A program I have created a set of web pages for me that are connected. If I click on the index page, it opens in safari.
Clicking on index.html only open browser as you saw.
How do I import these pages into iWeb so they work on my .mac website?
You can't import html code into iweb domain package.
iweb can't even import its own generated html code, therefore it will not be able to import html code created by other programs.
That said, you can:
1) rebuild your older site by copy and paste your old site into iweb.
2) start new iweb project and link to the older site, using hyperlink.
now last and not really easy nor simple is to have javascript transforms the old page in to new iweb format. I'd done this over a year ago, I know it works with Safari, so stick with Safari when you want to see:
old: http://hdl.50webs.com/old2new/bookmarks.html
iweb version: http://hdl.50webs.com/old2new/_bookmarks.html

Similar Messages

  • How to include one view into another view

    Hi SDN's,
                   Could any please tell me,How to include one view into another view.
    In my requirment.I want to create a 'Z' view for an interface .In that  view i have to take,
    1) Ship-to-email adrr by
                              LIKP-KUNNR -> KNA1-ADRNR
                              KNA1-ADRNR -> ADR6-ADDRESNUMBER.
    2) E-mail addr of person who created the document.i.e
        LIKP-ERNAM -> USR21-BNAME.
        USR21-ADDRESNUMBER ->  ADR6-ADDRESNUMBER 
        USR21-PERSNUMBER -> ADR6-PERSNUMBER.
       In both the case we have to pass ADDRESSNUMBER to ADR6 table.
    If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.
    So i created two which fetches only the email addr of  person who created the document.and another view fetches Ship-to-email addr.
    Now i want to include the second view into first view . Is it possible?or please
    tell me someother way to get these email addresses in a single view.

    hi
    as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.
    regards,
    shamim

  • Reg:how to include a report in another report.

    Hi,
    Can anyone please tell me how to call a report from another report.
    My requirement is for example please see the below requirement :
    In report1 I write the logic.
    Zreport1.
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    In report 2 i write the declaration.
    Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    Now I want to include or call the report1 in report2 .Can anyone please tell me how it can be done??

    Hi,
    write the submit statement as SUBMIT ZREPORT1 AND RETURN  in ZREPORT2 program..
    If you dont execute the ZREPORT1 independently then its better you write that in a ZINCLUDE... and
    include that in your second program where ever necessary..
    for that check this...
    +ZINCLUDE+
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    *ZINCLUDE ends here...
    *Use the above ZINCLUDE as below...
    Report Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    INCLUDE ZINCLUDE. " this will do the task mentioned in the include above...
    I would rather suggest to go for the second method that is _ Specifying ZINCLUDE_ coz for the first one.. you need to
    have data declarations and which is not necessary for just a simple select query.. if you are processing
    any further in the first program then go for the first method_( SUBMIT STATEMENT)_ by declaring the necessary variables..
    This would solve your issue...
    Good luck
    Narin
    Edited by: Narin Nandivada on Sep 9, 2008 4:37 PM

  • How to include niscope library in VB program

    Hi all:
    I have a DAQ: PCI-5922 with the niscope driver. The sample VB program runs well. Now I want to write my own VB program so how to include the niscope library in my VB project? Thanks
    Regards
    Andy

    andycui,
    You will first need to open or create a new VB project and then select Project>>Add Reference.  Make sure that the COM tab is selected and choose NI-SCOPE Library from the list. 
    Thanks,
    Gio L.
    Digital Support - Product Manager
    National Instruments
    Attachments:
    VB_NI-SCOPE.GIF ‏42 KB

  • How to invoke the compiler from another program

    Hi guys,
    Suppose I have a source code located in the file MyClass.java.
    Now suppose I'm running another program, and in this program I want to compile the MyClass.java file and create the MyClass.class file. Is there a way of doing it through the standard API?
    Thanks.

    I believe Java 1.6 has a Compiler class as a part of it's "standard" API. Before that, you've got a package called tools.jar in your SDK directory, which is a Java gateway to the compiler

  • Can I import web pages made on another computer to iWeb?

    I have more than one Mac, and while in the hospital celebrating the birth of my son, I made a few pages on iWeb with my iBook.
    Once home I wanted to transfer those to my G5 for editing. How do I do that?

    ilovetrainskc:
    Yes you can do that. You can either merge the two Domain.sites files into one with iWebSites or use them independently by renaming one of the to SiteName.sites and then use iWebSites to open them independently and publish independently.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want.
    Do you Twango?

  • How to Include one iView into another iView

    Hi All,
    My requirement is to have 3 input fields across many iviews. on entering the values in those fields, i will invoke a Web Service Model.
    I dont want to keep these 3 fields in all iviews, rather i am planning to create one iview with 3 fields integrated with model and call this iview in many other iviews.
    How do i achieve this in wed dynpro coding. In JSP, there is a concept called "Include Jsp Page" . Is there any similar kind of functionality in WD.
    Kindly guide me .
    Reg/Venkat

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • How to include jdic.jar in my program

    Hi all,
    I'd like to deploy my program and for that i am exporting it in an executable jar using eclipse.
    My program uses some of jdic functionnality so i need to include in my program jdic.jar. But that' s my problem. How can i include it in my application's executable jar.
    thank you for your help.

    Hi,
    Sorry but i don' t understand what you've written, if
    my executable jar is named
    myexecutablejar.jar and the jar that i would
    like to put in in order to work is named
    jdic.jar what would be the command?
    Thanks for your precision.Is this clearer?
    jar cvf myexecutablejar your-classes path-of-jdic.jar

  • How to include a CSS from another project

    Hi all,
    I'm developing an AbstractPortalComponent which uses some of my own defined stylesheets. I can include the stylesheet defined in my own project by this:
    com.sapportals.portal.prt.resource.IResource myStyle =
    request.getResource("css", "css/my_nav.css");   
    response.include(request, myStyle);
    Now I need to include another CSS but from another project.
    I tried also to get the response and write the HTML code but it writes it into the <BODY></BODY> tag and the CSS is not used when rendering the document:
    ...</head>
    <body class="prtlBody urFontBaseFam urScrl">
    <LINK REL=stylesheet HREF="/irj/portalapps/myProject/css/zglobal.css" TYPE="text/css">
    Does anybody know the solution?
    Thanks in advance,
    Romano

    There are document hooks that you can use to insert things into the response of a page being written to the client.
    Therefore, if you create a service which implements the IDocumentHookListener, you will then need to implement the
    String doDocumentHook(int documentPosition, IPortalComponentRequest request, IPortalComponentResponse response)
    and
    void doDocumentHook(int documentPosition, IPortalComponentRequest request, IPortalComponentResponse response)
    The first method, that returns a String, you can basically check where in the document you would like to write code, something like
    switch (documentPosition) {
      case IDocumentHookListener.HEAD_SECTION_BEGIN :
        return "some string";
        break;
      case IDocumentHookListener.HEAD_SECTION_END :
        return "some other string";
        break;
    The second method, simply writes out the String returned from the first method to the response, i.e.
      response.write(doDocumentHook(documentPosition, request));
    I hope this helps
    Darrell

  • How to include html files in another html files?

    Hello,
    I am wondering if there is any way of including content (html code) inside another html page..
    I've tried:
    - iframe - it's working fine but IE7 doesn;t like it.
    I am looking for something similar with:
    - Server Site Include <!--#include virtual="/directory/included.html" -->
    but without to have to change the portal settings.
    Any idea?
    Thank you
    Anca

    HI did u try using the omniportlet? on Portlet builders

  • Unable to view a PDF made with another program

    I have a .pdf file made by GNUCash that cannot be viewed by Adobe Reader Ver. 9/Vista. It can be viewed just fine in versions 7 and 8 and with .pdf viewers under Linux. What is the problem and how do I fix it?

    Most likely there is a problem with pdf file. Each version of Reader
    tightens compliance with the pdf specification. This helps avoid
    problems with virii and spyware using that hole as a vector of attack.
    Mike

  • How Find LR Edited Image With Another Program?

    I upload RAW images from a Canon Camera with Canon DPP then import them to Lightroom 1.2.
    I edit the images in LR.
    Then I want to edit the image further with GIMP. When I open the file, I get the original RAW image. How can I get the LR edited image?

    Lightroom's edits are parametric, i.e. it saves its edits as metadata in a sedecar .xmp along with the RAW. The original RAW always remains untoched - that's why you see it unedited in Gimp. No other program, except Adobe's Camera RAW, understands these edits.
    To edit in Gimp you need to create a prerendered TIFF or PSD copy of your RAW and open it there.
    The easiest way is to configure Lightroom to have Gimp as an external editor. Then select your raw image in LR, choose Edit in Gimp. Lightroom creates a copy of your raw and opens it in Gimp.

  • How to capture the output of another program into a File/String

    I needed to capture the output of a dos program in an String/file I tried doing Runtime.getRuntime.exec("ipconfig /all >tmp.txt");
    but still I am unable to capture the output frm the program which I would like to capture in a file or String.Can anyone help

    When you use the Runtime.exec() method, it returns a Process object, that process object has access to the streams; stdout, stdin, and stderr of the application you just executed. what you'll want to monitor is the stdout or stderr streams using the
    p.getInputStream() or p.getErrorStream(), where p = the process object returned via the Runtime.exe() method.

  • Importing existing site made in another app into iWeb

    Hi,
    Is it possible to import to iWeb a site created in RapidWeaver? Or, at somehow have any new iWeb site I do, and keep the work I did the in RW online.
    I don't necessarily need to edit it, but I'd like to keep that RW site intact and available.
    Also, Roddy, thanks for this link you put in another thread- I've got a lot to study:
    http://alyeska.altervista.org/en/iWeb_FAQ.html
    Guy

    No; iWeb cannot import existing sites. If you have the HTML and other files from RapidWeaver, store them on your hard disk, and then use iWeb to publish to a folder, posting those pages as desired.
    (28914)

  • Transferring websites made on a PC to iWeb

    Hey! I'm new to Mac, and I have a webpage I need to access. I created it and have been updating it on Microsoft Frontpage, but I was told by a Mac friend that iWeb is better. I'd like to start using iWeb to negotiate my site. Any way I can transfer the page easily into iWeb?

    If you have the HTML code you can paste it to a Snippit, which brings me to a problem I'm having.
    I made a Form using MS Word for visitors to my site to enter information, then have the Form email the information to me using the "mailto:" command. It does not work. Does anyone have a solution?
    ......RJ

Maybe you are looking for

  • [T430s] Small ripple on external monitor when power adapter plugged in

    If I unplug adapter, external monitor picture is fine. But if it is plugged in, I can see small ripples on the screen. How can I fix it? Thank you.

  • ResultSetDefinition Error

    Hi,   Can anyone please tell me on what scenarios do we get a <b>ResultSetDefinition Error</b>?? Below is my code which throws the ResultSetDefinition Error, please have a look at it names = tableList[h]; codes2 = tableCode[h]; ResultSetDefinition rs

  • Most common errors occurred to your PROD EBS

    Hi Friends, Can you share the most common errors happened to your EBS production system? That I have to be aware of or be careful with or be watchful of. As far as our PROD EBS R12 is concerned: (we have implemented GL yet) on production and to follo

  • Transaction RSKC

    Hello, What is the significance of entering the 'special characters' in transaction RSKC? Could someone pls help giving an example? Thanks. Regards, Suraj

  • Images imported from Aperture showing up 'washed out' in Lightroom.

    I am aware that Lightroom uses ProPhoto RBG. When i export images from Aperture to a folder then import into Lightroom the images appear very different. Is there a setting i am missing as the images seem 'washed' out in Lightroom. When i export to th