How can i create a new link on a page when a submit (button) is click?
what i want to do is when that button is click then it will run that script(cfm file) and will create a link on the same page.
so when
<cfinput type="Submit" name="SubmitForm" value="Submit">(from answers.cfm)
is click it will run the file in respnds.cfm and create a link in answers.cfm when you can click it and the respnds.cfm file will come up.
any suggestion or maybe a article online (which i havent been able to find ) will help.
thanks