EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Off Topic (https://www.eqemulator.org/forums/forumdisplay.php?f=626)
-   -   html, javascript, code help PLEASE (https://www.eqemulator.org/forums/showthread.php?t=11513)

01-23-2004 07:38 AM

html, javascript, code help PLEASE
 
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

Code:

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

Code:

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

Code:

  <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


All times are GMT -4. The time now is 07:27 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.