Hello,

I have a alert popup when the user enters data not found via a search page:

<CFIF Getpo.recordcount is 0>
<cfoutput>
<Script Language = "Javascript">
alert ("Record(s) Not Found - Please click OK to Search Again");
</script>

What additional JavaScript code can I add to make the original search page appear 
after the user clicks OK on the "Record(s) Not Found - Please click OK to Search 
Again" popup? I'm thinking history(-1)??

Thanks.

Robert O.
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to