Don't know if this matters, but your closing curly brace is outside the
ending comment. This:
//-->
}
</SCRIPT>

Should be this:
}
//-->
</SCRIPT>

-----Original Message-----
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 05, 2007 11:43 AM
To: CF-Talk
Subject: SOT: JS Issue

I have a very simple piece of JS:

<SCRIPT language=JavaScript>
<!--
function win(){
window.opener.location.href="AddCandidate.cfm";
self.close();
//-->
}
</SCRIPT>

When I click on the button with the onClick event:

<input type="button" name="back" value="Back To Previous Page"
onClick="win();" />

I get the message window.opener.location is null or not an object.

I also tried to put single quotes on the window.opener ('AddCandidate.cfm').

I googled it and the answers I found did not seem to help.

Thanks,

--
Bruce Sorge

"I'm a mawg: half man, half dog. I'm my own best friend!"




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274615
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to