Click to See Complete Forum and Search --> : No severside help


mixsetup
07-23-2003, 08:41 AM
Hi I am working on a site that the server is with the Australian government so for security they don't let anyone have any server side scripts like PHP and CGI.
My prob is that they require a orm to filled out. On some computers a blank e-mail pops up when you hit submit.

Can you use java script to fill out a e-mail with the form topics like name? Or has anyone got any other ideas how I can get around this.

requestcode
07-23-2003, 09:59 AM
Using the "mailto" to send the contents of a form will cause this to happen. In the newer browsers it works even less. You might try Bravenet which offers to process from through a Server Side program for free.
http://www.bravenet.com .
You might also check if there are some paid services that might offer a more secure method. Seems awfully paranoid for them to not allow Server Side languages to be used.

mixsetup
07-23-2003, 09:11 PM
Hi thanks I'll try Braavenet out thanks