This topic is locked
[SOLVED]

 Balloon or pop-up window

11/30/2010 2:40:19 PM
PHPRunner General questions
C
chuckbower author

Can anyone make a suggestion on how to dynamically put a balloon or pop-up window link on the contents of a field?
I am using PHP Runner 5.3 build 6843.
Chuck

J
Jane 12/1/2010

Hi,
use Custom format on the "View as" settings dialog on the Visual Editortab for this purpose.

Here is a sample:

$value = "<a href=# onclick=\"window.open('...');\">".$value."</a>";

More info here:

http://www.w3schools.com/jsref/met_win_open.asp