cancel
Showing results for 
Search instead for 
Did you mean: 

How to HIDE blank pages

umberto_panico
Participant
0 Kudos

Hi to All,

if during the printing there is a blank page how could I hide it?


data.PAGE_1::ready:form - (JavaScript, client)
if (data.PAGE_1.???)
data.PAGE_1.presence = "hidden"

Thanks & Regards,

Umbeto

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

By the way: why not use realtive adressing like

if (this.myfield. bla bla) this.presence = "hidden"; where this is the page

Regards Otto

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Could you please elaborate. is there any condition on the basis of which the page is going to be blank. if yes, you can use that.

regards,

Sakshi