Change font size of msgbox in asp?
Is it possible to change the font size of a msgbox, here is the code I have:
<script language="VBScript">
MsgBox "Please verify that the information on this page is correct. If not, use the back button and make the proper corrections."
</script>
This displays everytime the page is loaded, but I would like the font to be larger. Maybe there is another way to display this message, but it can't be a popup window because the user needs to click ok before they can continue.