• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by JeffPell

  1. J

    Pulling my hair out!

    I am trying to attach a file to an email through CDO. This fill will be generated through a web based form. My company wants to put together a resume submission form to let people easily submit resumes for available positions. I am extremely new to scripting/coding and I would appreciate...
  2. J

    CDO Question

    Ok, with that said I added FileSystemObject to my code. Is this code correct for saving the file to a folder in the same directory as the asp page? And how do I call the file name for my .addattachment? <% Dim objMail, objMailConf Dim fs, fname Set fs =...
  3. J

    cdo .addattachment?

    I made another post concerning this yesterday but have yet to find a helpful answer. I am trying create a page to allow people to submit resumes via our webpage. I decided it would be easiest to write it into a simpe cdo format, but I am getting an error whenever I attempt to attach a file...
  4. J

    CDO Question

    I guess I can use vbcrlf. I still need to know how to request.form a file attachment though. Anyone out there know how to do this? .addattachment isnt working for me. Thanks
  5. J

    CDO Question

    Ok, I figured out the problem with the body and subject lines not being generated in the email. I had an improper enctype set on my form. I am however having difficulties attaching files through my file field on the form. Here is my code again. I would appreciate if someone could tell me...
  6. J

    CDO Question

    I am tyring to setup a form that will create an email. The email is being sent find but the email subject and email body is not being placed into the email. Here is my current code: <% sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig =...
  7. J

    VBScript Help

    When I am attempt to send emails via my web form I get the following error: Error Type: (0x8004020F) The event class for this subscription is in an invalid partition resume_sent.asp, line 23 Here is the script. If anyone can help I would greatly appreciate it. <% Dim objMail...
  8. J

    Good ASP book?

    I am currently designing some applications on my company's web site that will require a lot of asp code and access code. Can anyone recommend a good asp book for a beginner?
  9. J

    ASP / Access Question

    I would like to create an online test that will be used to determine eligibility for insurance discounts. The test will be any where from 30-40 questions long. The page will be restricted access through a user authentication page. What I would like to do is make is so when someone clicks an...
  10. J

    CSS help please

    I am trying to optimize a site by replacing image rollovers with CSS. My knowledge of CSS is extremely limited at the moment and if anyone could give me an example to give me a head start or point me in the right direction, I would greatly appreciate it. Here is a page from the site that I...
  11. J

    Need suggestions please

    I am running a windows 2000 server and I am getting a virus alert from the server about six times a day. The message reads: "Message from server to server on date & time The file g:\program files\exchsrvr\mailroot\vsil\queue\ntfs.2a9cc88601.eml is infected with w32/netsky.p.eml!exe virus...
  12. J

    Best Spam Filter? Exchange 2000

    I am looking for the best exchange 2000 spam filter. This needs to be a server side app. I have been shying away from a lot of the ones i've found on the internet because they are all ranging about $40 per license. I don't want to spend a bundle since we will probably be upgrading our server...
  13. J

    ASP Question

    Here is a link to the site. http://www.ssgang.com/companies.asp I want to be able to make a selection, press go and have a blank page open with the value which will be the url. Thanks
  14. J

    ASP Question

    I am using a form list menu for about 30 urls on my page. What does the action of my form have to be in order to open the site based on the value of the list/menu item selected? Thanks
  15. J

    CSS help please

    I am trying to mimic the following site as much as possible with CSS. If anyone has any tips or can point me in the right direction. I would greatly appreciate it. http://www.ssgang.com/jya_linear_test.asp
Back
Top