Embedding external pages

Sorry for the elementary question, but I searched google and
macromedia help and must not be able to ask the question right. I
can do this easily in joomla and front page.
I want to have click a button in one layer or table cell and
have the results show in another layer, but not opened in an
entirely new web window. In other words, I have a header and
information, and by pressing the right button, the user sees the
main body switch to an external website, say google for example.
I know It is easy to do with navigation frames, but am I
right that frames are not the best way to go?
Thanks for any assistance.

> I know It is easy to do with navigation frames, but am I
right that frames
> are
> not the best way to go?
Yes - this is rarely the case.
Depending on how much information you want to reveal on each
click (it
shouldn't be a whole page worth, in other words) you may find
TabPanelMagic
adequate ($) -
http://www.projectseven.com/
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
==================
"daneke" <[email protected]> wrote in
message
news:el9lsd$k5m$[email protected]..
> Sorry for the elementary question, but I searched google
and macromedia
> help
> and must not be able to ask the question right. I can do
this easily in
> joomla
> and front page.
>
> I want to have click a button in one layer or table cell
and have the
> results
> show in another layer, but not opened in an entirely new
web window. In
> other
> words, I have a header and information, and by pressing
the right button,
> the
> user sees the main body switch to an external website,
say google for
> example.
>
> I know It is easy to do with navigation frames, but am I
right that frames
> are
> not the best way to go?
>
> Thanks for any assistance.
>

Similar Messages

  • Inspector-Hyperlink-An External Page = a Relative URL?

    I'm on iWeb '08 and have a question that I simply can't find an answer too despite searching many failed searches.
    I'm using iWeb to publish to a folder, so that I can later ftp the finished site.
    In my site, I want to add a hyperlink to an external URL, however the URL: box seems to only allow absolute url's to be entered after selecting Link To: An External Page.
    Is that right? Am I missing something?
    How do I create a hyperlink with a relative URL?
    Thanks in advance,
    JPS

    I don't understand what you mean by relative url?
    To create a hyperlink to an external page, click on Inspector in iWeb and then click on Hyperlink. When in Hyperlink click on 'link to an external page' and then type in the url that you want to link to and you can also have it open as a new page.
    Not sure what else you are trying to do?

  • How do I redirect request to an external page flow?

    Hi,
    I´m really stucked here. I need to redirect and XML wich I get in page flow to an external page flow(in a different project(war) but in the same workshop application(ear)), I´ve tryied all kinds off things but it does not work correctly.
    I even tryied what is written in workshop docs:
    If the path begins with a protocol such as "http:" the page flow runtime will look outside of this web application for the resource, and it will automatically cause a redirect (rather than a server forward) to the resource. If the path begins with a forward slash, "/", the runtime will start at the web application's root directory to locate the resource. If the path omits the forward slash, "/", the reference is relative to the page flow's directory.
    so I did:
    @jpf:forward name="goToKnapp" path="http://localhost:7001/eaiKnapp/PageFlowName.jpf"
    and inside the method:
    return new Forward("goToKnapp");
    and it does´t work.
    Any help will be wellcome.

    Go to iPhoto and hit File and go to EXPORT. From there you can export your entire iPhoto Library to your external drive in any folder you want. Now if you've named the pictures in iPhoto and you select the check box for NAME and Keywords in the EXPORT menu the photos will be exported with the names given in iPhoto and any keywords you have added to the photo such as a description.. Hope this helps not sure if this is what your looking for.

  • Spry Data Set, include external page and javascript

    I have a problem with Spry Data Set... I have necessity to
    include a html page with javascript functions (static html page) in
    another but doesn't work.
    This is an example with "Elevator Panel Magic" extension
    (projectseven.com):
    Home page with dataset (home.html)
    <!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"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="../SpryAssets/SpryData.js"
    type="text/javascript"></script>
    <script src="../SpryAssets/SpryHTMLDataSet.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("include_header.html",
    "header_menu_test");
    ds1.setColumnType("column0", "html");
    //-->
    </script>
    <link href="p7epm/epm1/p7EPM01.css" rel="stylesheet"
    type="text/css" media="all" />
    <script type="text/javascript"
    src="p7epm/p7EPMscripts.js"></script>
    </head>
    <body>
    <span spry:detailregion="ds1">{column0}</span>
    </body>
    </html>
    External page with elevator panel magic
    ("include_header.html")
    <!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" />
    <title>Untitled Document</title>
    </head>
    <body>
    <div id="header_menu_test">
    <div id="p7EPM_1" class="p7EPM01">
    <div id="p7EPMt_1" class="p7epm_trigs">
    <ul>
    <li class="t1"><a href="#p7EPMc1_1"
    id="p7EPMtrg1_1">New Heading Text 1</a></li>
    <li class="t2"><a href="#p7EPMc1_2"
    id="p7EPMtrg1_2">New Heading Text 2</a></li>
    </ul>
    <div class="p7epm_ie5clear"> </div>
    </div>
    <div id="p7EPMdw_1">
    <div id="p7EPMw1_1" class="p7epm_cwrapper">
    <div id="p7EPMc1_1" class="p7epm_content pan1">
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing
    elit. Quisque congue tristique eros. Nulla facilisi. Quisque sem
    mauris, ullamcorper ac, gravida id, mattis id, sapien. Nullam
    adipiscing enim dapibus felis. Fusce a nisi in odio pulvinar
    fringilla. Nunc blandit interdum metus. Duis leo nunc, sollicitudin
    ut, fermentum congue, pharetra eu, massa. Suspendisse potenti.
    Morbi commodo mauris. Ut at pede. Ut id nisi. Donec scelerisque
    urna quis ligula. Praesent est. Vestibulum scelerisque. Curabitur
    quam. Fusce rhoncus pellentesque ipsum. Aenean venenatis metus ac
    quam. Maecenas lacus lacus, sagittis vitae, congue at, euismod eu,
    urna. Maecenas vitae purus. Praesent eros lectus, porta et, semper
    nec, molestie eget, tortor.</p>
    </div>
    </div>
    <div id="p7EPMw1_2" class="p7epm_cwrapper">
    <div id="p7EPMc1_2" class="p7epm_content pan2">
    <p>Lorem ipsum dolor sit amed sed diam nonummy nibh
    euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit
    in vulputate velit esse molestie consequat, eu feugiat nulla at
    vero eros et accumsan et odio qui blandit praesent luptatum augue
    duis dolore te feugait nulla facilisi.</p>
    <p>Lorem ipsum dolor sit amed sed diam nonummy nibh
    euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit
    in vulputate velit esse molestie consequat, eu feugiat nulla at
    vero eros et accumsan et odio qui blandit praesent luptatum augue
    duis dolore te feugait nulla facilisi.</p>
    </div>
    </div>
    </div>
    <!--[if IE 5]><style>.p7epm_trigs a {height:
    1%;}.p7epm_ie5clear {clear: both;}</style><![endif]-->
    <!--[if IE 6]><style>.p7epm_trigs, .p7epm_trigs
    a {height: 1%;}</style><![endif]-->
    <script type="text/javascript">
    <!--
    P7_opEPM('p7EPM_1',1,1,1,0,0,1000,0);
    //-->
    </script>
    </div>
    </div>
    </body>
    </html>
    **********************

    I think it is a bit too late you're 'finally experimenting' with Spry.
    Spry has been deprecated from Adobe and is now been made Open Source on GIT - meaning Adobe will no longer officially support Spry tools. The next major release of DW will most probably get rid of Spry, for good.
    Read here: http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    jQuery is the way ahead. You may want to switch to jQuery - since anyway you've mentioned you're just 'experimenting' at the moment. That way, you're not spending time on something that is no longer being supported/ developed by their developers.
    -ST

  • External page opened in same window

    Not sure if this is the right place for this but thought I'd try. I have a product page with a link that says options. What I want is that when the "options" link is pressed I want an external page that would be relativly small to open infront of the product page but in the same window with the product page ghosted out, much like many websites do with a photo slide show. Any direction or ideas is greatly appreciated. Thanks

    Google "thickbox" for one way to do exactly this.  Alternatively, there are commercial extensions for DW that will do the same - see for example http://www.projectseven.com -> LightShowMagic.

  • Designing Embedded HTML Page with iWeb

    I designed a html page with with an embedded html page within it. It all looks fine in iWeb, but when I upload the page to the intenet and I try to view this page it does not come up properly. Although I initially see the page come up as I designed it (for a fraction of a second) it then disapears and I only see the page I embedded on my page.
    I added the following codes in HTML Snippet:
    <object data=http://www.mls.ca/PropertyResults.aspx?&vs=Residential&ret=300&curPage=PropertySearch.a spx&sts=0-0&beds=0-0&baths=0-0&bt=1%2c16%2c17&atsg=%2c&ci=cartierville&pro=4&mp= 500000-0-0&mrt=0-0-4&trt=2&of=1&ps=10&o=D width="600" height="400"> <embed src=http://www.mls.ca/PropertyResults.aspx?&vs=Residential&ret=300&curPage=PropertySearch.a spx&sts=0-0&beds=0-0&baths=0-0&bt=1%2c16%2c17&atsg=%2c&ci=cartierville&pro=4&mp= 500000-0-0&mrt=0-0-4&trt=2&of=1&ps=10&o=D width="600" height="400"> </embed> Embedd a web page within another web page. </object>
    <object data=http://www.mls.ca width="600" height="400"> <embed src=http://www.mls.ca width="600" height="400"> </embed> Embedd a web page within another web page. </object>
    As I said, the above pages come up fine in iWeb but not when I search them with Sagari.
    Can someone please help with this. Thanks, Padano

    This is the proper code :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    You can also use this :
    <div style="width: 650px; height: 650px">
      <script language="JavaScript">
        location.replace('../../../your files.html');
      </script>
    </div>
    Source : iframe alternative in the HTML Snippet
    And on this page you can see how to use <object> for html, png and jpg files :
    Embed content with the <object> HTML element

  • IWeb 09 photo album loses hyperlinks to external pages

    I have an album of images on my site and have hyperlinked the image caption text to open videos on external pages. This always worked fine in iWeb 08, in fact the images themselves on the main album page automatically became hyperlinked, which was cool. Upgraded to 09 and published (fortunately on a temporary site and not my live site), and now whether you click on the image or the text nothing happens. If you click on an enlarged image it just forwards to the next image.
    Am using Transmit to upload, uploading to my site hosted on machighway, not mobileme.
    Links work fine and open when I'm in iWeb. Tried dragging the index file to the browser and the links don't work, so obviously the problem is with iWeb 09. So my request to Apple--give us a "revert/undo" command that will take our imported docs and application back to the earlier version of software while you debug AFTER product launch. I really really hope this is fixed soon with a new version because my clients expect me to upgrade my site monthly and I'm dead in the water now until Apple fixes this.

    I'm right there with you, and echo bjaquez's post. I've been frustrated by the situation. Been working (2) trials/options; create an album and try to hyperlink, and create a page and try to hyperlink. First, let me give some history.
    I have about 140 photos of books to put on my site's Publications Page; plan is to hyperlink each book photo to the site where it can be purchased (external link). I reviewed the import options the Help menu provides for bringing all the photos into iWeb; one option open the Media Icon at the bottom tool bar. I found the photos in my iPhoto section, selected & imported. The issue here is it imports all photos, stacked on top of each other. When I attempt to spread them out and down the new page, iWeb will not let me scroll down the page any further, even when I've expanded the rows, columns, spacing, etc.
    Option 2 was to prep the photos in iPhoto, then export to iWeb as a new page. That worked great, all photos carried over, etc.
    Now, regardless of how I do it, when I open the Inspector, the Hyperlink "enable" is grayed out. It will not allow me to hyperlink the photos.
    I'm definitely not a Mac guru, but pretty stoked how much I've learned this past year. I think the inability to hyperlink on an Album page makes sense in some weird way (maybe it's not weird and I've got it right, anyone can let me know) because I noticed once you click on a photo, it blows up in size so you can do a slide show or see the next photo. So, I'm thinking this would override a Hyperlink ability, or if it did Hyperlink, it would override the ability to blow up the size of the photo.
    So, my next thought is to tackle this from creating a new page and dragging the photos over one by one and hyperlink.
    Any feedback is helpful. Is it twisted to be frustrated, but intrigued at the same time as I feel like a sleuth trying to solve the crime

  • Will spry show a javascript function from an external page?

    I have two pages
    http://www.autosnetfree.com/clock_buttonajax.php //this page has the spry calling the external page.
    http://www.autosnetfree.com/clock_auction1.php //this page has a countdown clock to a future date
    The buttonajax page has a submit button which updates a database with the current date plus 60 seconds.
    The countdown clock page pulls that future date from the database with a recordset
    The spry on the buttonajax page is
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryStackedContainers.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    var ds2 = new Spry.Data.HTMLDataSet("clock_auction1.php", "countdowncontainer", {useCache: false, loadInterval: 1000, distinctOnLoad: true});
    //-->
    </script>
    </head>
    <body>
    <div spry:region="ds2" class="StackedContainers">
      <div spry:repeat="ds2" class="RowContainer">
        <div class="RowColumn">{column0}</div>
      </div>
    </div>
    The button updates but the called page with the javascript function does not show?
    thanks for your help,
    -Jim balthrop

    It looks like you need an onPostLoad observer that updates the region similar to what is done here http://labs.adobe.com/technologies/spry/samples/data_region/SharingDataBetweenDataSets.htm l

  • Embedding ADF page in OAF

    Hi,
    We have a requirement where we have to call ADF page as a region in OAF page.
    We are able to deploy ADF application on Web logic server and call them as a standalone application in OAF using "Function and Menu".
    Also, I understand that ADF and OAF interaction back and forth is not possible. ATG seems to be working on this for handling session management.
    However, I need to understand if there is any mechanism by which ADF pages can be embedded in OAF page as a region and work as a region in Oracle Ebiz Suite OAF pages?
    It seems that OAF Rich Interface allows embedding ADF pages in OAF.
    Appreciate some guidance on this.

    Hi YJ,
    Yes, we (ATG) are still working on session management between OA Framework and Oracle ADF, as well as other features of the Oracle E-Business Suite SDK for Java. Stay tuned for an announcement on Steven Chan's blog at https://blogs.oracle.com/stevenChan when that becomes available. My Oracle Support Note 974949.1 will be updated with further information at that time.
    Embedding an Oracle ADF region in an OA Framework page requires, at a minimum, that you create an EBS function security function for your ADF page and add a richContainer item to your OA Framework page that calls the function. You may need session management features depending on what you are trying to do with it. We haven't worked out all the nuances yet for more specific guidelines, sorry.
    Thanks,
    Sara
    (PS--I posted this in the OA Framework forum too)

  • IWeb External page Hyperlink within MobileMe/iDisk

    For the last few years I have had my iWeb site set up on my MobileMe Home/iDisk, I note that iWeb files are kept at Home > Web > Sites which contains _gallery, Sites.rss and my home pages.
    I have created a genealogical web site using Reunion v9.0b which is kept at MobileMe > Home > Sites. This site was linked to my iWeb pages via a Hyperlink Link To: An External Page. The URL has been http://homepage.mac.com/adrianskehan/Sites/skehan/index.htm which has worked OK. for the last few years.
    The Problem is that the HomePage web application went offline on July 7, 2009. As of that date, members are unable to create new pages or edit pages you have already published.
    While I can get a link to connect to any other file in the Reunion set it will not connect to the INDEX files???
    Now that I have had to update the Reunion Files how do I link it back to my iWeb pages?
    Message was edited by: Adrian Skehan

    Unfortunately that does not work, it comes up with the following:
    Looking for something on MobileMe?
    We can't find the page you requested. Please make sure the URL is spelled and capitalized correctly, and try again.
    If I make the URL: http://homepage.mac.com/adrianskehan/skehan/index.html I get:
    This page contains the following errors:
    error on line 12 at column 14: AttValue: " or ' expected
    Below is a rendering of the page up to the first error.
    The footer is the only part of the page that shows.
    Skehan Family History
    A. P. Skehan
    I have tried rebuilding the site changing the index page to each preference in Reunion and resetting the Link for each but get the same result.

  • Advantages & disadvantages with embedded, external use of sub reports

    Hi Guys,
    I have a Question on "re-import subreport when open" option, which is available for sub report and it will reimport the sub report every time when we open the main report.
    With that option we can see every modification until when we open that report.
    My question is, does we have any document which specifies the Advantages & disadvantages of using Embedded, external(re-import) subreports in Main reports.
    And i have one more scenario, i have a subreport which is used in ten reports. In every report i am taking the same Sub report from shared location and check the option "reimport subreport when open". So when i apply any change that change will applied for all ten reports at my next schedule.
    My Question is: if the Subreport executes 10 minutes and i scheduled all the 10 main reports at a time. At that time does the sub report lock for one report or it will use for all the 10 reports? Can anyone give brief explanation about this?
    Regards,
    Naga.

    hi Naga,
    the only advantage to this feature is that changes are reflected when opening your report. that's it....useful for changes when you're in dev mode. disadvantage may be slight loss of speed vs. just embedding the subeport and then manually reimporting.
    the second question should probably be directed to the bi platform and not in cr design as you're scheduling.
    -jamie

  • Bidirectional communication between Shockwave Player and embedding web page

    Can the 3D content in a Shockwave Player object be
    manipulated by JavaScript from its embedding web page somehow ?
    That is can the Shockwave Lingo/JavaScript capabilities be
    leveraged from OUTSIDE the Shockwave movie ? And can the Shockwave
    movie call arbitrary JavaScript functions which are defined in its
    embedding web page ?

    Check out
    http://dasdeck.de/staff/valentin/lingo/dir_js/

  • External Page Displayed In Page Fragment

    Hello,
    I am attempting to replicate the method in which frames work by using Page Fragments. I have a header at the top of the page and a "frame" along the left side of the page that allows for navigation. The rest of the web page is an area that updates based on the navigation selection that is made. I would now like to have one of the navigation buttons load a page fragment that contains an external page. Whenever I use getExternalContext().redirect(...) method inside of the Page Fragment, I am totally redirected to the external site and I lose my "frames" functionality. Thanks for the help.
    Scott

    Page Fragments are not like frames; a page fragment is -inlined- into the document by the server. Look at the source in the browser (View Source); the server sends a single html page to your browser.
    If you want frames-like functionality in the browser, you'll need to use frames. You might be able to use iframes too.
    -- Tor
    http://blogs.sun.com/tor

  • Link iWeb Page To External Page

    How do I link a page I've created in iWeb to my Blogger site? Meaning - when folks click on "Blogs & Podcasts" in the iWeb index, they will be automatically brought to my Blog site (external page)? I've tried everything and nothing seems to work!
    I don't want to have an image on my iWeb Blog page where it's hyperlinked...I literally want folks to just be brought to my external Blogger page. Is this possible?

    Hi Juliet,
    You could create an auto-popup window you will find instructions on the following page
    http://alyeska.altervista.org/en/iWeb_Music.html
    BUT the auto popup window will not work for those whom have set their browser to block popup windows (for security reasons and because they're annoying sometimes...)
    Another solution would be to embed the Blog into an iWeb page using an iframe like the example on this page:
    http://alyeska.altervista.org/en/iWeb_Blogging.html
    Another solution is provided here
    http://discussions.apple.com/message.jspa?messageID=6741625#6741625
    Regards,
    Cédric

  • Making navigation to an external page in faces-config.xml

    Hi all,
    I want to make a navigation to an external page in faces-config.xml, or for example to an absolute URL like www.oracle.com. Is there a way to put a navigation like this in faces-config.xml? As I know the <to-view-id> tag only references a relative page address on the ViewController project.
    Thanks in advance,
    S/\EE|)

    I want to go to a page of another application (I've split my application into several applications) so I need to use absolute address. As the external page is part of my application, I want to see it in my faces-config in order to know the outgoing pages from my page and manage them when necessary.

Maybe you are looking for