How would I do something like this?
Baiscally trying to use quotes in javascript to work with php.PHP Code:<?php
echo "<script type="text/javascript">
function openAlert() {
Dialog.alert("Add your <b>HTML</b> message here", {windowParameters: {className: "alphacube"}})
}
</script>";
?>
