Forum Moderators: open

Message Too Old, No Replies

What scripting should I use?

         

Blue_Tetra

7:22 pm on Nov 5, 2002 (gmt 0)

10+ Year Member



Hallo,
I was trying to make a form for the Internal web, where the user can fill out the form, send it, refresh it and print it. The problem is that the Internal web isn't kept in the web server, it is just a partial drive from the hard disk.

What scripting should I use?

Thanks in advance.

Blue

korkus2000

2:17 am on Nov 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would use javascript. I am not sure where you are sending the form but if it is an email you can use a mailto action. The refresh and print are right up javascript's alley. You could use some sort of executable to process the form if you need. It could be in any language that is supported on your computer. What processing will be done on the form?