Click here to Skip to main content
15,890,670 members
Home / Discussions / Web Development
   

Web Development

 
Questionserver side javascript Pin
Member 295777421-May-08 20:55
Member 295777421-May-08 20:55 
AnswerRe: server side javascript Pin
Laddie21-May-08 21:05
Laddie21-May-08 21:05 
AnswerRe: server side javascript Pin
l a u r e n22-May-08 20:29
l a u r e n22-May-08 20:29 
AnswerRe: server side javascript Pin
Shog923-May-08 4:23
sitebuilderShog923-May-08 4:23 
QuestionAJAX: How do I set the autocomplete extender to become case sensitive? Pin
bangbangbogi21-May-08 20:38
bangbangbogi21-May-08 20:38 
AnswerRe: AJAX: How do I set the autocomplete extender to become case sensitive? Pin
bangbangbogi25-May-08 17:16
bangbangbogi25-May-08 17:16 
QuestionDisable 'save background as' Pin
venkat86_ece21-May-08 2:49
venkat86_ece21-May-08 2:49 
AnswerRe: Disable 'save background as' [modified] Pin
Laddie21-May-08 4:18
Laddie21-May-08 4:18 
AnswerRe: Disable 'save background as' Pin
Shog921-May-08 8:16
sitebuilderShog921-May-08 8:16 
QuestionProblem with the ReorderList Control in ASP.NET AJAX [modified] Pin
kstxx20-May-08 21:25
kstxx20-May-08 21:25 
AnswerRe: Problem with the ReorderList Control in ASP.NET AJAX Pin
kstxx22-May-08 9:34
kstxx22-May-08 9:34 
Questiondatabase connection in .net Pin
saravanan0520-May-08 21:03
saravanan0520-May-08 21:03 
AnswerRe: database connection in .net Pin
Christian Graus21-May-08 0:21
protectorChristian Graus21-May-08 0:21 
Questionchange width and height of internet explorer Pin
garga120-May-08 18:46
garga120-May-08 18:46 
AnswerRe: change width and height of internet explorer [modified] Pin
tonymathewt20-May-08 22:54
professionaltonymathewt20-May-08 22:54 
function resizeWindow()
{
   var screen_x = 150;
   var screen_y = 100;
   window.resizeTo(screen_x, screen_y);
   window.moveTo(0,0);    
}


just add the above javascript function inside script tags and call the function inside body tag:
<body onload="javascript:resizeWindow()" >


modified on Wednesday, May 21, 2008 5:33 AM

GeneralRe: change width and height of internet explorer Pin
garga121-May-08 19:08
garga121-May-08 19:08 
QuestionC# Web Service Pin
Mc Gerald20-May-08 5:08
Mc Gerald20-May-08 5:08 
AnswerRe: C# Web Service Pin
Ashfield22-May-08 1:34
Ashfield22-May-08 1:34 
QuestionReload variable in Javascript Pin
wheel2719-May-08 23:07
wheel2719-May-08 23:07 
AnswerRe: Reload variable in Javascript Pin
Christian Graus20-May-08 0:54
protectorChristian Graus20-May-08 0:54 
GeneralRe: Reload variable in Javascript Pin
wheel2720-May-08 22:36
wheel2720-May-08 22:36 
GeneralRe: Reload variable in Javascript Pin
wheel2721-May-08 3:20
wheel2721-May-08 3:20 
QuestionUTF8 extended characters don't show in ASP Pin
darthBug19-May-08 9:33
darthBug19-May-08 9:33 
QuestionMerge multiple frame contents to single word document Pin
giri_jazz19-May-08 0:34
giri_jazz19-May-08 0:34 
QuestionAuthentication methods of ASP.Net Pin
pashitech18-May-08 23:56
pashitech18-May-08 23:56 

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.