COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: maxchuie on 19 Jan 2017 07:11:57 AM

Title: simple javascript for NEXT button to goto next tabbed Page
Post by: maxchuie on 19 Jan 2017 07:11:57 AM
10.2.2  Report Studio
have prompt pages in as tabbed report pages I need to be able for the user to go to page 2 of tabbed pages on click for Next button


TIA
Title: Re: simple javascript for NEXT button to goto next tabbed Page
Post by: maxchuie on 20 Jan 2017 05:39:44 PM
 ;D
Title: Re: simple javascript for NEXT button to goto next tabbed Page
Post by: linbai on 24 Jan 2017 01:11:57 AM
try this

<button type="button" onclick="window.oCVRS.pageAction('nextPage');return false;" >
NEXT PAGE>></button>