PDA

View Full Version : E-mail Multiple Choice Quiz/Result?


Stefan
04-18-2003, 04:13 AM
Hello,

I found a Multiple Choice Quiz here <http://www.javascriptkit.com/script/cut180.shtml> and was wondering if i would be able to get assistance to make this quiz/result 'e-mailable'. Should or do i need to attach the files to this post, or can you get them through the link, which i copied above, from this web page?

I would like to have a user complete this quiz, and upon completing it, select (instead of 'grade me') a 'Submit' button that would e-mail the results to me. This will all and only be done with IE6.x and MS Outlook 2000, in case that would matter.

Thank you very much for your time.

smeagol
04-18-2003, 07:42 PM
Email is not available in JavaScript. You'll need a server-side component to email anything from a web page. I program for Windows Servers, so I use the CDO object in Windows 2000 Server.

If your host allows you to do server-side programming, and your site is hosted on a Windows 2000 Server machine, you should be able to use the CDO component. Windows NT 4 Server uses CDONTS, but it's basically the same thing.

Stefan
04-18-2003, 09:25 PM
Hi,

You basically lost me at or inbetween '...JavaScript. You'll ...'. ;-/

Since this would be on a windows network server, would you be able to assist if i can find out whether win 2000 or win NT?

Thank you.

smeagol
04-21-2003, 12:51 PM
Sure, I'd be glad to help. I've built several functions that I use often and just copy and paste them whenever needed.

Just let me know and I'll see what I can do for you.