AnanthAnanth
9 years agoQrew Member
Call a page without button click in formula url
Hi All,
I want to call a page automatically on check of condition.
My requirement is if comparedates field returns false call a html page.
My code is as follows:
If([comparedates]="false",URLRoot()&"db/" &Dbid() & "?a=dbpage&PageName=removeaccess.html")
I know that this is possible onclick of button .But i want it to be executed automatically
I too dont want to use image onload technique as well.
Please give me suggestion on this.