This topic is locked

popup window

10/23/2007 1:24:46 PM
ASPRunnerPro General questions
I
itsme22012000 author

How do I change when you select view to use a popwindow rather than opening the view.asp page?

Sergey Kornilov admin 10/23/2007

Proceed to the list page in Visual Editor, make "View" link selected and switch to HTML mode.
Add target=_blank to the link code:
<A target=_blank class=tablelinks id=viewlink_add href="Cars_view.php?">View</A>