A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 Signature



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 30th 09, 05:35 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Outlook 2007 Signature

Forget about using this or any other widget in a signature. Outlook doesn't
allow code to run in received messages. Many other mail programs probably
don't either. It's a security issue.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Bern" wrote in message
...
I've copied HTML code for a Widget into Notepad, however, unable to copy
and
past into my signature. Has large red X in search box and image
distorted.
The path is included in the following. Copies to my Desktop OK. Any
ideas?
HTML
BODY
script language='javascript'
function doSearch(){var theForm = document.searchForm;theForm.query.value
=
theForm.def.value;if(theForm.query.value == "" && theForm.searchbox.value
==
""){alert("Please enter a term to search");return
false;}else{if(theForm.query.value != "" && theForm.searchbox.value !=
""){theForm.query.value = theForm.query.value + " and " +
theForm.searchbox.value;}else if(theForm.searchbox.value !=
""){theForm.query.value = theForm.query.value +
theForm.searchbox.value;}}return true;}
function handleKeyPress(eve){var key=eve.keyCode || eve.which;if
(key==13){return doSearch();}}
/script
form action="http://vnweb.hwwilsonweb.com/hww/jumpstart.jhtml"
method="get"
name="searchForm" target="win2"
input type="hidden" name="prod" value="OMNIFT"/
input type="hidden" name="query" value=""/
input type="hidden" name="def" value=""/table cellspacing="2"
cellpadding="2" style="border:1px solid#000000;background:#FF3333"
trtdimg src="http://vnweb.hwwilsonweb.com/hww/images/wweb.jpg"/td
tdinput type="text" name="searchbox" value="" size="30"
onKeyPress="javscript:return handleKeyPress(event);"/td
tdinput type="button" value="Search" onclick="javascript:if(doSearch())
{document.searchForm.submit()};"/td
/tr/table/form
/BODY
/HTML




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2007 - Signature doesn't appear Kubilay Elmas Outlook - General Queries 5 September 23rd 09 04:03 PM
Outlook 2007 Signature Kubilay Elmas Outlook - General Queries 2 September 17th 09 02:04 PM
Outlook 2007 Signature BK Outlook - General Queries 4 January 12th 09 03:48 AM
Signature image Outlook 2007 Rinzwind Outlook - Installation 4 July 11th 07 10:57 PM
outlook 2007 signature with vba Nile Outlook and VBA 1 June 6th 07 02:15 PM


All times are GMT +1. The time now is 01:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.