mIRC Home    About    Download    Register    News    Help

Print Thread
#132400 10/10/05 10:40 AM
Joined: Nov 2003
Posts: 157
RuFy Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Hi, I need help with html. I usa nHTML to dock html pages into mIRC's window.
Well, my problem is:
I would like to delete the HTML scroll bar of that page (height and weight).
What can I do to delete those scroolbar?

Thanks in advance, and sorry for my english.

#132401 10/10/05 12:05 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Javascript: window.scrollbar.visible=false

or use iframe in the page
<IFRAME SRC="iframe.html" WIDTH=250 HEIGHT=150 SCCROLLING=NO>


$maybe
#132402 10/10/05 12:16 PM
Joined: Nov 2003
Posts: 157
RuFy Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Ahem, I'm not a guru of HTML. Can you write the code with Javascript Method?
It was in the <head> tag?

Last edited by RuFy; 10/10/05 12:17 PM.
#132403 10/10/05 12:56 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
i did some fiddling and realised that the javascript is flaw
use this instead <body scroll="auto"> doesnt work in FF but nhtmln uses IE so no need for that worry :tongue:


$maybe
#132404 10/10/05 01:17 PM
Joined: Nov 2003
Posts: 157
RuFy Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Yeah, it works. Many Thanks laugh


Link Copied to Clipboard