Rollback999

What's a Good Way to Alert Users of an Error In Their Text Areas?

Asked by Rollback999 2 years ago error text area


Devone
0
 
Start by creating a basic alert and then styling it to your needs. Here's the JavaScript that will enable you to do this. You would enter this following code anywhere you'd like the alert to pop-up AFTER you've styled it through your CSS:

<script type="text/javascript">
       alert('ALERT!')
</script>

by Devone 2 years ago

Answer this question

What's a Good Way to Alert Users of an Error In Their Text Areas?

0 errors found:

 
0