Pete,
You mean something like this:

<html>

<head>

<body>

<script type="text/javascript">

function submitPoll() {

ColdFusion.navigate("pollEcho.cfm","pollResults","","","POST","pollForm");

ColdFusion.Window.show("pollResults");

}

</script>


<form name="pollForm" id="pollForm">

<input type="text" name="echoMe">

<input type="button" name="sub" id="sub" value="Results" onClick=
"submitPoll()">

</form>

</body>

</head>

</html>

<cfwindow name="pollResults" initShow="false">here</cfwindow>


--------

pollEcho.cfm


<cfdump var="#form#" format="text">


Cheers,


Sam


samfarmer.com


On Jan 8, 2008 1:57 PM, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote:

> I would like to have a small form (normal HTML form) that is contained
> within an AJAX cfwindow submit to that window so that it just loads the
> form
> submission results page that popup window and not the parent page.  Is
> this
> possible?
>
> Thanks
>
> Pete
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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

Reply via email to