Question

Rollback999

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

Asked by Rollback999 6 months ago error text area

Answers

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 6 months ago

Answer this question

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

0 errors found:

 
0