Am 04.12.2007 um 14:37 schrieb Paul Grigg: > Using Framemaker 6.0, Webworks professional 7.0 > ================================================= > > When you have a hypertext link in a CHM file that points to an > external > website, the default behavior is to open that website within the > CHM. If you > want the link opened in the browser, then the link needs to have > TARGET="_NEW" appended to it. > > However, when you create hypertext markers in framemaker with > TARGET="_NEW" > appended to them, the resultant link in the compiled CHM file does > not work.
Oh, this last bit is a dirty trick! You write message URL http://www.checkpoint.com target="_blank without a trailing quote and that may give you <a href="http://www.checkpoint.com target="_blank"> in your HTML. Dirty, dirty! Better: You modify the Webworks Style which is handling the hyperlinks (Marker Style "GotoLinkOpen") to detect that you are creating an 'external' link (check for "http://" in the marker text) and if that is the case add the target attribute. - Michael -- _______________________________________________________________ Michael Müller-Hillebrand: Dokumentations-Technologien Adobe Certified Expert, FrameMaker Lösungen und Training, FrameScript, XML/XSL, Unicode http://cap-studio.de/ -- Tel. +49 (9131) 28747 _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info.
