Forum Discussion
MCFNeil
9 years agoQrew Captain
If you want to open a small pop-up window via an HTML text page, you'll want to use a combination on
and
The URL would direct to your specific form, and the new window call would make it a pop-up, and then jsut set your size.
onclick=\"var a=window.open('"&URLRoot().....
and
'newwindow', 'width=600,height=200');
The URL would direct to your specific form, and the new window call would make it a pop-up, and then jsut set your size.
- BradElmore8 years agoQrew Assistant CaptainMatthew,
I'm using a URL formula field to build a URL link to an external site.....I would like to create a Text formula field that uses the code you suggested to open my [URL formula field] into a pop-up window. Would you mind sharing with me what the code would be -- that I would need to use within my formula text field? thank you!