dinoviapangea
Technical User
I want to open a popup window while linking to another page. As follows,
<CFOUTPUT>
<FORM NAME="temp" ACTION="temp2.cfm" method="POST" enablecab="No">
<input type="submit" name="test" value="Next Page" >
</FORM>
</CFOUTPUT>
When the user clicks on the form link, I not only want them to go to temp2.cfm but also want another window to popup with some information. Any suggestions?
Thanks,
Dino
<CFOUTPUT>
<FORM NAME="temp" ACTION="temp2.cfm" method="POST" enablecab="No">
<input type="submit" name="test" value="Next Page" >
</FORM>
</CFOUTPUT>
When the user clicks on the form link, I not only want them to go to temp2.cfm but also want another window to popup with some information. Any suggestions?
Thanks,
Dino