Add New in Popup |
2/17/2008 7:55:36 AM |
ASPRunnerPro General questions | |
How can I set "Add New" window to appear in a popup window in version 5.2? |
|
![]() |
Sergey Kornilov admin 2/18/2008 |
Proceed to Visual Editor in HTML mode and change link properties to open in new window: <a target=_new href ... |
A
|
agmoraojr 4/12/2008 |
hi admin, Proceed to Visual Editor in HTML mode and change link properties to open in new window: |
J
|
Jane 4/14/2008 |
Hi, |
L
|
luic 4/14/2008 |
After the record is added, I can close the add page but how can I automatically refresh the list page to show the new record? |
J
|
Jane 4/15/2008 |
Chris, %><script> opener.location.reload(true); self.close(); </script><% |
B
|
Bryan 5/6/2008 |
Hi, |
J
|
Jane 5/7/2008 |
Bryan, <span class=buttonborder><input disptype="control1" type=button class="button" value="Add new" onClick="window.open('Table1_add.asp');"></span> |