yes. 1st html item with this on my main prompt page
<script>
function nextPage() {
oCR.sendRequest(cognos.Report.Action.NEXT)
}
</script>
<a href="JavaScript:nextPage()">
Once I click the email report: this goes to the second prompt page with this...
<script>
function nextPage() {
oCR.sendRequest(cognos.Report.Action.NEXT)
}
</script>
<a href="JavaScript:nextPage()">
Once I click the email report: this goes to the second prompt page with this...