Multiple Templates and Spawning Java Script
I have a two page document that I would like the end user to be able to click a button and two new pages spawn.
I was able to figure out how to get one page to spawn but I can't seem to get both from the same button click.
This is the java script I am using:
var a = this.getTemplate ("Account Placement New"); a.spawn();
The new templates is Guarantor Placement New.
