Kees de Boer
|
| Posted: 12/22/2005, 6:00 AM |
|
Hi,
I use some popup-windows (or new windows) to edit detail records.
Now I would like to use a button or a link to let the users close these windows in stead of using 'X'in the upper righthand corner.
I have seen some message about closing, but I cannot see how/where to implement it...
Regards,
Kees
|
|
|
 |
E43509
Posts: 283
|
| Posted: 12/22/2005, 7:30 AM |
|
Very easy to do
<a class="SaladNavigatorLink" href="javascript:self.close();">Close</a>
Just put this tag in your HTML
|
 |
 |
Kees de Boer
|
| Posted: 12/23/2005, 3:55 AM |
|
Hi, it works. thanks!
|
|
|
 |
|