Alert Box

J

Joey

Can someone tell me how to create a dialog box...aka javascript alert
box to display an *informational* message to the user? The regular
alert box is perfect, except that it shows a Warning icon. I need one
to show a simple "i" or informational icon. I want to do this
javascript, becuase I need to support IE, Firefox, and Safari.

JP
 
G

Guest

Can someone tell me how to create a dialog box...aka javascript alert
box to display an *informational* message to the user? The regular
alert box is perfect, except that it shows a Warning icon. I need one
to show a simple "i" or informational icon. I want to do this
javascript, becuase I need to support IE, Firefox, and Safari.

VBScript's MsgBox supports such icon. You can check in the code, if IE
show MsgBox, for all others - execute js with the alert() function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,177
Latest member
OrderGlucea
Top