manix Posted July 22, 2011 Share Posted July 22, 2011 Hello, What I have is a simple registration form where in the username field I have a onkeypress event (onkeyup actually) which sends an ajax request to check if the name is already taken, but my problem is that from the external script I can only like display a text below or sth saying it's already taken, what I want to do is paint the field red and I can't figure out how to do it... Quote Link to comment https://forums.phpfreaks.com/topic/242662-modify-elements-from-external-script/ Share on other sites More sharing options...
arbitter Posted July 26, 2011 Share Posted July 26, 2011 Hello, You can style forms with css. Here's a nice tut on how to color your field: http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml. So use the ajax to change the style of the input field to your own preset field. Quote Link to comment https://forums.phpfreaks.com/topic/242662-modify-elements-from-external-script/#findComment-1247204 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.