Multiple hyperlinks edit in iWeb - new window and format?

Hello,
I'd like to edit a selection of several hyperlinks in iWeb 3.04 but when selected, I am not able to check the "Open in new window" option or the options in the Format panel.
Can this be done in iWeb 3.0.4?
If not, any suggestions?
Thank you

any suggestions?
One link at a time.

Similar Messages

  • Hyperlink does not open new window on the second page

    Hi,
    I have a report which shows list of products. Every product id has hyperlink to show details. When I click on any hyperlink on the first page, it opens in new window and looks good. But the hyperlink from the second page opens in the same window and overwrites main report.
    I am not sh=ure what is happening?
    Does anybody come across such problem and have the solution?
    Thank you.
    Julia

    Hi Julia,
    This is the way to resolve the issue in BO XI 3.1 SP3 :
    Open the existing Crystal Report in the Crystal Reports Designer
    Edit the formula which was created in the above step and replace sWindow=New with "target=_blank" as follows:
    a href="http://<servername>:<port>/OpenDocument/opendoc/openDocument.jsp?sDocName=Drilldown" target="_blank"> MyTest </a>
    Save this formula and save the report as well
    Log onto the BusinessObjects Server box and modify the web.xml file located in C:\Program Files\Business Objects\Tomcat55\webapps\CrystalReports\WEB-INF by adding the following code in it: 
    <context-param>
          <param-name>
                    crystal_encode_html_for_single_line_field_objects
          </param-name>
         <param-value>no</param-value>
    </context-param>
    5. Save this file
    6. Restart the application server (Tomcat)
    7. Now, when you open the report in InfoView and click on the hyperlink, the target report should open in a new window.
    Regards,
    Anchal

  • Hyperlink set to open new window & jump to anchor tag, doesn't jump

    I am generating Flash Help output in RH7.
    We have content hyperlinks that are set to open in a new window (target="_blank") and jump to an anchor tag in the destination topic (a href="newwindowtopic.htm#anchor")
    This works fine if I compile the file as is.
    However, we edit the whtopic.js topic in order to remove the "Show" link that appears when you open context sensitive topics. We do this by adding the following code at the end or the addShowButton function:
    setRelStartPage("ourstartpage.htm");
    show();
    Replacing the Show link worked fine in RH5 and it works fine in RH7. However, in RH7 when we replace the "show" link to have the TOC load when all topics are called (not just the start page), the ability to open a new window AND jump to the anchor tag is no longer working. When you click the hyperlink the new page opens, but only to the top of the page, not to the bookmark (anchor). The anchor jump does work if the hyperlink is set to open in the current window in RH7.
    The issue exists in IE7 and Firefox.
    Any ideas?

    Hi there
    Why are you editing the JavaScript file? Did you know that when generating FlashHelp you have an option to turn off the Show link?
    Additionally there are ways to link to topics so the TOC is visible and synchronized. These are described at this link right here.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • 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

  • How can i make my hyperlinks open in a new window or tab?

    how can i make my hyperlinks open in a new window or tab?

    The program is InDesign… we need to cease links which will open the linked document in a separate window.  Also, the links must be maintained once a pdf is made and the files moved to another computer….

  • 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.

  • Open new Window and SWF conversion to DVD player

    Hi flash forum,
    I need help with 2 things:
    1. I have an html link that opens a .swf flash movie in a
    full window. I need the flash movie to open as a new window so when
    the user closes out, they're not closing out of the entire site.
    Can you send me the instructions for this?
    2. I need to convert a .swf flash movie so it will play on a
    standard home DVD player.
    Can this be done?
    Many thanks for the help!
    RS

    Hello, we have the same problem. I fixed it by doing this:
    <hcommandButton value="#{messages['srt.return.label']}" action="#{myBean.returnPage}" immediate="true" onclick="this.form.target='_self'" />^ The code above will remain in the same window.
    <h:commandButton value="#{messages['srt.export.label']}" action="#{myBean.excelExport}" immediate="true" onclick="this.form.target='_blank'"/>^ The code above will open a new window and display the data
    Hope that helps :) I don't know if that's the best solution out there, but it will work :)
    Note the usage of targets, blank will open a new window while self will stay in the same window :)
    Message was edited by:
    iamlei

  • How to call new window and text element without changing print program

    Hi Friends,
       I have requirement like this . i have a standard print prog and custom form. i want add 2 to 3 extra windows in the form and i have to print some data. but how can v do this with out changing the print program. i know that to pick new fields through subroutines. but how can v call new windows and new text elements with out changing the print program.
    usually in the print program we write as follows.
    write_form
    window = 'HEADER'
    textelemtn = 'HEADER'
    can we accomplish this one also through subroutines or any other way is there.
    can any one pls suggest this.
    Thanks in advance.
    Rahul

    u  copy the standard print program and make custom program.
    write your own codes in it.
    assign this program in the place of standard print program.
    Reward points, if helpful.

  • Since the 4.0.1 update the first Firefox window I open refuses to open tabs, only new windows, and all refuse to show my bookmarks toolbar. All Sync settings and account seem lost.

    Since the update the first Firefox window I open refuses to open tabs, only new windows, and all refuse to show my bookmarks toolbar. All Sync settings and account seem lost.

    G'day again, I've also lost the option of a 'Stop loading' or 'Refresh' button.

  • When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. How can I resolve this?

    Question
    When I am NOT private browsing Firefox will not allow me to delete or change the website address in the location bar. My only remedy is to open a new window and search in google then click the link to that site through google. When I swap to private browsing firefox allows me to anter the website address directly into the location bar - but this is a slow [prcess to swap back and forth - also by dint of using private browsing I loose my website information.

    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

  • On bank web site opening a check shows in a new window and cannot access the print capability in Firefox

    When I open a check picture from my bank register it opens in a new window and I cannot print from that window. I want to be able to print to the pdf printer so that I can save a copy of my check to the hard drive. I do not have any access to any printers from this window that Firefox opens. It works fine in Internet Explorer and Google Chrome. Any ideas on how to resollve this?

    There are other things that need your attention.
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the Flash plugin to the latest version.
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    *http://helpx.adobe.com/flash-player.html

  • Converting Word Hyperlinks to PDF as "New Window"

    I have a user who has a Word 2003 document which has a lot of hyperlinks.  In Word, the "Target Frame" setting associated with the hyperlinks is set to "New Window".  We use Adobe PDFMaker to convert the Word document to a PDF.  The hyperlinks convert into the PDF file, however when you click on the link, it opens in the same window.  How do we get it to open in a new window, so that the original PDF file as well as the linked PDF file are both open?

    To expand on what DevyaniB said. This is an application preference, not a document preference. You can set this preference for your computer, not on another user's computer.

  • Where is CS5 preference to use new window and not tabs?

    Hi,
    I prefer a new window rather than lose screen space to tabs.
    Is there a preference somewhere to open new document in new window and not as a tab?
    Thanks,
    Garrett

    You can use the "Float in window" command (available in Window | Arrange menu) - but this will work once you have created a new doc.

  • HT1222 ipad apps 1 I lost all after I installed new windows and I tried to connect it between your computer and iPad, what's the solution? (Please Inbox : Bambangtjio@yahoo.o.id) Thanks

    ipad apps 1 I lost all after I installed new windows and I tried to connect it between your computer and iPad, what's the solution? (Please Inbox : [email protected]) Thanks

    Hi,
    Sounds like it isn't to serious. the Bluetooth connection had an error and that is that generated
    the Problem report.
    When the Blackberry started to use Bluetooth the "gold standard" was using Microsoft's
    "native" windows drivers. Now, every major PC company has there own version
    Thus the problem report.
    There is  rather involved and lengthy procedure to check and install the correct Bluetooth drivers
    in the Dell, but I really don't think you want to take that on.( Nod you head and say H*LL YES)
    Here is what I propose;
    The problem report needs to be resolved or it wont go away. Read the manual, call Dell,
    try apologizing to it and that you'll never never do it again, what ever it takes!
    Make the best investment you can make for your Blackberry, buy a media card.
    All the memory in the BB is dynamic, this facilitates the functions of the phone.
    By storing media in that memory, you effect are wasting X amount for file storage.
    Store all media and files on the media card, and you will have a smooth running device.
    They run about $25.00usd, they are easy to install, and they also make moving your
    media a snap. You will need the USB adapter that came with it, but you can get that at
    your local carrier store.
    So if you agree with this I need some info.
    On the Blackberry go to the options icon,click then scroll up to ABOUT.
    I need your software version number, it's listed in this format: 4.x.x.xxx.
    Send it back to me and I can tell you what size card you can get.
    Let me know your thoughts!
    Thanks,
    Bifocals
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • Thumbnail not displaying when attaching image to email

    Suddenly my Mac is not displaying a thumbnail image when I go to attach an image to an email. I have fixed permissions, restarted and relaunched Finder, but it's still not displaying. I've also unchecked and rechecked "show icon preview" in View Opti

  • WARNING: EyeTV Nuked My Built-In iSight

    Ye EyeTV runners probably already know this, but I just want to let everyone know that a known issue with the current version of Elgato System's EyeTV software is that it nukes both (a) the resolution of video/pictures shot with your built-in iSight,

  • I had a trial version of Lightroom and Photoshop. Purchased the LR/PS deal. Photoshop still says trial version.

    I had a trial version of CC Lightroom and Photoshop. Purchased the LR/PS Photographer deal. Lightroom seems to be running as a purchased app. But, Photoshop still says I have X number of days in my trial. Any ideas on how to switch PS to a purchased

  • Update wp keep on updating..

    Dear gurus,    One of my user facing a problem  with updation, when the user trying to Create a number range for a document it is not generating the number range for the document. the problem is the update workprocess keep on updating it is not compl

  • Simple keyboard question

    In the midst of all the highly technical questions here's a real easy one. I know it exists because exactly what I want is on http://www.apple.com/keyboard/. I ordered an english international keyboard from the apple shop thinking that it would be a