Inserting a page from another website?

i am a dreawaever novice!
i have to make this a website and a video, i found a great
java tour
http://www.pan3sixty.co.uk/tours/uoh/java-map.htm
i want to put it into my web page so it plays. can i do this?
another thing!
I have tried to a swf video file that i made in flash but it
does not play when i preview the page, but play when play is
pressed in the properties toolbar?
please help me
thanks in advance!!!!!

Technically, you can open an an URL inside of a web page
using the IFRAME tag in HTML. This may not be the right thing to do
if the owner of that page does not give you approval to do so.
A Flash movie (swf file) will not play in Design View unless
you use the Play button in the Property Inspector. You can see the
Flash movie play if you preview the web page in a browser (F12 or
Preview in Browser from the File menu).

Similar Messages

  • How to access a page from another website in to the portlet

    Hai,
    I need this specific requirement. In a portlet that is written in jsp, i need to access another page which is running in another server.I will explain what is my requirement clearly.. In a portlet, i have to acess a page from another site, and i have to pass a parameter directly. If i use URL-Based Portlet with passing parameters, It ask the user to enter the parameter and submit the page.. But what my need is, i have to pass the parameter directly. what i am planning is in a new tab, i will add a portlet, where i need to access the another website page..when the user opens that tab, it directly shows that website..... How do i proceed...
    Can anybody help me.. Its URGENT....
    If possible send me the code..
    my mail id: [email protected]
    Thanks in advance
    damodar

    Damodar,
    To include an existing JSP page as a portlet have a look in the PDK section http://portalcenter.oracle.com there is lots useful information. The two things you might find most relevant is a paper on creating java portlets. This paper has a section on turning an existing JSP page into a portlet
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/HOW.TO.BUILD.A.JAVA.PORTLET.USING.PDK.JAVA.V2.HTML
    and to pass parameters and events
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/OVERVIEW.PARAMETERS.EVENTS.HTML
    Hope this helps,
    Candace

  • I downloaded Firefox 4. Now I no longer have the icon to automatically return to my home page from another website. How do I get it back?

    The entire toolbar is different, but most especially there is no icon (used to be a little house) that I can click on to return to my home page. Using Vista

    The home page icon has by default been moved to the right hand side of the navigation toolbar. You can move it back to where you want - https://support.mozilla.com/kb/how-do-i-customize-toolbars

  • Display from another website

    Hello all,
    I need to display a page from another website in my jsp. I'm using Sitemesh to build the header, footer and layout of the page, but I need to bring a page from another website to display in the body. I have searched the internet and haven't found any good posts/articles/tutorials/ect. on the subject. Could someone please point me in the right directions.
    Thanks,

    Use a tool that gets data from a URL then sets a JSTL tag. You can use the tag then to place the new content. Please only do this if the site belongs to you. This will be frowned at if not.
    Simple class to get a URL
    package uk.co.classfinance.curl;
    import java.io.DataInputStream;
    import java.io.DataOutputStream;
    import java.io.IOException;
    import java.io.UnsupportedEncodingException;
    import java.net.URL;
    import java.net.URLConnection;
    import java.net.URLEncoder;
    * Grabs data from an URL after passing parameters in a POST or GET request
    * @author Garry Taylor
    public class WebFetch {
         private String Url;
         private String Method;
         private String Response;
         private String PostData;
         public WebFetch() {
              this.PostData = "";
              this.Method = "POST";
         public void setUrl( String value) {
              this.Url = value;
         public void setMethod( String value) {
              this.Method = value;
         public String getUrl() {
              return this.Url;
         public String getMethod() {
              return this.Method;
         public String getResponse() {
              return this.Response;
         public void setPost(String name, String value) {
              String prefix = "";
              if( this.PostData.equals("") ){
                   prefix = "";
              } else {
                   prefix = "&";
              try {
                   this.PostData += prefix + name + "=" + URLEncoder.encode (value, "UTF-8" );
              } catch (UnsupportedEncodingException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         public String getRequest() throws IOException {
              URL url;
              URLConnection urlConn;
              DataOutputStream printout;
              DataInputStream input;
              // URL of CGI-Bin script.
              url = new URL (this.Url);
              // URL connection channel.
              urlConn = url.openConnection();
              // Let the run-time system (RTS) know that we want input.
              urlConn.setDoInput (true);
              // Let the RTS know that we want to do output.
              urlConn.setDoOutput (true);
              // No caching, we want the real thing.
              urlConn.setUseCaches (false);
              // Specify the content type.
              urlConn.setRequestProperty
              ("Content-Type", "application/x-www-form-urlencoded");
              // Send POST output.
              printout = new DataOutputStream (urlConn.getOutputStream ());
              String content = this.PostData;
              printout.writeBytes (content);
              printout.flush ();
              printout.close ();
              // Get response data.
              input = new DataInputStream (urlConn.getInputStream ());
              String str = "";
              String result = "";
              while (null != ((str = input.readLine()))) {
              System.out.println (str);
              //textArea.appendText (str + "\n");
                   result += str + System.getProperty ( "line.separator" );
              input.close ();
              return result;
    }

  • Insert Pages From another File?

    HI Everyone,
    Is there a way I can insert entire pages from one file into another?
    I'm working on a document and need several pages from another file - is there a way I can import or insert?
    Cheers
    Darryn

    Open your files & show thumbnails. Sections have a yellow border around all of the pages in that section. Now click on the page in the thumbnail pane & copy. If the file is more than one page & you only want one, you'll need to insert a section break to separate the pages. Then go to your other file, click in the thumbnail pane & paste. The whole copied page will be pasted in. Repeat with another section. Styles will copy over with the sections but headers & footers will not.

  • If I try and follow a link from another website to open another I get awclick.php (GIF Image 1x1) pixels in a new tab instead of the web page I want.

    I was trying to open a website as a link from another website and I get a new tab that says
    awclick.php(GIF Image 1x1 pixels)
    I can open the website without clicking on a link to it by just typing in the address but as this is a cash back site I am linking from it doesn't help!

    You're welcome

  • Giving Error while forwarding a page from another page

    Hi I am getting below error while forwarding a page from another page.
    Please reply as i am new to OA frame work.
    oracle.apps.fnd.framework.OAException: No data found for region (/mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:519)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG, XML Path = C:\Soumya\JDeveloper9\jdevhome\jdev\myclasses\JRADXML;C:\Soumya\JDeveloper9\jdevhome\jdev\myprojects;C:\Soumya\JDeveloper9\jdevbin\jdev\oamdsxml\fwk. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /mhe/oracle/apps/ak/susanta/webui/EmployeeUpdatePG, XML Path = C:\Soumya\JDeveloper9\jdevhome\jdev\myclasses\JRADXML;C:\Soumya\JDeveloper9\jdevhome\jdev\myprojects;C:\Soumya\JDeveloper9\jdevbin\jdev\oamdsxml\fwk. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:45)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    refer http://prasanna-adf.blogspot.com/2008/02/deploying-oafwk.html
    to know about how to import the PG into the instance..
    --Prasanna                                                                                                                                                                                                                                                                                       

  • When i send a page from a website to my printers email address, it only prints the url not the page

    I have a Photosmart D110 all in one and just bought a Asus Transformer tablet. I`ve downloaded the eprint app and every time I share a page from a website via email to my printers email address it only prints the URL not the actual webpage. Also when I click the share option it gives me the option to share with the eprint app, but when I do it say it can't read or support the file due to paper size not being selected.
    This question was solved.
    View Solution.

    Hi,
    The HP ePrint does not support web pages printing
    Printing Web pages through email is currently not supported. HP is in the process of developing solutions to support Web page printing for mobile devices.
     http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02881579&cc=us&dlc=en&lc=en&product=5058336#N91...
    You may print web pages using the HP ePrint Home & Biz app by using its integrated web browser:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01616126&lc=en&cc=us&dlc=en&product=3857218#N58...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How do I save pages from my website in PDF, and prove the image was capture on a given date?

    How do I save pages from my website, [link removed] into a PDF file, with proof of the date the pdf file was created on? I need to display the content of each unique url of my site in PDF format for compliance purposes, and prove the image was taken from a given date. Anyone can help that would be great.

    Impossible to do with Reader. If you own Acrobat and use Create PDF from Webpage. The document will have a creation date. If you then sign the pdf on the date of creation, you have proof of when the document was created and proof that the document wasn’t altered since signed.

  • Include a page from another context in a facelet

    Hi,
    I'd like to know how to include a facelet page from another context using JSF. Something similar was done for JSPs in this thread
    http://forum.java.sun.com/thread.jspa?threadID=451823&messageID=2053784
    I'm using <ui:include > in the facelet and tomcat 5.5, but I'm not sure if I should use the FaceletContext -> ServletContext -> RequestDispatcher, etc. and in what way in the facelet.
    thanks!

    That only appears to work within the same context, i.e., if I have two contexts:
    webapps/context1
    webapps/context2
    and the original facelet is in context1, I cannot ui:include a facelet from context2. Doesn't work.

  • Why is there no option for a Black ipod anymore/ I've seen the option on other websites, but this website no longer has it. And if I get the Black iPod Touch from another website, will it be old and IOS 6, because the option went away long before IOS 7

    I want a Black iPod Touch Fifth Generation, however I do not see an option for it. I have seen the option before, but it is no longer there, just like the option for a White iPod Touch. I still see the option for a Black iPod on other websites, such as Amazon. I wonder if it will not be updated and slower if I buy it from another websites that sell a Black version, because I think Apple might have eliminated that option for the iPod Touch Fifth Generation.

    No there is the option for a black iPod touch 5th Generation. However, they call it Space Gray now. It provides a black front screen and a slightly gray colored aluminum on the back.

  • Acrobat X Pro makes text disappear from a page when I insert that page into another PDF

    I printed a single page Microsoft Project schedule to PDF using Acrobat X Pro.  All good.  I then inserted that one page into another PDF document using Tools/Insert Pages/Insert from File.  Much of the text in the inserted page goes missing after inserting that page into the other PDF document.  How do I prevent this disappearing text problem?

    Does the inserted page have a lot of markup? I do not think the markup will insert.

  • Inserting existing page from one document to another

    Hi,
    I have 2 documents. The first one is 4 pages and all pages are 8.5" x 11". The second document is 1 page and is 8.5" x 14".
    Is it possible to insert the 8.5" x 14" page from the second document into the first document, but make it the 4th page? (therefore making the original 4th page in the first document the 5th page...it's a revision history table so it has to be on the last page and I would prefer the 8.5" x 14" page (a flow chart) to come before it.
    Apologies if this is a bit confusing....
    Thanks!

    I have successfully created the document with the different page sizes, however my page numbers are not updated. The first file is 4 pages and is numbered in the footer as Page # of #.
    I have inserted this same variable in the second file. After the book is updated and converted to PDF, the first four pages say Page 1 of 4, Page 2 of 4, etc. and the last page says Page 5 of 5.
    Is there any way to have the first four pages reflect the correct page numbering (i.e. Page 1 of 5, Page 2 of 5, etc).

  • When I open a link from another website ForeFox puts a messagge at the top of the new link saying that it has blocked the websiste from transferring me to a new

    When I open a link for another website Firefox opens a new tab but puts a line on the top of the new page saying that Firefox has blocked the website from transferring me to another page.
    I have to press ALLOW before Firefox will open the new page.
    How can I solve this problem.
    Many thanks in advance.

    hello betth007, in order to get effective help, please open a new question at https://support.mozilla.org/en-US/questions/new instead and include a bit more details about your issue (what kind of error message are you getting, etc.). thank you!

  • Link from another website

    I want to use the iWeb blog software, but I have a website that does not use iWeb. Can I link the iWeb blog from my website?
    Thanks!

    I am assuming that your web site is hosted by another host, and that you also have a MobileMe account with Apple. If taht's the case, here's what I would do:
    1. Create a an iWeb web site with just your Blog page in it, then publish it to MobileMe.
    2. Create a "Blog page" in your other web site's navigation menu and link it to your index.html file which iWeb uploaded to MobileMe.
    If I'm not mistaken, that ought to work.

Maybe you are looking for

  • Blackberry Accessibility, features and functions

    Recommendations: The Blackberry Screen Reader setting "silent on call" should either be expanded to include when the blackberry Assistant is operational or a separate switch should be provided to avoid conflicts. There should be a way to mute the scr

  • 2015 VCDX Workshop Dates

    Folks, Below is the current list of dates that we would like to hold the 4-hour VCDX Workshop class.  These do Coincide with the local VMUG's and are the day BEFORE in the afternoon so that people don't end up losing the day of the VMUG for the 4-hou

  • Integration bet Training & Event Mgmt & Time Mgmt - IT2002

    Hi, Please refer to the below scenario: 100 employees(attendees) attend a training event(Business Event).Because we have an integration of TEM with TM, so IT 2002 for all the employees gets updated. However there are few(around 20)employees whose IT2

  • OS X 10.5.8 to Lion Upgrade - ?Functionality Loss

    If I upgrade my iMac operating system from OS X 10.5.8 to Lion, how can I predict what functionality I will lose with programs that are running fine on OS X 10.5.8?

  • MacBook Pro will not load Final Cut Studio 2 Install disc?!

    So, this is the first time in all my years as a Mac user that I haven't been able to find info online about a problem I'm having with my machine. Firstly, I've never had optical drive issues. Secondly, all other disks I try are still loading and play