Preserved Topic: Folder Tree Menu (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 07-08-2002 02:16
I'm not quite sure if my question falls under JavaScript or HTML. I have a folder tree menu (JavaScript 1.2) and the site I'm trying to create is non-frames. I would like to find out how I can make my text links so that onclick, it opens up a new, smaller window (400x450). In this new window, I don't want toolbar, directories, status, menubar, location, not resizable but YES to scrollbars. |
Bipolar (III) Inmate From: Perth, Australia |
posted 07-08-2002 05:14
Here's my solution. It may not necessarily be the best, but it works! code: <script language="JavaScript" type="text/JavaScript">
code: <a href="#" onClick="openBrWindow('link1.htm','link1','scrollbars=yes,width=400,height=450')">About
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-08-2002 07:41 |
Bipolar (III) Inmate From: |
posted 07-08-2002 19:01
Thank you very much!!! Both worked great!!! |