Hello everyone!
I have a program called 'vote.cfm' which is a web poll and when people pick an option then click submit button, it'll record the poll and popup another dialog box to display the latest statistic.
Well, everything works fine when this program stand alone. However, when I embed it into another cfm file (index.cfm), using <cfinclude template = 'vote.cfm'>, it doesn't work as usual that after pressing the submit button, no data saved in database and no popup dialog box shown neither. It just stay in the same 'index.cfm' file as if nothing has been done.
I would be really appreciate if any one can give me a clue.
Thx in advance
Joan
I have a program called 'vote.cfm' which is a web poll and when people pick an option then click submit button, it'll record the poll and popup another dialog box to display the latest statistic.
Well, everything works fine when this program stand alone. However, when I embed it into another cfm file (index.cfm), using <cfinclude template = 'vote.cfm'>, it doesn't work as usual that after pressing the submit button, no data saved in database and no popup dialog box shown neither. It just stay in the same 'index.cfm' file as if nothing has been done.
I would be really appreciate if any one can give me a clue.
Thx in advance
Joan