Will,

I believe the code below should do it...


<script language="JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
        window.location.href = "filename.cfm";
}
//-->
</script>


-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 03, 2000 9:45 AM
To: CF-Talk
Subject: Popup Messages


Hi,

I'd like to popup a Confirmatory "Your settings have been changed" dialog
box, and onclicking "ok", forward users to another page.  Dreamweaver
produced the following code for the Message, but can anyone advise the best
way (be it in CF or not) of directing uses to another page after the click?

<script language="JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
</script>
</head>

<body bgcolor="#FFFFFF" onLoad="MM_popupMsg('Done')">

Thanks

Will

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to