PDA

View Full Version : hide form url



zerocool786
June 11th, 2006, 17:49
Hello,

I have a email form at http://www.mydomain.com/email.php

When the user clicks the "submit" button, the url of the form shows in the status bar. I want to hide the url of the form.

I tired using short urls, but then the forms does not works


What should I do to hide it?

Tree
June 12th, 2006, 10:52
You could use an iframe or a php include.

zerocool786
June 12th, 2006, 12:26
I am using a form generator form 13412.com
I do not want to use frames or iframes.

What do you mean by php include. The email is in php.

Can do <body onLoad=window.status' my text herer';....something like that

thanks