You can use the target parameter in form tag:
<form action="file.html" method="post" target="_blank">
OR
<form action="file.php" method="post" target="foo" onsubmit="window.open(", 'foo', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')">
This will open a new window on submit.
--
ఇట్లు మీ,
చంద్రశేఖర్.
No comments:
Post a Comment