473,699 Members | 2,266 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Signature for Outlook 2003.

4 New Member
Hi Everyone,
I am very new to this forum. i have a doubt in HTML where i have designed a Javascript, as signature in which if you drag ur mouse over my name it wil give u my complete details and if take my mouse out nothing would appear. but i cannnot attach this code to my Outlook 2003 as this as javascript. can anyone help me to do the same in HTML. Outlook will accept only HTML based coding. Here is my code

Expand|Select|Wrap|Line Numbers
  1. <HTML>
  2.  
  3. <HEAD>
  4.  
  5. <script language="JavaScript">
  6.  
  7. <!--
  8.  
  9. function toggleDiv(id,flagit) {
  10. if (flagit=="1"){
  11. if (document.layers) document.layers[''+id+''].visibility = "show"
  12. else if (document.all) document.all[''+id+''].style.visibility = "visible"
  13. else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "visible"
  14. }
  15. else
  16. if (flagit=="0"){
  17. if (document.layers) document.layers[''+id+''].visibility = "hide"
  18. else if (document.all) document.all[''+id+''].style.visibility = "hidden"
  19. else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden"
  20. }
  21. }
  22. S
  23. </script>
  24. <style type="text/css">#div1, #div2, #div3 {position:absolute; color:WHITE; font-size:12px; line-height:1.2; background color : Teal;
  25.     border:3px solid #667295 ; top: 100; <FONT face=Verdana color=teal size=1> left: 200; width:575; visibility:hidden}</style>
  26. </HEAD>
  27. <BODY>
  28. <FONT face=Verdana color=teal size=3>Thanks &amp; Regards <br>
  29. <a onMouseOver="toggleDiv('div1',1)" onMouseOut="toggleDiv('div1',0)"><FONT face=Verdana color=teal size=3><Strong>Shanmuga Chidambaram S</Strong></a> 
  30. <style>visibility:hidden</style><div id="div1">Sr Analyst - DataStream - SFP,  <br><br><STRONG> ELECTRONICS, </STRONG><BR> <STRONG>G</STRONG>lobal <STRONG>S</STRONG>ynthetic <STRONG>S</STRONG>ervice <STRONG>C</STRONG>laim<BR>123/124, KASU MALAI, MENAKA ROAD, <br> DELHI - 600034, India. <br> <br> VOIP: nO | Mobile: +91 87554623 | Phone - +91 11 24565682<br><br> <Strong> <underline> Esclation Matrix: </underline> </Strong> <br> <br>1st Level -&gt; Prabhu Subbarao (Team Leader) prabhu@yahoo.com <br> 2nd Level -&gt; Logeshbabu Jothy (Assistant Manager) EMAIL ADDRESS REMOVED<br> 3rd Level -&gt; Prakash (Sr.Manager) EMAIL ADDRESS REMOVED</div><br>
  31. <FONT face=Verdana color=green size=2> "Always be focused on the light..."</FONT></FONT></FONT></BODY></HTML>
Jul 17 '08 #1
6 2892
hsriat
1,654 Recognized Expert Top Contributor
Just retain the static part of your code and use it as the signature.

PS. I see that eventually you have given address, email id and phone number of many people in your small question.
Jul 17 '08 #2
chesshan
4 New Member
Just retain the static part of your code and use it as the signature.

PS. I see that eventually you have given address, email id and phone number of many people in your small question.
Hi

Thanks for your Promt answer. This is structured as per my corporate policy, as we need to have esclation matrix along with my signature. so i have my reporting manager's hirearchy in the signature. I dont get u in the below point. could you please brief me about. I will be very great if you can help me out this...
"Just retain the static part of your code and use it as the signature. "
Jul 18 '08 #3
hsriat
1,654 Recognized Expert Top Contributor
I will be very great if you can help me out this...
"Just retain the static part of your code and use it as the signature. "
By static, I mean the antonym of DMTL.

So you can just filter out the content you want to show and remove all the events like onmouseover, etc.
Jul 18 '08 #4
chesshan
4 New Member
By static, I mean the antonym of DMTL.

So you can just filter out the content you want to show and remove all the events like onmouseover, etc.
Hi

I tried but it is not working properly. Could you please reframe my Code and send me. Thx a ton in advance. for the help.
Jul 22 '08 #5
chesshan
4 New Member
Hi

I tried but it is not working properly. Could you please reframe my Code and send me. Thx a ton in advance. for the help.
Hi

Can you please send me the codes with update?....I am waiting day-to-day
Jul 25 '08 #6
hsriat
1,654 Recognized Expert Top Contributor
[HTML]<font face="Verdana" color="teal" size="3">Thanks &amp; Regards<br>
<strong>Shanmug a Chidambaram S</strong>
<br>Sr Analyst - DataStream - SFP,<br><br>
<strong>ELECTRO NICS,</strong><br>
<strong>G</strong>lobal <strong>S</strong>ynthetic <strong>S</strong>ervice <strong>C</strong>laim<br> 123/124, KASU MALAI, MENAKA ROAD, <br> DELHI - 600034, India. <br> <br> VOIP: nO | Mobile: +91 87554623 | Phone - +91 11 24565682<br><br > <strong> <u> Esclation Matrix: </u> </strong> <br> <br>1st Level -&gt; Prabhu Subbarao (Team Leader) prabhu@yahoo.co m <br> 2nd Level -&gt; Logeshbabu Jothy (Assistant Manager) EMAIL ADDRESS REMOVED<br> 3rd Level -&gt; Prakash (Sr.Manager) EMAIL ADDRESS REMOVED<br><br>
<font size="2"> "Always be focused on the light..."</font></font>[/HTML]
Jul 26 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
9237
by: Blake | last post by:
I'm using late binding to create Outlook email from an Access2K database. I am not referencing the Microsoft Office 9.0 Object Library nor the Microsoft Outlook 9.0 Object Library. Instead, I have used the late binding code: Dim objOutlook as object Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(0) etc...
14
1679
by: acuttitta | last post by:
Within the next six months, our office is going to be converting it's e-mail server from GroupWise over to Outlook 2003 & MS Exchange. I have been using Dimitri Furman's (google him, he's out there) GroupWise API code for years and have been quite happy with it. However, with the conversion, I'm forced to ditch it for Outlook. The I.T. department is still mired in red tape over the A97->A2K3 conversion, so I know I'll still be in A97. ...
5
1731
by: news.microsoft.com | last post by:
Does anybody know if there is a component like the new outlook 2003 inbox. It has a really good drop down grouping feature, and visually looks very good. Thanks
5
3649
by: TM | last post by:
I would like to write a little app in Visual Basic .net as an add-in to Outlook 2003 so that I can quickly get a list of contact names and email addresses, then when I click on a name or email address, I want to open a new mail message to that person. I don't want to send the message, just open a new blank email so that I can make it easier to send messages. Any idea how I could find out more about how to do this ?
9
3086
by: George McCullen | last post by:
I have an Outlook 2003 using Exchange Server 2003 Public Contacts Folder containing 20,000 Contacts. I am writing a VB .Net 2003 program that loops through all the contacts in a "for each oCt in oItems" loop. After about 250 contacts, the program gives an InvalidCastException Error on the for each loop. I notice that Outlook's memory keeps increasing (using the task manager) until it reaches around 20,000K. When I run the program a second...
3
4951
by: Li Pang | last post by:
Hi, I wrote the following codes to read messages. They work fine for Outlook 2002 but fails for 2003. My felling it may be a bug of Outlook 2003. Anybody has experience on that? Thanks in advance Dim oOutlook As Outlook.Application Dim oNS As Outlook.NameSpace Dim oStores As Outlook.Folders Dim oStore As Outlook.MAPIFolder
11
4486
by: Maximus | last post by:
Hi all, Has anyone been able to reterive the gradient selection colors used in outlook 2003? Basically, I have a grid showing a list of records and my client wants the selected row to have the same selection gradient back color as Outlook 2003 has on its left pane. The selected pane in Outlook 2003 have a gradient orange color for blue color scheme in XP. This gradient color changes according to the color schemes of the windows XP. Can...
4
2456
by: John A. Bailo | last post by:
After upgrading from Outlook 2000 to the 2003 object model, some of my Outlook automation code no longer functions. For example, in 2000, I used to be able to loop through a list of .Items in a folder and refer to each as .Item(n) Say for example, my folder contained MailItem and PostItem -- I could treat each differently by casting .Item(n) differently.
5
3040
by: John A. Bailo | last post by:
I have a program that I'm converting from Outlook 2000 to Outlook 2003. It basically opens Outlook and iterates through a series of items in a public folder. I was able to run this as a scheduled task overnight. But now, it seems to want to have me be logged in already or it will not log into Outlook.
0
8689
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9178
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9035
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8885
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7752
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6534
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5875
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4376
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.