Keeping a pop-up window on top
February 13, 2006 12:00 AM
Thanks ever so much for the tip. It took a while to make it work but here is the solution. First I created the iframe with and HTML object containing the code below. I could have set it to a static page, but I did not want to have to keep recoding it if I changed the page name.
Code:
Then I adapted it to handle the certificate name problem some people have asked about. (We are still waiting on a way to print in Landscape w/o user intervention.)
Code:
function CertificateName (x) {document.frames['ifrm'].document.write('
'+ x +'
');}When you get ready to display the certificate, run an action like this sets any variable except the one that contains the UserName to:
Code:
javascript: y=CertificateName(VarUserName.getValue())
Replace the UserName with your variable name.cheers,benEdited By: bpitman on 2006-2-15 16:12:46
Discussions have been disabled for this post