show cfmessagebox when page is loading
Hi,
I need to show a messagebox when the page is loading.
Is this possible? I try to use the new cf9 tag cfmessagebox instead of using javascript alert.
Example:
<body>
<cfmessagebox name="box1" type="alert"
message="Text"
multiline="true">
</cfmessagebox>
<script type="text/javascript">
ColdFusion.MessageBox.show("box1");
</script>
</body>
Or can I use cfmessagebox only by using a button...
ColdFusion Version is ColdFusion Server Standard 9,0,1
regards
Claudia
