Internet links; two little details

Nothing is perfect! This is where you can post your ideas and wishes for functions you'd like to see in Help & Manual. Current version only please (H&M7).

Moderators: Alexander Halser, Tim Green

Post Reply
Klaus (c:E
Posts: 7
Joined: Thu Dec 25, 2003 11:12 pm
Location: Mülheim (Ruhr), Germany
Contact:

Internet links; two little details

Unread post by Klaus (c:E »

At first i´d like to stress, that using Help&Manual has revolutionised my Work. I use it not only for Helpfiles, but for documentation and WEB-design as well.

Inserting a new item, you can choose 'Link to a WWW adress'.
  • However i can not choose the Window or Frame, the link is shown in (_top, _blank, $HMcontent) so i have to do much postprocessing of the browser Help output.
  • If the WWW-link in the item contains an '@', the 'href="http:. . ." statement is modyfied to 'href="mailto:http:. . ."' automatically. There are Links containing '@' that are no eMail adresses, wich leads to further postprocessing of HTML output.
So i wish, You could remove the automatism (mailto) and make the user choose the output Frame.
Klaus Wiederhöft, [url]http://wiederhoeft.info/[/url]
User avatar
Alexander Halser
EC-Software Support
Posts: 4104
Joined: Mon Jun 24, 2002 7:24 pm
Location: Salzburg, Austria
Contact:

Unread post by Alexander Halser »

Hello Klaus,

we perhaps consider the frame definition for a later version. Version 3.4 is almost complete and scheduled to be published in January.

The url of Internet links, however, is not altered automatically if you indeed use an "Internet Link". You can specify urls with @ in the address. Only if you use the Winhelp macro ExecFile which is also translated into an external link, Help & Manual uses the "@" to destinct between web urls and email links.
Alexander Halser
Senior Software Architect, EC Software GmbH
Klaus (c:E
Posts: 7
Joined: Thu Dec 25, 2003 11:12 pm
Location: Mülheim (Ruhr), Germany
Contact:

Unread post by Klaus (c:E »

Thank You very much for Your reply.
I´ll appreciate that.

However, with my Version 3.31 Build 904 i can´t fully understand Your reply

I select "add a new topic", then check "Link to a WWW adress" and fill in the URL field:

Code: Select all

http://www.entwickler-forum.de/webx?13@@.ee6b9c4
The corresponding line in the content.js is:

Code: Select all

tocTab[ir++] = new Array ("8.1.3.4", "Delphi", "mailto:http://www.entwickler-forum.de/webx?13@@.ee6b9c4", "top", "cicon27.gif", "cicon27.gif");
The corresponding line in the content.htm is:

Code: Select all

<table border="0" cellspacing="2" cellpadding="0"><tr><td width="60" align=right valign=top><span class="heading4"><img src="cicon27.gif" border="0"></span></td><td align=left><span class="heading4"><a href="mailto:http://www.entwickler-forum.de/webx?13@@.ee6b9c4" target="_top">Delphi</a></span></td></tr></table>
I do not speak of the "internet link" option in the "include" menu

best regards:
Klaus Wiederhöft, [url]http://wiederhoeft.info/[/url]
User avatar
Alexander Halser
EC-Software Support
Posts: 4104
Joined: Mon Jun 24, 2002 7:24 pm
Location: Salzburg, Austria
Contact:

Unread post by Alexander Halser »

Got it. Thanks! No, there's currently no way to specify a different frame in Help & Manual. TOC links are all displayed in the right frame. And I don't see a way to quickly implement this. You could include the external links into the HTML template of the TOC page. That means they don't collapse but it's an alternative.
Alexander Halser
Senior Software Architect, EC Software GmbH
Klaus (c:E
Posts: 7
Joined: Thu Dec 25, 2003 11:12 pm
Location: Mülheim (Ruhr), Germany
Contact:

Unread post by Klaus (c:E »

Hi,

thanks for Your hint. However, i still use postprocessing for the purpose.
Klaus Wiederhöft, [url]http://wiederhoeft.info/[/url]
pete
Posts: 158
Joined: Wed Oct 06, 2004 8:23 am
Location: Cologne, Germany
Contact:

Unread post by pete »

Sorry, if this is off-topic, but was the last message from Klaus a reply with a duration from over 9 month? I think this is a record :lol:

Pete
User avatar
Tim Green
Site Admin
Posts: 23181
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Unread post by Tim Green »

pete wrote:I think this is a record :lol:
Pete
Definitely, that's the longest reply turnaround ever... :hoorahb:
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Post Reply