Jump to content

Modify elements from external script


manix

Recommended Posts

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...

Link to comment
https://forums.phpfreaks.com/topic/242662-modify-elements-from-external-script/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.