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!"


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274612
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