bold, header effects in alert()?
Posted
by Abhilash M
on Stack Overflow
See other posts from Stack Overflow
or by Abhilash M
Published on 2010-04-16T11:22:42Z
Indexed on
2010/04/16
11:33 UTC
Read the original article
Hit count: 428
in javascript, how to make alert bold n use h1 to h5 headers? Is this possible or simply plain alert is option?
how to include bold and h1 to this alert?
function onlooad()
{
alert("wssup??");
}
© Stack Overflow or respective owner