Click here to Skip to main content
15,920,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am writing a java script for opening a pop-up window like this.
JavaScript
<script type="text/javascript">
     function openrenewpopup(Jobid, Strkeyskills)
        {
            window.open('renewpopup.aspx?&Jobid=' + Jobid + '&strkeyskills=' + Strkeyskills, 'List', 'scrollbars=yes,resizable=no,left=140,top=100,width=750,height=150');
        }   
    </script>

Pop-up window is opening but I want the pop-up window without address bar(URL).


Please help me,
Divya
Posted
Updated 18-Dec-11 19:39pm
v2
Comments
saxenaabhi6 19-Dec-11 1:51am    
read on this http://www.w3schools.com/jsref/met_win_open.asp

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900