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!

Recent content by tanneddevil

  1. tanneddevil

    Suppress email Warning?

    there are some programs out there that will automatically by pass that when installed or rather it clicks yes for you www.express-soft.com/mailmate/clickyes.html check it out
  2. tanneddevil

    File Handling

    thanks.
  3. tanneddevil

    File Handling

    Sorry my mistake.. its a monday..i new how to do that..im just under some pressure from the "corporation" I will want to take the contents of that file and add it to a variable where the variable will be passed to the subject line of the mail to function.
  4. tanneddevil

    File Handling

    thanks dan, I know this is what i need, but now it says it needs the active x controls to be loaded. Im working off a network, would i need to set the browser to accept active x controls and if so, how?? thanks
  5. tanneddevil

    File Handling

    Hi everyone, I have come up with a problem. I need a way to generate a counter that increments by 1 and be able to save that number. I will neeed to do this without any web server and only using IE 6.0. On way that i thought might make sense is to read and write to a text file. Do i need to...
  6. tanneddevil

    access to machine ID

    thnxs..im a little slow today..its a monday.. is that for javascript or vbscript..right now im using all javascript <html> <head> <script language="JavaScript"> // drowpdown list var cat = new Array("Other","Printers","Telephone","Laptops","Email"); var recip ="email" //email address...
  7. tanneddevil

    access to machine ID

    if its possible..but what i am doing right now is an online form (intranet) that any user can access and then they fill out the fields and click submit. Upon the regular fields that i have asked for and a few hidden fields, i was trying to get an id associated with that computer. Or if i can...
  8. tanneddevil

    access to machine ID

    hey everyone.... i posted this before in the javascript forum, but to no avail. Anyways, each computer on an intranet has a unique machine id or ip address. How can i get that id?? Keep in mind the corporation i work for hasnt given me access to the server (its all about politics) so i need...
  9. tanneddevil

    computer information

    i should also mention that i would be working with windows 2000 pro..
  10. tanneddevil

    computer information

    I need a way to capture some computer information. I have a web page that will be on an intranet for the company i work for but i do not have access to the server so everything i do must be done client-side. Each computer has an ID. I want to be able to get that unique ID automitcally when...
  11. tanneddevil

    the infamous &quot;A program is trying to access e-mail...&quot; Outlook issue

    on the clickyes website there is the sample code in vb\vba has any tried useing the code ' Declare Windows' API functions Private Declare Function RegisterWindowMessage _ Lib "user32" Alias "RegisterWindowMessageA" _ (ByVal lpString As String) As Long Private Declare Function...
  12. tanneddevil

    the infamous &quot;A program is trying to access e-mail...&quot; Outlook issue

    im having the same problem to but what im trying to do is create a form that runs on a intranet. when the user submits the form it uses outlook to send an email to our IT help desk. The only question i have is about security. What happens if the user is browsing the internet or if there is a...
  13. tanneddevil

    populate dropdown box

    unfortunately..i dont have access to the server.. i am doing this as part of a help desk system, at my work. I know but, in order for me to get access to the server it becomes political. I have no resources right now. and im trying to get this done fast. i need one more favour and its...
  14. tanneddevil

    populate dropdown box

    thank you.. i will use the second one .. is is possible to read it from a file then populate the list??
  15. tanneddevil

    Outlook 2000 spam/adult rules

    yah tell me bout it ..i know they have absolutely nutin to protect spam and believe im embarresed of who they are and they dont have it ..i dont wanna mention names ...cuz if spammers get hold of the co orporation we are looking at over 40,000 users. but im just trying to implement something...

Part and Inventory Search

Back
Top