C
|
cgphp 7/18/2011 |
In the Javascript onLoad event: $("#button_or_link_id").click(function(e){ |
H
|
hsan author 7/18/2011 |
In the Javascript onLoad event: $("#button_or_link_id").click(function(e){
|
C
|
cgphp 7/19/2011 |
You can't close the main window directly. The close() method only works for windows opened with the open() method. |
H
|
hsan author 7/19/2011 |
You can't close the main window directly. The close() method only works for windows opened with the open() method. You should load the main window via javascript to do that.
|