Thursday, 12 January 2017

[Tutorial] How to give a javascript alert on my webpage.

Hi, fellow wapmasters, I have been receiveing several complains from

wapmasters about giving a page an alert. I had been having this

difficulty when i newbie in

wapka coding, so i will not let my upcoming wapmasters suffer as i

did. This is quite as simple as ABC, you just need a simple javascript

code to overcome it.



<blockquote>

<script language="javascript"> alert("your

text")</script>

</blockquote>



Alert messages can be used to notify the user about something special:

danger, success, information or warning.

No comments:

Post a Comment