I have a radio button field where I would like the choices to be a link that will
open a new window without the taskbar. So, when I type in the html code to do this
in the formula window for the radio button field, the browser ignores the onclick
code. It does open in a new window but the size is not altered and the taskbar is
present. I think it is a syntax problem…can anyone figure out the problem? Thanks.
Here is the code I have in the choices box (use formula for choices) for the radio
button field:
“none” :
“{<A HREF=‘http://templateA.jpg’ onClick=‘popup = window.open(‘http://templateA.jpg’,
‘PopupPage’, ‘height=450,width=500,scrollbars=no,resizable=no,menubar=no,toolbar=no’);
return false’ target=‘_blank’>A]” :
“{<A HREF=‘http://templateB.jpg’ onClick=‘popup = window.open(‘http://templateB.jpg’,
‘PopupPage’, ‘height=450,width=500,scrollbars=no,resizable=no,menubar=no,toolbar=no’);
return false’ target=‘_blank’>B]” :