J
|
Jane 4/3/2008 |
Hi, <A class=tablelinks2 href="TableName_view.php?{$row.1editlink}">View</A>
<A class=tablelinks2 href="TableName_view.php?{$row.1editlink}" target=_blank>View</A> |
A
|
anjeko author 4/3/2008 |
Hi, you can do it editing your list page in the HTML mode on the Visual Editor. Find this code: and replace it with this one:
|
J
|
Jane 4/3/2008 |
Hi, <A class=tablelinks2 href="TableName_view.php?{$row.1editlink}" onclick="window.open('TableName_view.php?{$row.1editlink}',null, 'height=200,width=400,status=yes,toolbar=no,menubar=no,location=no');">View</A> |
A
|
anjeko author 4/7/2008 |
Hi, use JavaScript to open window with given size.
|