E-mail Form Contents
Question: I need to include the information from a form in an e-mail. I found this sample code, but when I run it, I just get a blank page for
Question: I need to include the information from a form in an e-mail. I found this sample code, but when I run it, I just get a blank page for
Question: I’m having a problem. I have Outlook installed, and I also have Lotus Notes. We’re using Exchange as the mail program, and the clients are Outlook. For some people
Question: How I can count the number of user mailboxes I install? Answer: To count the number of mailboxes in your site, just click on the Recipients tab and look
Question: I am trying to send a text file that I have made from my report to the printer.The code is: REPORT FORM neto ASCII TO FILE pom.txtset headings offTYPE
Question: I want a link to refer to an order form, but I don’t need to use a database. I just want to pass a few details (like city name,
Question: How do I pass a login ID from my ASP page to my OCX? I created a public property in the OCX, but it is not getting the data
Question: How do I change a Julian date to a Gregorian date and remain Y2K compliant? Answer: I am not sure how the year is stored in the Julian date,
When working in the ASP environment, HTML forms are used to pass data from the client browser to the Web server. If the form variables are passed to the Web
Question: Facts: Employee(name,salary,boss,department) Question: Which employees earn more than their boss ? Answer: Please make sure you don’t share the results with your boss! : ) Try the following: use