Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: scantron
  • Content: Threads
  • Order by date
  1. scantron

    Non-Functional Email Form

    Hi there, I am creating my first asp.net email form from an online tutorial and when I try to send an email from the form I created, I get this error message: Could not access 'CDO.Message' object message: Anyone know what this message means or how I can avoid it? here's the code used: Sub...
  2. scantron

    Create an Email from an Access Form

    Hi there, I was wondering if there's a way that I can create a dynamic email based on fillable fields on an MS Access form? I'm using 2003, and the only email functionality I'm able to find is the wizard type where your only options are who you want to send to (static) and the Subject line...
  3. scantron

    Open Webpage through vbscript procedure

    Hello all, I am trying to open a URL, in a new window, from a header provedure in vbscript. I can't find any practical code for vbscript. All I can find are functions and ifs and loops, but no command statements to execute withing them. All I need to do is open a new web page. So...
  4. scantron

    How to program using Outlook Data?

    Hi there, There must be a place where MS Outlook stores its data, specifically its Calendar data. Also a way to use that data. I need to access this data so I can use it in applications updated as soon as a user changes their schedule in Outlook. If you have any pointers they would be...
  5. scantron

    Changing Hyperlink Properties on Mouse Hover

    Hey all! I know this is a really lame question but I'm curious how properties of a text Hyperlink are changed on mouse hover? The most common example, a hyperlink is underlined on mouse hover. The only way I can think is to make the text an image first, and then have the image swap on...
  6. scantron

    Run an Executable with vbScript

    Hi, I simply need to know how to run an exe, bat file or autorun file. I'm sure no expert and I'm just learning as I go here. This is an executable vbScript file that is not used within a web page. Just opens and runs within Windows, using Windows commands. So if anyone knows the syntax to...
  7. scantron

    Use of: StartAppASP('applicationName')

    Hi, I am trying to create a web page which uses links that open applications on a users PC. Example Access database apps. So far I have VBScript code in the HTML: <SCRIPT LANGUAGE=&quot;VBSCRIPT&quot;> Sub StartAppASP (strStartApp) Window.Navigate...
  8. scantron

    Dynamic back ground image

    Hi, I'm having a problem creating a page that displays a different background image depending on what URL parameter is sent from the calling page. ie. if /Images/pic1.gif is passed from the calling page, that's the image I want to display as the background. I have created a dynamic image this...
  9. scantron

    Dynamic image triggered by user

    Hello, I am trying to open a page from a hyperlink and have this page display a dynamic image. The image &quot;Path&quot; parameter is passed from the calling form via URL append (ex. http://www.whatever.com/test.asp?Path=/Images/image.jpg) The various image paths are stored in a db.Path...
  10. scantron

    &quot;do not send fonts to distiller&quot; check box dissabled

    The &quot;do not send fonts to distiller&quot; check box found within distiller properties and Adobe PDF Settings tab is dissabled making it impossible to create a PDF file displaying fonts. This option is not dissabled on my machine but one of my clients. If anyone has any help concerning...
  11. scantron

    view sites with secured connection

    Anytime you enter a site which deals with personal information the connection becomes secure. Anytime that happens I get the &quot;page will not display&quot; page. I run Internet Explorer 5.5(128-bit encryption) Appreciate any help.

Part and Inventory Search

Back
Top