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

How to disable URL bar in the child window and also how to fix the height and width in the child window when i am using without URL Bar.

sample code is below
----------------------
Dim strScript As String = "window.open('AccessPrivilages.aspx?EmpId=" & EmpNumber & "','popupwindow','height=375, center:yes, width=265, status=no, resizable= no, menubar=no, toolbar=no, location=yes, scrollbars=no, status=no');"


pls. correct me and update the same.

Regards,
Ganesh.S
Posted
Updated 23-Jun-11 11:18am
v2

 
Share this answer
 
Hi,
You have to provide location=0 for other parameters check this link below
http://www.javascript-coder.com/window-popup/javascript-window-open.phtml[^]
 
Share this answer
 

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