This Blog is created and maintained for personal use. If any of these posts are useful to other, then i am very happy. Please share your thoughts and ideas to improve this blog.
Thursday, September 29, 2011
Thursday, September 8, 2011
HOW TO OPEN POPUP USING JAVASCRIPT
<a href="#" onclick="OpenWindow()">Insert Data<script language="javascript" type="text/javascript">
function OpenWindow()
{
window.open ("PopUpWindow.aspx",
"mywindow", "menubar=0,resizable=0," +
"width=350,height=250,toolbars=0");
}
</script>
Subscribe to:
Posts (Atom)