Using this script: http://www.javascriptsource.com/pass...d-protect.html
It opens in a popup where the input is done.
I want to have this in actual forms instead (input field + submit button)
Anyone that can help?
Thank you !
Pontus
Using this script: http://www.javascriptsource.com/pass...d-protect.html
It opens in a popup where the input is done.
I want to have this in actual forms instead (input field + submit button)
Anyone that can help?
Thank you !
Pontus
The script you reference doesn't open a pop-up. Perhaps your <form> tag has a 'target' attribute set to "_blank" or your browser is set to open new windows or tabs.
Keep in mind that JavaScript is not secure and this script is easily defeated. If you have content that you need to protect, you need to add the protection on the server either through a script or with an .htaccess file. Good luck!
Thanks for your reply!
This is not so extremely protect-needed content so javascript will work just fine enough.
So it is not in a popup?
I cant read out any form or dont know how to attach a form to it, I'm kinda new to this javascript.
Thank you so much for helping!
/Pontus