You have to do it via Javascript, that's where the popup is being generated
from. In your MM_popupMsg function add the line 'location =
"myotherpage.cfm";'. This will wait for the user to reply to the popup
message and then redirect them to myotherpage.cfm.
-Peter Amiri
-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 03, 2000 7: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.