I have the exact same questions.
Is this what you're looking for? HTML = HTML & "Variable: " & x & "<br>" -Jim
ABCNews story about thousands of people preparing for the end including some guy who has already quit working and is waiting for the end:...
Cool photos. And ejecting that close to the ground probably wasn't much fun at all. -Jim
You could do that using include files in either ASP, PHP, or using server-side includes. -Jim
That looks like it's using a custom ASP.Net script. A similar PHP script is OSCommerce http://www.oscommerce.com/ -Jim
Directly under the line DateSent=request.form("DateSent") copy and paste the following: Response.Write("INSERT INTO Enquiry ([FName], [LName],...
Here's some tutorials on using master pages in ASP.Net: http://www.asp.net/Learn/master-pages/ Now that you have a basic understanding of master...
Those squares are non-printable characters like tabs or line feeds. I think the problem is with the select statement. The option tags aren't...
Everything looks correct. I'm running out the door to work so real quick off the top my head: In the logout button click event try changing...
Try using CDOSYS. CDONTS is obsolete. From the candypress support forum I found these instructions for using CDOSYS: Under Admin | Store...
I was trying to ensure that there wasn't a space character before the session start command.
You can also use Excel's concatenate function to build Insert statements. You build an Insert statement for the first row and then copy/paste it...
Separate names with a comma.