shadiadiph Posted March 29, 2009 Share Posted March 29, 2009 sorry i am totally useless at javascript can anyone tell me why the scrollbar isn't appearing? <body onload="window.resizeTo(900,800,scrollbar=yes)"> Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted March 29, 2009 Share Posted March 29, 2009 Try: <body onload="window.resizeTo(900,800,scrollbar=yes);"> Quote Link to comment Share on other sites More sharing options...
corbin Posted March 29, 2009 Share Posted March 29, 2009 There is no third parameter with resizeTo. Quote Link to comment Share on other sites More sharing options...
shadiadiph Posted March 29, 2009 Author Share Posted March 29, 2009 ok thanks Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted March 29, 2009 Share Posted March 29, 2009 in which case you would do: <body onload="window.resizeTo(900,800);" style="overflow:auto;"> Quote Link to comment Share on other sites More sharing options...
shadiadiph Posted March 29, 2009 Author Share Posted March 29, 2009 i could do that in my stylesheet thanks Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted March 29, 2009 Share Posted March 29, 2009 if this is solved please mark topic as solved (button in left lower corner) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.