Forum: JavaScript / DHTML / AJAX Feb 20th, 2009 |
| Replies: 2 Views: 904 You can achieve that easily using window.open() javascript function.
If you want to use a modal dialog you can use window.showModalDialog("calc.php");
but I think it only works in IE. You can... |