Wahyu Kurniawan Blog


Some of your need maybe at here





See also: Other Geeks@INDC

Browse by Tags

All Tags » - JavaScript (RSS)
Sorry, but there are no more tags available to filter with.
Removing Browser Scrollbar
Maybe some people is looking for this kind of trick. Just add this style (overflow-y:hidden;) on tag <BODY> . So it's look like this: <BODY style='overflow-y:hidden;'> //Your HTML Code </BODY> Have a nice code!!!. Share this post...
Automatic Maximize When Open New Window
Some project in my office want to open a new window with automatically maximize. I have to google about this, and there is some resource out there that is not work. So I have try to combine some resource and my knowledge about javascript and found a code...