change text colors in an javascript Alert?
Is it possible to change the color of the text in an Alet box? If so, the syntax would be appreciated...
Here is the Alert I am using.
<script language="javascript">
if (confirm("Sorry, reserved for registered users only.\n\nAll pages will be Unlocked upon Ordering your Full Version of the exams. In addition, you will have access to five separate study tests and the Final Exam. Over 300 test questions, reference pages, links, exhibits, and much more.\nOnly $14.95.\n\nClick ''OK'' to begin ordering . . ."))
{
window.location.href="http://www.whatever.com.htm";
}
else
{
window.close();
}
</script>
Thanks,
__________________
Rudy
|