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

Similar Messages

  • When I try to follow a hyperlink, Firefox opens a new window that stays blank.; also I can't download a hyperlinked file.

    I recently bought a laptop that is equipped with Windows 7. I needed new drivers for my Canon printer and was able to locate the new software on their website. When I tried to activate the hyperlink, Firefox opened a new window with the proper address in the "window". however the window stayed blenk. Similar actions with IE yielded desired results.
    I got the same "dead end" when I tried to download a form from Mozilla; again IE worked fine.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Does any version of InDesign let you set hyperlinks to open in new window?

    I'm converting some InDesign books to pdf and epubs and my client wants the hyperlinks to open in new window when these files are viewed in browsers. so far no version I've tried has this capability.

    It must be done in Acrobat. Ask in the Acrobat forums.

  • Hyperlink to open in new window on clicking via crystal client

    Hi,
    How to call hyperlink in new window via crystal client.
    I have main report. In that ,for two-three columns, I have made the hyperlink and I want that when user click on that column, it should open in new window.
    But I am unable to open the below link in new window.
    Hyperlink code :
    'http://epint1ent1.jpmorganchase.com/vps/docViewer?invoiceIndexKey='
    &columnname
    I am using crystal client XI R2.
    Please let me know any solution.
    Thanks in advance

    Vishal,
    In your Hyperlink add in the parameter for
    sWindow=New
    i.e. 'http://epint1ent1.jpmorganchase.com/vps/docViewer?sWindow=New&invoiceIndexKey='.....
    You obviously need to complete the Hyperlink fully.
    This should do the trick

  • Hyperlinks to open in new window?

    I'm trying to set my external hyperlinks to open in a new
    (browser) window but haven't had any luck. I thought that the
    "Display in Browser" option when setting up the HTML Jump would do
    this, but it still opens within the help window. Can anyone provide
    instructions on how this can be done in RH for Word v7? Thanks in
    advance...

    How does one use "target=blank" in the FrameMaker 11 hypertext marker syntax?  I currently have a Hypertext tag, with the following contents:
    message URL http://www.mylink.com target=blank
    When I import this to RoboHelp 10 and generate HTML Help, I get a link of "http://www.mylink.com%20target=blank", which obviously isn't right!
    Mind you, will target=blank even work in the standard Microsoft HTML Help viewer anyway?

  • Globally change hyperlinks to open in new window

    Hi
    I have imported a huge FrameMaker book which has about 30 hyperlinks to URLs spread across multiple topics.
    So, is there a way I can globally configure all URLs to open in a new window after importing the book into RH? I did not use "_targe=blank" in FM hypertext as it was resulting in some formatting error whenever hyperlinks appeared with a custom FM Style.
    I am using FM11 with RH10.
    Sreekanth

    How does one use "target=blank" in the FrameMaker 11 hypertext marker syntax?  I currently have a Hypertext tag, with the following contents:
    message URL http://www.mylink.com target=blank
    When I import this to RoboHelp 10 and generate HTML Help, I get a link of "http://www.mylink.com%20target=blank", which obviously isn't right!
    Mind you, will target=blank even work in the standard Microsoft HTML Help viewer anyway?

  • Creating Hyperlinks that open a new window

    Hi,
    I'm creating a website for an art group I belong to.
    On the member's gallery page  - here - I have each artists name and a link to a website if they have one. I would like the link to open the site in a new window rather than directing the visitor away from the site (leave our site open in a window behind)  But I don't see an option for that when I make the hyperlink. Is this possible?   Or is this something that the development team should consider in future updates?
    Thanks,
    Elaine

    Hi Elaine
    You can enable the option for opening the page in new tab or page.
    Thanks,
    Sanjit

  • Hyperlink to open in NEW window

    Help Please!
    I have made a form in which I have some hyperlinks and when they are clicked on they open in the same window.  Then when someone goes back to the form they have lost all their work.  How do I set the hyperlink to open in a different window or tab or something?
    Thank you!

    http://forums.adobe.com/message/1342425

  • Word hyperlinks converted to PDF-open in new window???

    I currently use Word 2007 to build indexes with hyperlinks and convert to PDF using Adobe Professional 9. I know how to set my Adobe preferences so that hyperlinks open in a new window, but I want to set this on the document level for each index I create. I also know how to set each link within the final pdf to open in a new window (if I go through each and every link preference).  I must create the hyperlinks in Word as there are many instances that my indexes change prior to distribution of the discs and I don't like having to duplicate, triplicate, etc. my linking process in Adobe as some of my indexes contain 300+ links. I only know of JavaScript but not enough to use with confidence...  I want the hyperlinks to open in new windows (as that has always been my instructions to the end user) without the end user having to fumble around with their systems and settings. It has just been brought to my attention that my discs do not have that function set. Meaning, that what I view and test on my system is not the same as the end user. The hyperlinks open in the same window (dang it!!). I did see a JavaScript solution but keep getting an error (on line 2). Here is the JavaScript I found in the forum: app.openInPlace = false;   //Opens cross-document links in separate windows.
    So, I have muliple questions...
    Is this sript the best way to accomplish the document level open in a new window function?
    Is this script written correctly? (I did cut and paste this script within the brackets)
    If I use the JavaScript and save, does that save in the Adobe application system or just on the document level?  And then how do I delete if it doesn't work properly?
    What other functions can you suggest I try?
    Any suggestions would be helpful!

    Where did you place that script, exactly?
    It should work, there's probably just an error in how you added the text of the script. Try removing the comment so that there's only one line of code:
    app.openInPlace = true;
    Note that this changes the user preference, which is generally frowned upon, so you should endeavor to set it back to what it was in the first place when the document is closed. This would involve storing the value of this property when the document opens, change it if necessary, and restore it when the document closes. It also won't work for those users who have JavaScript disabled.
    Unfortunately, link annotations are difficult to alter in an automated way given what's available in Acrobat. It would be possible with an Acrobat plug-in to make document-wide changes to all of the links, but I'm not aware of any that do this. You might want to search around.

  • Since switching to Firefox this week, when I click on a hyperlink in an e-mail in Outlook, I get this message, "General failure. An error occurred in sending the command to the application." It doesn't open a new window or do anything.

    Since switching to Firefox this week, when I click on a hyperlink in an e-mail in Outlook, I get this message, "General failure. An error occurred in sending the command to the application." It doesn't open a new window or do anything. Any work around to fix this?

    See this lnk for a fix, it worked for me!
    http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html

  • In Firefox 5 links with target="_blank" don't open in new window or tab. Is there a way to make them do that?

    I've search some info about this and it seems like there's a lot of people that are annoyed by links opening in new window/tab and that the 'target="_blank"' is not valid in strict XHTML. I'm guessing this could be reasons why Firefox 5 ignores the 'target="_blank"'. But in some cases you really want to open a new widow, in my case I'm using a flash application and want to open links in new windows from there and then the ctrl-click doesn't work. When opening the link in the same page and then go back the application is reloaded and it's state is lost. Probably should try to find out if there's some other way to open links from a flash application, but I'm wondering if there's a way to make Firefox 5 open 'target="_blank"' links in new tabs.

    I don't know how to delete my question, anyway I'm not having this problem anymore. In our organisation the IT department deploy Firefox updates with certain settings and limitations, in the tap-options the checkbox for opening new windows in new tabs where checked but disabled. They made some changes to make this checkbox enabled and now it works as expected if it's check new windows open i new tabs and if it's not in new windows. They never opens in the same tab as they did before.

  • External Hyperlinks open in new window.

    When someone in my iWeb site clicks an external Hyperlink they automatically leave my site. How can I make Hyperlinks open a new window so my site is not effected?

    Have a look at this picture here
    http://alyeska.altervista.org/inspectornewpage.jpg
    Isn't that how your inspector looks like?
    Regards,
    Cédric

  • Firefox 6 ,Hyperlink not opening when I select Open In New Tab, it always Open In New Windows.

    I have just upgrade to Firefox 6 and I having problems opening Hyperlink when I select Open In New Tab, it always Open In New Windows. It will work when I open another copy of Firefox browser but not on my main browser. Any suggestions to fix this ?

    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

  • Target Document open in new window DEFAULT?

    Hello,
    I am working with a 50+ page document, each page has a TON of links, some shoot to websites, other pages in the document and finally... launches new PDFs on the DVD (to specific pages).
    My question is this: I am going through Acrobat and modifing all the buttons that launch other PDFs. After I set the link, i have to modifiy that link to have the document "Open in: New Window"
    Is there a way to automate that? Set that option to be default? This would cut a ton of time out.
    Thanks in advance!

    It doesn't happen that way here. A new instance is always opened when I invoke from the run box.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to Set Individual Managed Metadata Navigation Links to Open in New Window?

    I am using a managed metadata term set for the global navigation in my client's site. Most of the global navigation links point to pages in the current site, and should open in the current browser window/tab as the end user is just navigating within the
    site content. However, I have one particular node in the navigation term set that points to related content scattered around other external sites. The client wants these links to open a new window.
    Unfortunately, I can't seem to set the target for navigation links in the term set. If I was using standard global navigation, I'd be able to select the "Open in new window" checkbox when setting up the link, but that option doesn't appear to be
    supported via MMD navigation.
    Any clever suggestions?
    Thanks!

    I had a similarish requirement at a client once upon a time, they wanted any links that went outside of the intranet web applications to open in a new window.
    The way we managed that was to use jQuery to overwrite the standard hyperlink references for any hrefs that didn't point to internal sites to use the same javascript functions that SharePoint used for links configured to open in a new window. It worked out
    as being about half a dozen lines; check the URL and if it doesn't begin with a set range of options then overwrite the on click behaviour using standard jQuery behaviour.
    If you want it site wide then you just add jQuery and the code snippet to the master page, if you just want it in some places then add a CEWP or a HTML form web part to the relevant pages.

Maybe you are looking for

  • Alterar Conta do Razão no item de serviço do Pedido de Compras

    Olá pessoal, estou precisando de uma ajuda. Estou precisando alterar o número da conta do razão na aba de classificação contábil para um item de serviço no pedido de compras. Tenho o seguinte cenário: foi desenvolvido um screen exit no item do pedido

  • How can I migrate file shares & permissions from one volume to another on the same server?

    I am replacing a storage array and as part of that process, I need to move files/folders and Shares/permissions from one Volume to another volume within the same server. The server is Windows 2003 file server.  The file transfers are not a problem, m

  • Transport of infoset Query through Report RSAQR3TR

    Dear Hcm Gurus I have created query through sq01 and change functional area sq02 as per requirement in this query i have created additional fields in infoset in which i also assigned abap field code on newly created  data fields i also assigned new d

  • Dynpro ABAP with Floorplan Manager in Portal!

    Dear Member, I havenu2019t worked on Portal yet. I worked on Web Dynpro ABAP and know how to do the Component and Application configuration from SE80 in SAP GUI. Can we able to configure the Web Dynpro ABAP with Floorplan Manager in Portal? If yes, h

  • Blue brackets in TransformXSL = optional elements?

    When I open a TransformXSL mapping windows with two strucuture (source and target) then some of the element name icons have blue brackets [<.>] Does that mean that these elements are optional? Peter