I have a problem with a web application Im working on.
When a user logs in, firefox will auto-populate the username and password, this is fine however on the "user edit" page if a user wishes to update their details, firefox will auto-populate the variables here too.
I haven't tested this on other browsers but if it doesn't work on Firefox I have a problem.
Is there a browser tag or some javascript function that will prevent browsers inserting this data. I was thinking possibly an onLoad() watcher that dumps whatever values on the div, but if there's a simpler route with PHP/HTML it would be very appreciated.
Thanks,
Doolety28
When a user logs in, firefox will auto-populate the username and password, this is fine however on the "user edit" page if a user wishes to update their details, firefox will auto-populate the variables here too.
I haven't tested this on other browsers but if it doesn't work on Firefox I have a problem.
Is there a browser tag or some javascript function that will prevent browsers inserting this data. I was thinking possibly an onLoad() watcher that dumps whatever values on the div, but if there's a simpler route with PHP/HTML it would be very appreciated.
Thanks,
Doolety28