Click here to Skip to main content
15,881,879 members
Home / Discussions / Web Development
   

Web Development

 
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 
Questionget left/top of a Frame Pin
vtalau17-May-08 15:57
vtalau17-May-08 15:57 
AnswerRe: get left/top of a Frame Pin
Shog917-May-08 17:47
sitebuilderShog917-May-08 17:47 
QuestionIE and setTimeout... Pin
RX Maverick17-May-08 2:53
RX Maverick17-May-08 2:53 
AnswerRe: IE and setTimeout... Pin
Guffa17-May-08 6:57
Guffa17-May-08 6:57 
AnswerRe: IE and setTimeout... Pin
Shog917-May-08 7:17
sitebuilderShog917-May-08 7:17 
QuestionReading File Pin
danasegaranea16-May-08 21:12
danasegaranea16-May-08 21:12 
AnswerRe: Reading File Pin
Guffa18-May-08 6:43
Guffa18-May-08 6:43 

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.