Tom,

I'm still getting the popup its a form but I'm just linking to a page and 
processing the data there.

Parent Window:

<form method="" method="get">

          <a href="##" onClick="javascript:timedreload()">Delete</a>
           <script>
           function timedreload(href) {
                  
NextWindow=window.open("StockMarket_DELETE.cfm?ID=#jsStringFormat(urlencodedformat(Identification))#",
 "NextWindow", 
'width=700,height=500,left=1,top=200,screenX=1,screenY=200,toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,')
        NextWindow.document.location=aURL;
                                           }
           </script>

Child Window:

<BODY background="background/Bac.jpg" onUnload="opener.location.reload()">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241820
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to