J
|
Jane 4/11/2007 |
Stephan, function DisplayCloseWindow() { echo "<html><head><title>TableName</title><link REL=\"stylesheet\" href=\"include/your_style.css\" type=\"text/css\"></head><body topmargin=5>"; echo " "; echo "<hr size=1 noshade>"; echo "<a href=# onClick='window.close();return false;'>".mlang_message("CLOSE_WINDOW")."</a>"; echo "</body></html>"; }
|