Browse by Tags
All Tags »
- JavaScript (
RSS)
Sorry, but there are no more tags available to filter with.
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...
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...