Forum Moderators: coopster
I've got a form that I'm validating quite nicely with PHP, but I would like to be able to display any errors within a pop-up box rather than the usual full page.
Is this possible ?
Many thanks.
Here's one example from Netscape [developer.netscape.com...]
Or look up "javascript forms validation" or some variation in a search engine.
I'm aware of javascript but I was hoping I not to use it so that it wouldn't discriminate against users who had disabled it or had older browsers.
I suppose I wiil have to use the <noscript> tag and not allow them access to the form.