Opening an outside url in a frameset

Hi there,
I have Dreamweaver 8. I am trying to create a page that needs
to open an
outside site (our supplier's site) in the main frame. I have
read the HELP
pages but can't figure out how.
The site that I want to open in the main frame is
http://www.thecorporatechoice.com/
(not on my server) - then in the left
frame I want to have navigation buttons and in the top frame
I want my
contact info - (both of which will be on my server).
I tried to follow these instructions in the Help:
To open an existing document in a frame:
1.. Place the insertion point in a frame.
2.. Select File > Open in Frame.
3.. Select a document to open in the frame, then click OK
(Windows) or
Choose (Macintosh).
4.. The document appears in the frame.
But it doesn't. I can't get the url to stay in the URL field.
Can someone tell me how to do this?
Thanks,
Peter

Nevermind. I figured it out. Thanks anyways.
"peter" <[email protected]> wrote in message
news:egr965$hi7$[email protected]..
> Hi there,
> I have Dreamweaver 8. I am trying to create a page that
needs to open an
> outside site (our supplier's site) in the main frame. I
have read the HELP
> pages but can't figure out how.
>
> The site that I want to open in the main frame is
>
http://www.thecorporatechoice.com/
(not on my server) - then in the left
> frame I want to have navigation buttons and in the top
frame I want my
> contact info - (both of which will be on my server).
>
> I tried to follow these instructions in the Help:
> To open an existing document in a frame:
> 1.. Place the insertion point in a frame.
> 2.. Select File > Open in Frame.
> 3.. Select a document to open in the frame, then click
OK (Windows) or
> Choose (Macintosh).
> 4.. The document appears in the frame.
>
> But it doesn't. I can't get the url to stay in the URL
field.
>
> Can someone tell me how to do this?
>
> Thanks,
> Peter
>
>
>

Similar Messages

  • Opening an external url in the same browser

    Hi all,
    I need to open an external URL (for instance,www.google.com) from my WDA application by 'linktoaction' or 'button' event and this should be happen in the same parent window and not as a external window.
    Please suggest me steps with example codes to perform this.
    Regards,
    Dinesh

    Why use a linktoaction?  Just use a linkToURL.
    [http://help.sap.com/saphelp_nw70/helpdata/EN/49/e8884118aa1709e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/49/e8884118aa1709e10000000a155106/frameset.htm]
    You can use the target property to control how the link opens. 
    If you must use a button or linkToAction, the you will have to use an Exit Plug:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bc575ba064574e10000000a114a6b/frameset.htm]

  • Open a Dynamic URL from a Table column link

    Hi,
    Jdev Version (11.1.1.6.0)
    I have requirement to open a dynamic URL from table column. Any time I click on link, it should generate dynamic URL based on column attribute and open in popup or browser. Can someone pls suggest how to achieve this.
    Thanks
    Ank

    1)If you have any parameters that needs to be passed to build that dynamicURL, just set a propertyListener on the column attribute and get the value.
    2)Then on the af:commandLink action, build your dynamicURL with the required parameters.
    3) If you URL is all together a different application which doesn't share your transaction, you can open it as below
    In the below code, urlWithParams will be your dynamicURL.
    ExtendedRenderKitService erks =
    Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    StringBuilder sbURL = new StringBuilder();
    sbURL.append("window.open(\"" + urlWithParams + "\");");
    erks.addScript(facesContext, sbURL.toString());
    You can also try the above response by user 948181.
    Hope it helps.

  • How do I move from one website to another using Safari, while still allowing Pandora to provide music in the background? It seems that when ever I open a new URL, I lose Pandora.

    How do I move from one website to another using Safari, while still allowing Pandora to provide music in the background? It seems that when ever I open a new URL, I lose Pandora.

    Try running Pandora in its own tab and leaving that tab open (Safari 7.1.5, OS 10.9.5).  I don't have Pandora to try this, but it works for me otherwise.
    Good luck
    srb

  • Opening a long URL on click of button in CRM Web UI

    Hi Experts,
    I am facing an issue while opening a long URL (length greater than 255 char) on the click of a button in CRM Web UI.
    I have declared an attribute zv_url type string and populated the variable in event handler.
    Thereafter I have written below logic in .htm:
    <script type="text/javascript" language="javascript">
    window.open("<%=controller->zv_url%>").focus();
    </script>
    But the logic is not opening my URL, it is just opening a web window 'res://ieframe.dll/http_400.htm' with error page HTTP 400 Bad Request.
    If I try to modify the variable zv_url in debugging with a short url say 'http://www.google.com', it works correcly but due to the length of url, the logic is opening error page.
    Can you please help me out with this issue?
    Thanks in advance,
    Nitin Karamchandani.

    Hi Nitin,
    i will give you one suggestion when you click on button this url you need to open right.
    i have faced same problem last time. so at that moment i have done my code in do_prepare_output.
    when ever your declare your button properties there is one property onclientclick.
    CONCATENATE 'javascript:window.open( "http://YOURLINK.com:8000/sap/bc/gui/sap/its/webgui/!?~transaction=TCODE&~okcode=ICEXECUTE&sap-user=crm_remote&sap-password=sap_user&sap-client=300&IP_VBELV=' zvbeln '&~okcode=/00&");' INTO
    lv_string.
       ls_button-type     = cl_thtmlb_util=>gc_icon_print.
       ls_button-text     = 'PRINT'.
       ls_button-enabled  = me->view_group_context->is_view_in_display_mode( me ).
       ls_button-on_click = 'PRINT'.                             "#EC NOTEXT
       ls_button-on_client_click = lv_string.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
    try this..
    Thanks & Regards,
    Srinivask.

  • Opening a new URL in an existing browser window from a Java application

    I've tried one of the many codes to open a new browser window and it works, but I need something else.
    Is there any way to open a new URL on the same window on a Java desktop application? (Changing the URL on the current browser window without opening a new one, I mean).

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • How to add an outside url link to a navagation button in Dreamweaver Cs5.5

    How or can I add an outside url link to a navagation button in Dreamweaver Cs5.5. If I try the properties/link it says that the link is an html and not a css.....
    Thank you

    Linking is done in HTML, not CSS (with the exception of a link to a background picture)
    So, if your navigation is a list, you'd have the following in your HTML:
    <nav>
         <ul>
              <li><a href="index.html">Home</a></li>
              <li><a href="about.html">About</a></li>
              <li><a href="books.html">Books</a></li>
              <li><a href="http://www.myexternalwebsitelink.com/inboundfromotherwebsite.html">External Link</a></li>
              <li><a href="contact.php">Contact</a></li>
            </ul>
    </nav>
    Here, in the example above, I'm using the HTML5 <nav>, but that could be an HTML4 <div class="nav"> and you will see a link to an internal page on the same website server for Home, About, Books and Contact with "External Link" pointing to another website external to the one we're on.
    Make sense?

  • When I open a new URL I want it to open in a new tab instead of replacing the last tab in line.

    When I have several tabs open and I open a new URL the new URL replaces the last tab on my bar. I would just like for the new URL to open in a new tab.

    Did you have the Google Toolbar installed?
    * http://www.google.com/support/toolbar/bin/answer.py?answer=115561 Web-browsing tools : Google new tab page and most visited websites
    Other extension that have a similar feature:
    *Speed Dial: https://addons.mozilla.org/firefox/addon/4810
    *Fast Dial: https://addons.mozilla.org/firefox/addon/5721

  • How do I get connected to a server on my network via an IP address?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    I am new to Mac...How do I get connected to a server on my network via a hyper link IP address path?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    Some of the following is going to use some technical terms — this area is inherently somewhat technical. 
    If you don't understand some part of the following reply, please ask.
    Is this your own OS X Server system on your own network, or is this some other server within some larger organization? 
    You're posting this in the OS X Server forum, which is a software package that allows OS X systems to provide web-based and many other services; to become servers.
    If it's your OS X Server on your network, then the network and DNS configurations are suspect, or the server is somehow malfunctioning or misconfigured.   This is unfortunately fairly common, as some folks do try to avoid setting up DNS services.
    If it's a larger organization and somebody else is managing the server and the network, then you'll probably need to contact the IT folks for assistance; to learn the network setup and DNS requirements, and if there's a problem with the server itself.
    The basic web URL "hyper link IP address path" — without using DNS — usually looks something the following, where you'll need to replace 10.20.30.40 with the IP address of your server:
    http://10.20.30.40
    UptimeJeff has posted a URL that specifies the AFP file system; an OS X file share.  That's used if you're connecting to an Apple storage service somewhere on your network.  You might alternatively need to specify smb://10.20.30.40 or such, if it's a Windows file server.  (There can be additional requirements for connecting to Windows Server systems, too.)
    If there's local IT staff available here, please contact them for assistance.  If these are your own local systems and your own local OS X Server system, then some information on the server will be needed.  (If you're on a NAT'd network, you'll also need to get DNS services configured and working on your local OS X Server system and your network — you'll not be able to skip this step and reference ISP DNS servers here — or things can and usually will get weird.)

  • MAC - Can't open a link/URL in a new tab inside a folder

    I can't open a link/URL in a new tab inside a folder from a Mac. I am sure I can do that in PC. Please advice. Thanks in advance.

    Does the URL go to a regular web page, or another kind of file (e.g., PDF, PowerPoint)?
    If you right-click the link and choose Copy Link Location, then paste to the address bar and press Enter, does Firefox load the link as expected?

  • Open a new url in new window

    Hi all,
    I have implemented an application & integrated in EP. In my view i have provided a link on click of which i should be able to open a separate url in a new window.
    Again, I need to pass some url parameters which should not be visible in the url string when i am opening that url in new window.
    Any suggestions...
    Thanks,
    Arch

    Hi,
    First u have to create outbound plug in interfaceview
    1)Open the node WebDynpro -
    > Web Dynpro Components -
    > <ComponentName> -
    > Component Interface -
    > Interface Views in that click <interfacename> interface view .
    2) Select the Plugs tab in the Plugs area.
    3)Choose New next to the outbound plug table.create new outbound plug.for example,Name GotoUrl, and choose Type Exit Plug.
    4)Select the new outbound plug GotoUrl and choose New next to the parameter table.taEnter the name Url datatype as STRING.
    5)Open the view in the View Designer and select the Properties tab. Choose Add next to the Required Controllers table and add the <interface name>InterfaceView
    Place 1 button and check,
    onActionButton write this code
    wdThis.wdGetSampleInterfaceViewController().wdFirePlugGotoUrl(
    "http://www.google.com");
    Regards,
    Suresh.T

  • In a new tab, how do I get the cursor to open to the url line?

    When a tab opens I need to click on the url line. In past version of firefox the cursor opened on the url line

    What is the location (URL) of the new tab page?
    Some pages that you open as a new tab set the focus on the page instead of the location bar.
    You can set the browser.newtab.url pref to about:blank to open get an empty tab.<br />
    You can open the <b>about:config</b> page via the location bar.
    *http://kb.mozillazine.org/about:config

  • Reader xi open pdf outside of ie

    reader used to have an internet option to select opening .pdf outside of the browser, ie in my case.
    now they open in ie without any toolbars whatsoever in a new window...arrggghhh.
    how do i get .pdf to open outside of ie in reader xi???

    Hi Sabian,
    I appreciate your response.
    What I don't understand is why Adobe would take a perfectly useful preference in Reader that makes sense to everyone, and replace (should I say hide) it with a somewhat obscure procedure of disabling ie add-ons. It makes NO sense to me.
    Secondly, I also have Acrobat X Pro installed and use the "Convert" toolbar option a lot; so I don't want to disable that function.
    My IE shows four enabled Adobe add-ons:
    Adobe PDF
    Adobe PDF Link Helper
    Adobe PDF Conversion Toolbar Helper
    SmartSelect Class
    Since most users, including me, don't want to become Adobe Reader internals experts, which of these four is supposed to be disabled without killing the "Convert" function?
    Jon

  • When i open a new tab, rather than the curser flashing in the url space it opens a new search page. how do i get the new tab to open at the url?

    when i open a new tab, rather than the curser flashing in the url window it opens a new search page. a new tab used to open at the url - how do i get it to do so again?

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I have loaded Photoshop Elements 9 to my new laptop. I can not open my personal url. I get a box say

    I cannot open my personal url. I get a window that says http:// pages unresponsive. The following pages have becine unresponsive, You can wait for them to become responsive or you can kill them. I can't send to flickr from my catalog either. I can't get any response to the support or community help from my welcome screen. In fact not much seems to be working except the catalog. I have a desktop that is newer than this and have updated to PSE9 and not having a problem with it. Please try to help!

    Hi Barb,
    Signing out and back in did not help. do you mean go to start>control panel>notifications area Icons? no synch in that area?. No synchs in Synch center.

Maybe you are looking for