| View previous topic :: View next topic |
| Author |
Message |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Tue Aug 14, 2007 9:25 am Post subject: HyberLink Errors |
|
|
Hi
I have tried embedding an image that i have inserted from the internet but I Hyperlink dialog box will hang for 5 min then it returns error message which is
A script on this page is causing internet explorer to run slowly....
i have tried an image from my local machine saved it then the same thing is happing could you please.
Thanks,
Ahmed |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Tue Aug 14, 2007 3:20 pm Post subject: html code |
|
|
Hi
Below is the code before embedding the image and I can’t get do anything afterward because as soon as I right click on the image and i click Insert / Edit Link the software just hangs and it returns the same error message .
Thanks in advance
<BR><FONT face="Arial, Helvetica, Geneva, Sans-Serif" color=#122f56 size=1>Best regards<BR><BR><BR><BR><B>((First_name)) ((Last_name))</B><BR></FONT><FONT face="Arial, Helvetica, Geneva, Sans-Serif" color=#d1a655 size=1>((Title))</FONT><BR><BR><FONT face="Arial, Helvetica, Geneva, Sans-Serif" color=#122f56 size=1><!-- Dynamic fields STARTS HERE - When source is empty, nothing is displayed -->{$$NULL(Home_phone)$$VALUE(Direct ((Home_phone))<BR>)$$} {$$NULL(Mobile_number)$$VALUE(Mobile ((Mobile_number))<BR>)$$} {$$NULL(Fax_number)$$VALUE(Fax ((Fax_number))<BR>)$$} <!-- Dynamic fields STOPS HERE -->((E-mail))<BR></FONT>
<TABLE cellSpacing=0 cellPadding=0 width=630 summary=info@officeaddon.com border=0>
<TBODY>
<TR>
<TD>
<HR align=left SIZE=1>
<FONT face="Arial, Helvetica, Geneva, Sans-Serif" color=#122f56 size=1>((Company)) • ((Address)) • ((ZIP/Postal_Code)) ((City)) • Phone ((Telephone_number)) • Fax ((Fax_number)) • <A style="TEXT-DECORATION: none" href="http://((web_page))/"><FONT face="Arial, Helvetica, Geneva, Sans-Serif" color=#122f56 size=1>((Web_page))</FONT></A></FONT>
<HR align=left SIZE=1>
</TD></TR></TBODY></TABLE><IMG src="Active-signature%20(2).gif"> |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Aug 14, 2007 4:49 pm Post subject: Sign.exe |
|
|
| ahmedh wrote: | | <IMG src="Active-signature%20(2).gif"> |
1) Please rename your picture and remove the space in the name. And then register it in the Cockpit again. And insert picture in your template.
2) Also upgrade sign.exe to version 4.8.6 found in the download section of this forum.
Any luck now  |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Wed Aug 15, 2007 1:48 pm Post subject: |
|
|
1- tried changing the signature name to one work saved it , same issue
2- the version i have is 4.8.6
Any other idea |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Wed Aug 15, 2007 1:49 pm Post subject: |
|
|
sorry it's word
thanks, |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Aug 15, 2007 1:59 pm Post subject: Word |
|
|
I am not aware of any issues with embedded pictures using word as editor.
There must be something else wrong ... please check that the picture is found in ...
Outlook XP
| Code: | | [root]\Documents and Settings\[username]\Application Data\Microsoft\Signatures |
Outlook 2007
| Code: | | [root]\Users\[username]\AppData\Roaming\Microsoft\Signatures |
Sign.exe will copy the picture to this location. If you cannot find it, run Sign.exe again ... check the name of the picture in this location with the name in your template.
Or you could link to the picture  |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Wed Aug 15, 2007 2:34 pm Post subject: |
|
|
The picture in there is the same as the one in the cockpit, sign.exe will successfully create new one if I delete them.
the question is why does the hyberlink hangs when i right click on the image and i select Insert / Edit Link?? |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Aug 15, 2007 3:18 pm Post subject: Hyperlink |
|
|
I'am a bit confused now ...
| ahmedh wrote: | | the question is why does the hyberlink hangs when i right click on the image and i select Insert / Edit Link?? |
What hyperlink? There is no hyperlink to the picture in the code pasted earlier ...
And why would you right click and edit the link (if there was a link) ....
Please explain what you want to achieve ...  |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Wed Aug 15, 2007 3:23 pm Post subject: |
|
|
| basically i want to link the images to the internet |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Aug 15, 2007 4:44 pm Post subject: Embedded image |
|
|
This code will provide a link from your embedded image to a web page:
| Code: | | <a href="http://www.your_company.com/somepage.htm"><img src="your_logo.gif" alt="logo"></a> |
Or a linked image with link:
| Code: | | <a href="http://www.your_company.com/somepage.htm"><img src="http://www.emailsignature.eu/phpBB2/templates/subSilver/images/logo_phpBB.gif" alt="logo"></a> |
Read more ... |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Thu Aug 16, 2007 10:34 am Post subject: |
|
|
Thanks for your help it's all working now,
-does that mean that i have to add the code each time I want link an image to web page.
-the link is creating a visible square box on the image is there any way we could hide that?
- is there any way i could make the users unable to change or delete the images from their client outlook?
Sorry for my many questions
Thanks |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Thu Aug 16, 2007 11:46 am Post subject: border="0" |
|
|
| ahmedh wrote: | | -does that mean that i have to add the code each time I want link an image to web page |
The code is part of your template. All users using this template will have the code. Or please explain what you mean ...
| ahmedh wrote: | | - is there any way i could make the users unable to change or delete the images from their client outlook? |
Please add border-tag like in this example:
| Code: | | <img src="your_logo.gif" border="0" alt="logo"> |
| ahmedh wrote: | | - is there any way i could make the users unable to change or delete the images from their client outlook? |
No, by Outlook design users have full access to edit their signature. However, we are releasing the new version 4.8.7 today and in this version the users are not able to edit the signature.

Last edited by Jesper Frier on Thu Aug 16, 2007 5:05 pm; edited 1 time in total |
|
| Back to top |
|
 |
ahmed Just can't stay away
Joined: 08 Aug 2007 Posts: 21
|
| Posted: Thu Aug 16, 2007 2:46 pm Post subject: |
|
|
it looks much better now thanks.
is there any way i we could update Active Diectory information from the application it self because all i can see is the view phone book which i cann't modify |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Thu Aug 16, 2007 5:04 pm Post subject: ADUpdate |
|
|
Would this module meet your expectations?
Show me ADUpdate now ...
NOTE You need IT to grant permissions to AD (How-To is described in above link).
It's not activated during download, but if you email me number of users, I shall send you a quote. |
|
| Back to top |
|
 |
|