Tarketing Frame in New Window

Hi
I have a number of links on a webpage. When you click on
these I want them to open in a new window that has two frames. The
top frame will be an advert back to my website and the bottom frame
is where the link will open. Is this possible? How do I get a link
to open in a new window and target a particular frame all in one
go?
I can do it the long way by setting up a new page for every
single advert, but is there a way to set up one page and get the
the link to open a particular frame?
Thanks in advance
Eoghan

Don´t think that this can be done with regular HTML
means, because the frameset displayed in the new window will have
two hard-coded "targets" -- *maybe* this might work if...
1. you´re loading a "dynamic" page
(e.g. "new_window.php" containing the frameset) in the new
window, and in here...
2. make the bottom frame´s "src" accept a
$_GET['page_url'] variable that´s passed via a parameter in
the link -- example : <a target="_blank"
href="new_window.php?bottomlink_target=page1.php">link</a>
the respective "frame name" in the new window should be able
to receive the value of the above-mentioned "bottomlink_target"
parameter this way:
<frame name="bottom" topmargin="0" leftmargin="0"
marginheight="0" marginwidth="0" scrolling="auto" src="<?php
echo $_GET['bottomlink_target']; ?>">
I think this should work, but never tried it myself -- so if
you´re feeling adventurous, please see how it works and let us
know ;-)

Similar Messages

  • How can i customize flash player to open frames in new windows ??

    how can i customize flash player to open frames in new windows ??

    In case you haven't solved this, this document might help:
    http://helpx.adobe.com/flash-player/kb/create-pop-browser-windows-flash.html

  • Open link in new window error

    I have created a Word 2013 document with hyperlinks to PDF documents that I have also saved within the same Folder eg. My Folder: PDF Folder (with several PDF documents saved here) / My word.docx
    When I create the hyperlink I use 'Target Frame' as 'New Window' and this works fine from the word document eg. when I 'ctrl'/ and mouse click on the hyperlink it opens the PDF document in a new window and still keeps the word document open.
    However when I convert the Word document into a PDF document and then click on the hyperlink the PDF document opens but the main document closes - I need to be able to open the new window to view the hyperlinked PDF BUT still have the main document still open. Can someone please tell me what I'm doing wrong.

    I have used this method in Acrobat xi - and selected 'New Window' which it does open in a new window but my original pdf document disappears and while I can close out of the new window with the small x in the top right hand corner and can then 'Open a recent file'  this is not how I want it to work - I would like to original pdf to remain open.
    Edit a link action
    Select the Link tool and double-click the link rectangle.
    In the Actions tab of the Link Properties dialog box, select the listed action you want to change, and click Edit.

  • Open Firefox 4 in new window gives a Window frame and address bar does not refresh the current url

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    - Right-click a link to open in a new window
    - Click a link anywhere (such as an email) to open a new window
    - When a website opens a page in a new window
    Bad Results:
    - The new window does not have the configuration as set in the main window (Tabs on top)
    - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    This issue can be caused by an extension that isn't working properly.
    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
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How do I open a frame in a new window or tab?

    I want to be able to open frames into their own tabs or window... So how do you do this, or is Firefox NOT CAPABLE of this... i.e. it's LAME and should be shot? (=:]
    How do I open a frame in a new window or tab?
    ========================
    Basically... I right click, and a context menu pops up... and there is no option for what I want to do... basically because the frame is so small, and the frame table for this particular site is set to fixed... so you can't resize them... so it's almost impossible to read. If only I could easily click and open in a new window or tab...
    I mean... yeah, I can VIEW SOURCE by hand, manually, and find grope the freaking HTML until I find the desired frame URL... but Uhh... likee that's really inefficient, and a waste of time and frankly gives me a headache...
    There's got to be an easy way to do this... either with a setting, which I fail to know about, or by a plugin or extension... or by tweaking the source code... but I'm not a programmer, so I'm handicapped there.

    If you right-click and don't see a context menu item that says '''This Frame''', that page isn't made with Frames; I-frames aren't "Frames". Unless you have an extension installed that is messing up your context menus ....
    http://support.mozilla.com/en-US/kb/Safe+Mode

  • Universal Worklist items open in new window instead of existing frame

    After our recent upgrade we noticed that workitems in Universal Worklist open in new window instead of existing frame.  Do you know if there is a system or universal setting to make all the workitems open in existing frame?  I know we can change the settings for parameters launchInNewWindow and openInNewWindow to "no" in XML files to fix this.   However, my concern is that I would need to do this for each and every task we use.  (still doable but wondering if there is simpler solution)
    Example: 
        <ItemType name="uwl.task.webflow.TS12300097.SAP_R3_CUSTOM_DEV" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_R3_CUSTOM_DEV" externalType="TS12300097" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequestApprover"/>
                <Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>

    We downloaded uwl.standard.xml from UWL admin.  Made a copy and renamed file.  Changed all "launchInNewWindow" from "yes" to "no".  Uploaded new file in UWL admin.  Re-registered systems, cleared cache.  Not sure what exact line changed the behavior but the workitems no longer open in new window.
    We are still experimenting with file in our sandbox environment.

  • How do I create a hyperlink that will open a new window, when saving a frame file as a pdf?

    I have created a hyper link in Frame using the message URL command in the marker window. I have added the target="_blank"  command after the http url within the marker. But when I then save the frame doc as a pdf and open that pdf from within a browser, when I click on the link in that pdf, it goes to the new link but it does not open in a new window or tab.
    What am I doing wrong?
    I should mention that I am using Frame 10.

    Best solution that I can find to tell you is to get Schlomo Perets' FrameMaker-to-Acrobat TimeSavers 5.0. From the FrameUsers mailing list:
    Schlomo Perets said:
    In FrameMaker-to-Acrobat TimeSavers 5.0, the "new window" link control was extended to optionally display web-based links in a new browser window (Links/General tab, Cross-file links: Open PDF in a new window, Also apply to web links).
    The function can apply to all web links (i.e. no need to modify anything in the FrameMaker file), or to individual links (in which case a special hypertext marker has to be used instead of the standard "message URL http://..." marker).
    For additional info & sample files, see http://www.microtype.com/ImprovePDF10.html
    HTH;
    David

  • PDF in Frame - Open Web Link does not open in new window

    I actually have 2 problems.
    1. Acrobat 7.0.9. Added a link to open a web page. When the pdf is viewed from within a frame on a web page, the web page link in the pdf does not open in a new window but replaces the pdf in the frame.
    2. If I download the pdf to my workstation and open it and click on the link, it does open in a new window BUT opens up 2 browser windows where the 2nd one opened is blank (yes, I am single clicking on the link)
    Issue 1 occurs in both IE 6, IE 7 and Firefox ?.??
    Doug

    Try Ctrl-Y for preview.

  • PDF to b opened in a new window or in a download frame

    when using hyperlink in iweb pdf file is opening in the same window. how can i make so the file is opening either in a new window or in a "save as" frame?

    If you upload the pdf file to the server manually and then link to it via the Inspector/Hyperlink pane with the Link to option An External Page (with the checkbox to open in a new window selected) you can have the pdf file open in a new window where it can be viewed or downloaded.
    Click to view full size
    This demo page has an example of that: LinkTestPage . Look for the text box with the following text: This text box is linked to view/download a pdf file". Click on it to view. In the view window there is a download button (second from left).
    OT

  • Open New Window behaviour in page subdivided into frames

    My home page is entirely subdivided into frames.  In one of those frames are my buttons and each button opens a new window.  Unfortunately, they open the window within the small button frame.  I need the new window to opened independent of the frames; i.e., opened as large as I define it to be such that the new window spans the frames.  Anyone know how to accomplish this?

    It's good to hear from you again, Nancy.  This
    "frame" site was supposed to be a temporary fix between as site organized as
    a table and the ultimate site entirely structured by CSS.  I'll spend a little more time on this for pedagogic purpose and will now engage a javascript forum with this conundrum because I believe the only fix is an adjustment of the JS function called by the HTML.
    Somehow, I'll try to divide the "power" points between you and Brad.

  • Frames open in a new window

    Hello there!
    I am trying to do a homepage in dreamweaver. It is working
    well just in Safari. Frames open in a new window on other browsers
    and it is not what I want. I haven't linked anything to _blank. Can
    anybody help me?
    Dental V6

    What? Each page is complete in itself. That's the thing you
    are missing.
    In that case, you do not need both page1 and page2 open at
    the same time.
    I assume you are imagining page1 as something like masthead
    and navigation,
    and page2 as content. But that's not the best way to do it.
    Page1 and
    page2 would both contain masthead and navigation and content.
    They would be
    independent pages that are both complete.
    The way to do this would be to use -
    1. DW templates to provide easy-to-maintain 'boilerplate'
    elements on all
    pages, or
    2. Server-side includes to allow the use of separate
    'component' page
    fragments which are automatically included into each page by
    the server.
    You just do not want to use frames.
    The decision to use or not use frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dentalv6" <[email protected]> wrote in
    message
    news:[email protected]...
    > But I want page2 opens beside page1. In this case I need
    frames, right?
    >

  • GetURL opening in new window instead of frame

    Using Flash for a website for the first (always been just a
    backend php, asp, java programmer) and having the most frustrating
    time with what should be the simplest thing. I have a button that
    on the mouse down is supposed to load a link into another frame,
    but instead it opens a new window with the link. In the html file I
    have an iframe defined with the proper name, that matches the name
    placed in the actionscript. What am I missing?
    Here is the HTML Code:
    <iframe src="home.html" width="766" name="mainFrame"
    frameborder="0"><iframe>
    Here is the Actionscript Code:
    on (release) {
    getURL("new.html", "mainFrame");
    Thanks a lot for your help!

    I can help you there:
    on(release) {
    getURL("new.html","iframe","GET");
    Although if you have a name for your frame, it MIGHT be:
    on(release) {
    getURL("new.html","mainFrame","GET");
    Although personally I'd just keep with using a regular iframe
    without a name.

  • Link to a frame opens up in a new window

    I'm making a website with two frames: the top one contains the menu and the bottom one shows the content. I read the description in the help page, that as target you should write the name of the frame you want the link to open up in. I did that but it opens up in a new window anyway. Why is this?
    The name of the frameset is called "index" and the top frame is called "menyrad". The start page and the bottom frame are the same thing, it's called "start". Should these be two separate things instead? But then wouldn't the bottom frame be empty when one goes to the page for the first time? Anyway, I have made only one other page so far, it's called "hyr_personal". In the links that are on the top frame, I have written "start.html" or "hyr_personal.html" as the link and "start.html" as the target. This is all the code I have so far:
    <!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>Jourbemanning</title>
    </head>
    <body background="moln.png">
    <a href="start.html" accesskey="S" target="start.html">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="start.html">Hyr personal</a>
    </body>
    </html>
    If there's anything else you need to know, just tell me. I haven't published the page yet. I saw that someone else had a thread about the same subject, but their code didn't look even remotely the same.

    Hi Zefyrinus,
    from the point I understood correctly, that what I see is the relating to the appearance like described here:
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7d2da.h tml
    In the Target menu in the Property inspector, select the frame or window in which the linked document should appear:
    _blank opens the linked document in a new browser window, leaving the current window untouched.
    _parent opens the linked document in the parent frameset of the frame the link appears in, replacing the entire frameset.
    _self opens the link in the current frame, replacing the content in that frame.
    _top opens the linked document in the current browser window, replacing all frames.
    Frame names also appear in this menu. Select a named frame to open the linked document in that frame.
    That means not a file is a target:
    <a href="start.html" accesskey="S" target="start.html">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="start.html">Hyr personal</a>
    but rather the appearance, what means for example:
    <a href="start.html" accesskey="S" target="_blank">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="_blank">Hyr personal</a>
    Hans-G.

  • Firefox 4 - Opening in a new window puts a second windows frame around the firefox browser window

    Using Firefox 4 in Windows 7
    I have customised the position of tabs (Tabs on top) and which toolbar items I would like to see.
    The first window I open of firefox 4 always has the configuration as I set it.
    Whenever I open a new window of firefox either:
    # - Right-click a link to open in a new window
    # - Click a link anywhere (such as an email) to open a new window
    # - When a website opens a page in a new window
    Bad Results:
    # - The new window does not have the configuration as set in the main window (Tabs on top)
    # - The new window has a windows type window frame around the firefox window (see two sets of window controls eg. "minimise", "restore" and "close")
    # - The open page does not show the url - navigating to a new page within this window will not update the url :: strangely enough clicking the url page icon will update the url as it should be
    # - Sometimes when restarting firefox, it will open the first main window with the remembered tabs and then open approx 8 or so blank new windows as described above

    I have troubleshooted this issue and have found what I think is a resolution.
    The cause of this issue seems to be Profiles.
    Previously when running firefox 3 I had multiple profiles setup. when deciding to update to firefox 4 I removed these old profiles.
    When installing firefox 4 for some reason it used a "default" named profile, and this caused the problems I described above.
    RESOLUTION:
    Ran firefox.exe -ProfileManager
    created a new profile, it named itself "Default User" I then selected the new default and tested. The window behavior is now acting as it should wothout the above problems.
    I deleted the old profile and now it works, using the new profile.

  • New windows not opening inside frame when set to do so

    I am using Captivate 3.0 and trying to capture a Web-based
    program.
    Although I have checked the setting to open a new window
    inside the frame, it appears that this is not happening as planned.
    A link to a new web page will open this window outside the red
    frame.
    Any clues as to why this may happen?
    Thanks,
    -Nick

    Hi Nick
    As you have seen, this setting is hit or miss. Sometimes it
    works and sometimes it fails. If it fails, you may always press the
    Pause/Break key to pause recording, move the window into the
    recording area, then press Pause/Break to resume recording.
    Cheers... Rick

Maybe you are looking for

  • Please Don't Make Same Sony-Ericsson Mistakes

    Congratulations on your Erricsson's share acquire, i must say i have been Sony phone holder from the day SONY CDM-Z1 was created, forced my self to stick with SE... and now happy to come back to SONY again. i would like to talk about couple of things

  • ASSERTION FAILED error in SRM 7.0 when creating  documents

    Hi Experts, We are using SRM 7.0 When i am clicking on shop button to create shopping cart / create contract / create RFx we are getting RUNTIME ERROR : ASSERTION_FAILED Termination occurred in the ABAP program "/SAPSRM/CL_CH_WD_GAF_FACTORY==CP" - in

  • ITUNES 10.6 is not installing for windows 7

    ITUNES 10.6 is not installing for windows 7;

  • Error in the payment programme

    Hi, There was an error in the payment program since the number ranges for payment documents was not available.  Please Help ? Unable to determine the error due to which auto check generation program failed. Please Help ? Tanx

  • Call Transaction in background mode

    Hi everyone, What I am currently trying to do is to perform a 'call transaction' while forcing the 'background processing' mode even when the user is running the program in online mode; this allows me to retrieve a lot more messages that are useful t