-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: dumeel
Message 3 in Discussion


Deviprasad, 
Hope this may solve your problem. 
<html>
    <head></head>
    <body>
        <script>
           
            var openWindow = new Array();
            
           
            function trackOpen(winName) {
                openWindow[openWindow.length]=winName;
            }
            
            function closeWindows() {
                var openCount = openWindow.length;
                for(r=0;r<openCount;r++) {
                    openWindow[r].close();
                }
            }
            
            function open1() {
                var win1 = open("http://www.yahoo.com";);
                trackOpen(win1);
            }
        
            function open2() {
                var win2 = open("http://www.google.com";);
                trackOpen(win2);
            }
            function open3() {
                var newURL = document.getElementById("url").value;
                var win3=open(newURL);
                trackOpen(win3);
            }
        
        </script> 
        <input type="button" value="Open 1" onclick="open1()" ID="Button1" 
NAME="Button1"><br>
        <input type="button" value="Open 2" onclick="open2()" ID="Button2" 
NAME="Button2"><br>
        URL: <input type="text" id="url" NAME="url"> <input 
type="button" value="Open URL" onclick="open3()" ID="Button3" 
NAME="Button3"><br>
        <input type="button" value="Close All" onclick="closeWindows()" 
ID="Button4" NAME="Button4"> 
    </body>
</html>  -Sharavanan

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to