Log in

View Full Version : html, javascript, code help PLEASE


01-23-2004, 07:38 AM
I finally got Macromedia's Dreamweaver for my webpage but, I made seperate frames. The left frame however doesnt have a scroll bar. Im sure I could just put HTML or JAVASCRIPT in there and manually add the scrollbars. Can anyone help please? 8)

Scorpious2k
01-23-2004, 10:38 AM
How about changing

<frame src="UntitledFrame-2.htm" name="leftFrame" scrolling="NO" noresize>

to

<frame src="UntitledFrame-2.htm" name="leftFrame" scrolling="YES" noresize>

or

<frame src="UntitledFrame-2.htm" name="leftFrame" noresize>

01-23-2004, 07:41 PM
Thank god for Scorpious thanks pal! I knew you from your old server on 4.4 you got one on the newest version? BTW could I get this in javascript =D