Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:29
koncuk20-Apr-10 22:29 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 22:33
professionalArindam Tewary20-Apr-10 22:33 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:44
koncuk20-Apr-10 22:44 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 23:17
professionalArindam Tewary20-Apr-10 23:17 
AnswerRe: How to Hide the Address bar and status bar Pin
michaelschmitt20-Apr-10 22:46
michaelschmitt20-Apr-10 22:46 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 23:56
koncuk20-Apr-10 23:56 
GeneralRe: How to Hide the Address bar and status bar Pin
michaelschmitt21-Apr-10 0:20
michaelschmitt21-Apr-10 0:20 
AnswerRe: How to Hide the Address bar and status bar Pin
Jamil Hallal21-Apr-10 2:47
professionalJamil Hallal21-Apr-10 2:47 
In javascript use the open method to create a new window that contains Sample.htm. The new window is 200 pixels by 400 pixels and has no status bar, no toolbar, no menu bar, or address field.Please check the following example:

window.open("Sample.htm",null,
"height=200,width=400,status=no,toolbar=no,menubar=no,location=no");

GeneralRe: How to Hide the Address bar and status bar Pin
koncuk21-Apr-10 2:53
koncuk21-Apr-10 2:53 
GeneralRe: How to Hide the Address bar and status bar Pin
sujit.patil22-Aug-11 3:09
sujit.patil22-Aug-11 3:09 
QuestionGRID VIEW ISSUE Pin
Amit Patel198520-Apr-10 21:38
Amit Patel198520-Apr-10 21:38 
AnswerRe: GRID VIEW ISSUE Pin
Brij20-Apr-10 21:42
mentorBrij20-Apr-10 21:42 
AnswerRe: GRID VIEW ISSUE Pin
Arindam Tewary20-Apr-10 22:42
professionalArindam Tewary20-Apr-10 22:42 
Questionreg image wen specified in table Pin
sowjanya320-Apr-10 19:06
sowjanya320-Apr-10 19:06 
AnswerRe: reg image wen specified in table Pin
Viral Upadhyay20-Apr-10 19:23
Viral Upadhyay20-Apr-10 19:23 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 19:52
sowjanya320-Apr-10 19:52 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 20:01
sowjanya320-Apr-10 20:01 
GeneralRe: reg image wen specified in table Pin
sowjanya320-Apr-10 20:10
sowjanya320-Apr-10 20:10 
AnswerRe: reg image wen specified in table Pin
manoj_mishra21-Apr-10 0:55
manoj_mishra21-Apr-10 0:55 
QuestionGridDataitem retrival issue Pin
mark_me20-Apr-10 15:25
mark_me20-Apr-10 15:25 
AnswerRe: GridDataitem retrival issue Pin
Arindam Tewary20-Apr-10 22:32
professionalArindam Tewary20-Apr-10 22:32 
NewsWindows Azure Free 1 week pass - 19 to 26 April Pin
GoAzure20-Apr-10 11:32
GoAzure20-Apr-10 11:32 
RantRe: Windows Azure Free 1 week pass - 19 to 26 April Pin
Rutvik Dave21-Apr-10 5:23
professionalRutvik Dave21-Apr-10 5:23 
GeneralRe: Windows Azure Free 1 week pass - 19 to 26 April Pin
GoAzure22-Apr-10 9:34
GoAzure22-Apr-10 9:34 
GeneralRe: Windows Azure Free 1 week pass - 19 to 26 April [modified] Pin
GoAzure3-May-10 9:57
GoAzure3-May-10 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.