Hello, Can any one please guide me? I have a form and action page. I want the
results of the action page to be displayed in a new window and not on the form
window. That is I select the values on the form. I submit the form and want the
results to displayed in the new window. I read that we can open new window
using javascript. I have open new windows when an event is trigeered. In the
action page, we don't have any interaction. So I am not sure how to implement
this. Please advise. The action page extracts information from the database
and populates an excel file. I am using "cfcontent" tag to implement
this. So I would be easier for the user to see the excel file in a new window
and close the window when they are done. The form can be displayed for the next
selection. Please advise Thanks in advance Eswari
TheFunnyMonkey - 29 Oct 2004 18:51 GMT
process action page in new window. at end of action page use cflocation.
cflocation jump to result page. in result page show result of action page.
when user hit refresh on result page, user get same result page.
TheFunnyMonkey - 29 Oct 2004 19:32 GMT
no way to disable icon unless no page loaded. closest can come is use
cflocation redirect or hide toolbar. sorry. i herd of bho while back, but
they got banned by spyware detect tools - adaware. bho are like google toolbar
but can do other special thing in ie but detect by spyware detect tool.
Esh - 29 Oct 2004 21:42 GMT
Thank you for all your help.
Esh