Hyperlink targets

Simular post to my last one but still un-resolved. May have to break something. I have an article with a single (almost full frame) web overlay to an index.HTML file containg one hyperlink to another HTML file containing an image.  On page load the first HTML file looks great, but touching the link activates the in-app browser window to display. I just want it simply appear in the same space and NOT go to the in-app browser window.  Any help would be very much appreciated

> Hi all
>
> Test site URL is
http://myweb.tiscali.co.uk/22stephen/
>
> Regards
<frame src="index.html">
<frame src="index.html">
<frame src="Title.html" name="topFrame" scrolling="No"
noresize="noresize"
id="topFrame" title="topFrame" />
<frameset rows="*" cols="134,*" framespacing="0"
frameborder="no"
border="0">
<frame src="Control.html" name="leftFrame" scrolling="no"
noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="main.html" name="frame1" id="frame1"
title="frame1" />
</frameset>
</frameset>
there is quite a bit of nonsense info there.
two frames don't exist.
the other three are topFrame, leftFrame, and frame1
there is no frame with a name/ID of "main"
to use what you have-
Open the frameset document in dw.
Double-click on one of the Flash Buttons in dw to bring up
the dialog box to
edit that Flash Button.
The TARGET line should have a pulldown to select any one of
the existing
frames already filled in with their names. Pick one of them.
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Hyperlink target Indesign CC Interactive PDF

    Hi,
    We're working on an Interactive PDF but strangely enough we suddenly can't work with hyperlink targets anymore. This means we can't make certain objects a hyperlink target so we can't navigate
    through the document as we were used to. Any idea of how this is possible and what we can do about it?
    Kind regards,
    David

    I usually start by creating my Hyperlink Destinations by choosing New Hyperlink Destination from the Hyperlinks panel menu.
    Then I create my hyperlink. In this case I started with a text frame:
    I chose to link to a Shared Destination (although you don't have to):
    You can test this in InDesign when the Hyperlink is selected:
    When you test it in your PDF, be sure choose File > Export > Adobe PDF (Interactive) so the hyperlinks will be properly exported.

  • Hyperlink Target without CrystalReportViewer?

    Crystal Reports 2008 v 12.3.0.601
    ASP.NET 2.0
    Visual Studio 2005
    I have a hyperlink in a report that I would like to open in a new window when clicked. I have heard of a Hyperlink Target property for CrystalReportViewer objects but my report isn't using a viewer. Is there any other way to accomplish this?

    Not sure I understand;
    You have a report
    There is a hyperlink on the report
    Normally, if you view the report and click on the hyperlink, you get the hyperlink result
    You are not using the viewer - what would you click to fire the hyperlink? Or what event would fire the hyperlink?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How to open hyperlink(target Webi report) in new tab in BOXI3.1

    Hi all,
    Currently we are using report link using hyperlink syntax between summary report and transaction report.
    We were able to open transaction report either new window or same window.
    *"<a href="http://<servername>:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid;iDocID=108&sWindow=New&lsSEnterJOBID:="UserResponse([Query 1];"Enter JOBID:")"&lsSEnterAccount:="URLEncode([Account]) ">"[Description]"</a> * "
    Summary report(Source report) is having one parameter: JOBID
    Transaction report(Target report) is has two parameters: JOBID and Account
    Now our client requirement is target report needs to be shown in same window but in new tab.
    Is it posssible in BOXI3.1,if yes kindly provide me syntax.
    Thanks in advance,
    Subash
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:48 AM
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:50 AM
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:50 AM

    hi Bhargav,
    i have developed summary report in one tab and transaction report on other tab
    Summary report is developed on One data provider.
    ="<a href=http://Severname:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=11234&sWindow=Same&sReportName=Transaction&lsSEnterJOBID:="UserResponse([Query 1];"Enter JOBID:")"&lsSEnterAccount:="URLEncode([Query 1].[Account]) ">"[Description]"</a>"
    sReportName=Tab name(report tab name we need to specify.

  • Hyperlinks (target="_blank") and buttons on same page problem.

    Another interesting problem.
    I have a hyperlink that is set to open in a new window (target='_blank') and execute the 'hyperlink1_action' on the server.
    The framework executes the javascript function 'hyperlink_submit' (in the formElements.js library) when a hyperlink is clicked. This function sets the 'target' property on the form and also creates a hidden field that identifies the hyperlink that was clicked.
    This works fine and a new window open up with the required data.
    However, now if I click a BUTTON on the ORIGINAL page, a NEW WINDOW pops up and the WRONG DATA is displayed due to the form target setting and hidden field that were created by the 'hyperlink_submit' function called prevously - ie. the changes to the form made by the 'hyperlink_submit' function are NOT rolledback/overwritten when the button is clicked. How annoying!!!
    Am I doing something completely wrong or what?
    Anyway, I feel better now. Have a nice day!
    Message was edited by:
    thepigs2
    OK. In the absence of any replies, I've come up with this superhack that I put at the end of the page which fixes the form...
    <f:verbatim>
    <script>
    var f = document.getElementById('form1');
    f.oldsubmit = f.submit;
    f.submit=function() { setTimeout(function(){resetForm(f);},250);return f.oldsubmit(); }
    function resetForm(f)
    f.target='';
    for( var i=f.childNodes.length-1; i >=0; i-- ){
    var n = f.childNodes;
    if (n && n.name)
    if (n.name.indexOf('_submittedField')>-1)
    f.removeChild(n);
    </script>
    </f:verbatim>

    Guillaume,
    The built-in tabular form feature only supports one tabular form on each page. You'll have to put the two forms on separate pages. Or use simple reports as the detail reports with edit links to an edit form page.
    Regards,
    Marc

  • Hyperlink target connects from Outlook e-mail to file in Oracle database

    Greetings.
    Due to lack of permissions, I cannot create text file on the UNIX server.
    This will not be changed.
    I have stored the file in the Oracle 11g database.
    I want to send e-mail from PL/SQL with attached file.
    No UNIX scripts at all.
    It is a big file.
    Thought crossed my mind.
    Can I send e-mail from PL/SQL containing a hyperlink which connects to the file stored in the Oracle database ?
    The link target is a file stored in the Oracle database.
    Has anyone done this before?
    Let me know your ideas.
    Thank you.

    Oracle Freq wrote:
    I want to send e-mail from PL/SQL with attached file.
    No UNIX scripts at all.Can be done using UTL_SMTP or the newer UTL_MAIL.
    Attachments to e-mails are just that - the contents of the file is attached to the body of the mail. The mail arrives at its destination, the mail reader recognises the attachment and enables it to be saved to disk (or opened/viewed).
    This is standard stuff.. see MIME for details on how to construct a message body that includes attachments.
    Can I send e-mail from PL/SQL containing a hyperlink which connects to the file stored in the Oracle database ?
    The link target is a file stored in the Oracle database.Yes. You need a web server that has been configured with Oracle "+access+" - the default is using Oracle's Apache server that includes a module called mod_plsql. This module enables the web browser to use a URL that refers to a web enabled PL/SQL procedure in a specific database schema - and pass parameters (as part of the URL's query string) to the procedure.
    You can also use Oracle EPG (Extended Procedural Gateway I think is what the acronym means). This provides a web server directly inside the Oracle instance via the XDB (integrated XML database) option in Oracle. It too has a mod_plsql type module that provides an interface (via http) to web enabled PL/SQL procedures.
    This procedure can be a "+document download+" procedure. Oracle provides a system procedure called WPG_DOCLOAD.download_file()+ that you can use inside that web enabled PL/SQL procedure. This will return the contents of blob/clob as a "file" to the web browser.
    For example, a download web-enabled procedure will simplistically look something as follows:
    create or replace procedure downloadFile( fileName varchar2 ) is
            b       blob;
            mimeType varchar2(50);
    begin
            select
                file_content, mime_type  into b, mimeType
            from my_documents where file_name = fileName;
            OWA_UTIL.mime_header( mimeType, false );
            HTP.p('Content-Length: ' || DBMS_LOB.getlength(b));
            OWA_UTIL.http_header_close;
            WPG_DOCLOAD.download_file( b );
    end;The URL will look something like:
    http://my-webserver.my-domain.com:7777/pls/ora/scott.downloadfile?filename=somefile.docwhere:
    scott.downloadfile = name of PL/SQL procedure
    filename=somefile.doc = parameter name values to pass to procedure

  • Hyperlink target - open on new window

    Hello people
    I edited one field's hyperlink property to point to an asp page. As I run this report into the internet, I want to open the page on a new browser window. In html I could simply add target="_blank" option, but I don't know how to do this in Crystal Reports.
    Can anybody help me?
    thanks
    Fabio

    Thanks to [this|DBMGui Information about old non existent databases|forums.sun.com] Sun forum topic, I changed my asp page and now it works fine:
    instead of:
    Dim objViewer
    Set objViewer = CreateObject("CrystalReports.CrystalReportViewer")
    objViewer.ProcessHttpRequest Request,Response,Session
    now it is:
    Dim objViewer
    Set objViewer = CreateObject("CrystalReports.CrystalReportViewer")
    dim lstrHTML
    lstrHTML = objViewer.GetHtmlContent(Request, Response, Session)
    lstrHTML = Replace(lstrHTML, "target=""_self""", "")
    lstrHTML = Replace(lstrHTML, "sWindow=New""", "sWindow=New"" target=""_blank""")
    Response.Write(lstrHTML)
    tks
    Fabio

  • Hyperlink targeting a new window?

    Has anyone been able to determine how to target a hyperlink to a new window rather than the current one? Seems like this should be a basic function but it is missing from the inspector.
    Thanks.
    Dual 2.0Ghz PowerMac G5   Mac OS X (10.4.4)  

    Apnewbie -
    While the explaination isn't as clear as it could be,
    If you go to my main iWeb page it describes how to open your files, read the html code, etc.
    http://iweb.aardvarkland.com
    it basically describes manually editing the HTML.
    The problem with this solution is the fact that if
    you update the page, while I haven't tried it yet,
    iWeb will rewrite the HTML in affect deleting the
    changes that you have made. Do you really want to
    manually edit the HTML every time you update your
    site? I don't.
    Use MassReplaceIt as recommended on my page and it will make the whole job much easier!
    Apple should give the option of
    targeting a new window.
    Yes, but they DON'T. So manual editing is the only way.

  • Can I program my hyperlinks to target a new window?

    When exporting interactive pdf files from InDesign, my hyperlinks target the same window and permanently direct my readers away from my pdf. Can I program my hyperlinks to target a new window? The reader must constantly hit the back button in order to not lose my pdf on their browser. I do not like this and have looked for ways to tell my hyperlinks to target a new window. I have not been able to find a way thus far and I have been creating my newsletters as interactive pdf files in InDesign for over 3 years. I kept hoping with each upgrade (CS4 to CS5 to CS6 to CC) that I would see an improvement to the hyperlinks and buttons pallets. However, not much has changed here since CS4. Please correct me if I am wrong. And please share if this had already been made possible. In my newsletters, I hyperlink images as well as selected text, to external URLs.
    Side note: This was less of a problem when I emailed the pdf files directly to my contacts using Outlook. In the last year and a half, I have been using an email service provider to better track my open rates, etc. I give my interactive pdf files to my developer to put up on my company website. He provides me with a URL for my email template. So, when readers click the link to read the full newsletter (pdf) they are viewing it in a browser. I also print my newsletter. So, keeping with InDesign to be able to output my files for print and as interactive pdfs is ideal. I have not yet considered creating my newsletters in html at this point. Please feel free to make suggestions.

    Acrobat Pro has the power to add features which can't be accomplished within the interface.
    Ask in the forums there. I recall that it was fairly easy to add that JavaScript:
    Creating, Editing & Exporting PDFs

  • Problem in templates with hyperlinks to bookmarks

    Hi. I'm using Robohelp X5. I have a template with a hyperlink
    in the footer, to link to the top of the page. The link works fine
    in topics that are in the root HTML Files folder (in the Project
    Manager tab) but it doesn't work in topics that are in sub-folders.
    The hyperlink target is being prefixed with "../" to account for
    the extra level. I have been asked not to use Javascript in the
    help, so need to use html. Does anyone know of a way to prevent the
    link being altered in the sub-level topics, or some other solution
    to the problem?
    I can't ask all the authors not to use folders to organise
    their topics, as some of the projects are large and they also use
    the folder structure when generating the TOC. I'd also rather not
    have to advise them to create a different version of the template
    for each folder in the topic structure, which is the only other way
    round it I can think of. Any advice would be greatly
    appreciated.

    Hi again Kat
    Hmmm, quite a conundrum you have there, eh?
    Well, there is one other possibility. Similar to the number
    42, you probably won't like it much. But here goes anyway.
    Assuming you are the person who has final say over the
    project, meaning that you are the only one that generates and
    distributes and the others are simply contributors, you could use
    something like ReplacEm or FAR to perform a small post generation
    process of performing a search and replace. You would search only
    the folders for the desired string looking for ../# and eliminate
    the ../ or possibly even ../../ or ../../../ depending on how many
    folder levels you have.
    Besides that, I'm about out of ideas.
    Sincerely... Rick

  • Hyperlinks don't stay interactive

    Am using InDesign 6.  Trying to create interactive pictorial Table of Contents and cannot and have set up text hyperlinks to the items in the TOC and text anchor/destination hyperlinks to the location within the document.   I set up all the hyperlinks - but then needed to make edits to several items.
    Now none of the edited hyperlinks work when the document is pdf'ed (as interactive .pdf). I have tried cutting and pasting text boxes, re-typing text boxes and even copything all the text boxes from a different document into my current document. When I click on  new text box to create the link - the "New Hyperlink" option is greyed out. Any ideas??? Thank you

    Hyperlinks inside an ID document are based on text anchors or cross references. When placing text anchors, then putting a hyperlink to it and then editing the text position of the text anchor again can make you accidentally erase the text anchor and thus break the hyperlink. So it seems by "needed to make edits to several items" you either altered or deleted the hyperlink target.
    The hyperlink pane tells you which hyperlinks are broken.

  • Spawning a new browser in hyperlink in java/tomcat

    Post Author: passionlessDrone
    CA Forum: General
    Hello friends -
    I'm going crazy trying to reckon a way to spawn a new browser from a hyperlink field with the java info view / tomcat set up.  Based on some recommendations provided for .NET users, I went ahead and modified viewDHTMLReport.jsp with the following line, diretly after the CrystalReportInteractiveViewer was created:
    viewer1.setHyperlinkTarget("_blank");
    I have confidence this is being called, as I mispelled the function name on my first try and got a 505 returned from Tomcat indicating bad method name, etc.  Tragically, even with a valid method name, the page continues to render 'target="_self" no matter what value is passed in as a hyperlink target.  I have also tried modifiying DHTMLViewer.jsp and ADHTMLViewer.jsp with similar calls directly after the setProductLocale call, but the same results. 
    Is there a chance that processHttpRequest in the Viewer just doesn't pay attention to what gets set in setHyperlinkTarget and will return "_self" no matter what? 
    It also seems a bit naughty that it appears you have to globally set hyperlinks to either spawn new windows or not.
    Any insight or advice is greatly appreciated!
    Take care!
    -pD

    Post Author: passionlessDrone
    CA Forum: General
    Bump.
    Surely someone has either solved this problem or deemed it impossible. 
    Thanks!
    - pD

  • Embedded hyperlink into new browser tab/window

      Hi Team,
    There is a requirement in my project for that, need to open embedded hyperlink into new browser tab/window, hyperlink is available in the pdf file which is open in browser (Internet Explorer).
    More than 2 lakh user is using the product so, there is any way to set the hyperlink target as a _blank so that the link open in new tab/window.
    Is there any adobe API is there which can support the above requirement?
    Is there any other way which can fulfill the requirement?
    End user is more than 2 lakh so, am not going to change the setting of Adobe reader as well as browser.
      Need your help to resolve the issues.
    Regards,
    Rupesh

    Yes, there is an API that is supposed to do this in the Web brower.  Does it work?  Not reliably is what I have found because different web browsers seem to interpret the way that Acrobat calls for a new window differently.
    launchURL
    7.0
    S
    Launches a URL in a browser window.
    Note:    Beginning with Acrobat 8.1, File and JavaScript URLs can be executed only when operating in a privileged context, such as during a batch or console event. File and JavaScript URLs begin with the scheme names javascript or file.
    Parameters
    cURL
    A string that specifies the URL to launch.
    bNewFrame
    (optional) If true, this method launches the URL in a new window of the browser application. The default is false.
    Returns
    The value undefined is returned on success. An exception is thrown on failure.
    Example 1
        app.launchURL("http://www.example.com/", true);
    Example 2
    Add an online help item to the menu system. This code should be placed in a folder-level JavaScript file, or executed from the JavaScript Debugger console.
        app.addMenuItem({
            cName: "myHelp", cUser: "Online myHelp",
            cParent: "Help",
            cExec: "app.launchURL('www.example.com/myhelp.html');",
            nPos: 0
    Related methods are openDoc and the Doc object getURL method.

  • Drill down on new window

    Hi
    I want to run the drill down report(child) on a new window.I am using srw.set_hyperlink_attrs('target="NEWWINDOW"');. But it was not of any use. Could anyone help me in this.
    Thanks in advance
    Regards
    Murali

    Hello Muralidhar,
    Please use srw.set_hyperlink_attrs('target=_blank'); to open up your hyperlink target in a new browser window.
    Thanks,
    The Oracle Reports Team.

  • How to export a table in excel (in JSP)???

    hi all,
    I am using AJAX functionality in jsp to export a table into Excel.But i don't want to use it as it gives a hyperlink whereas i want a button which should work similar to hypelink.
    I mean to say i want a saperate export button which should work similar to the hyperlink.
    if anybody has any idea abt it....plz reply it soon.......

    So what you want to do is redirect to a page when the user clicks the button?
    So just put the button in a form with the action attribute set to wherever the hyperlink points now.
    And in case the button is already a part of a form, then on the onClick() event of the button, change the action attribute of the form to this particular hyperlink target and then cause it to submit.
    That ok?
    Or do you want the Excel file you're generating to be sent to the browser causing it to popup a dialog asking the user to save or open? If so take a look here http://forum.java.sun.com/thread.jspa?threadID=5170452&messageID=9655276

Maybe you are looking for