Results 1 to 7 of 7

Thread: Dynamic-FX Slide-In Menu (v 6.5)

  1. #1
    Join Date
    Oct 2005
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic-FX Slide-In Menu (v 6.5)

    1) Script Title:
    Dynamic-FX Slide-In Menu (v 6.5)

    2) Script URL (on DD):
    http://dynamicdrive.com/dynamicindex1/davidmenu.htm

    3) My Problem:
    In the file ssmItems.js here is the code for the links:
    Code:
    ssmItems[0]=["Header"]
    ssmItems[1]=["Link Name", "URL", "target"]
    I now how to use this but I can't figure out how to make the page open in a non-resizable window. I tried:
    Code:
    ssmItems[0]=["Header"]
    ssmItems[1]=["Link Name", "URL", "window.open('URL', 'Sample', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=600,height=400')"]"]
    But it just opens in a regular window.
    Any help much appreciated, thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    ssmItems[1]=["Dynamic Drive", "javascript:void(window.open('http://www.dynamicdrive.com','_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=600,height=400'))", ""]
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    Dynamic-FX Slide-In Menu
    http://www.auto-chat.net/ccarter/ha.html

    Okay, I have absolutely no idea why, but I made a test page and it does absolutely nothing. I went through several times to proofread and make sure it matched, and even re-pasted the code a few times. Any help will be much appreciated.

    Thanks in advance,
    Chris

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Jesdisciple
    Dynamic-FX Slide-In Menu
    http://www.auto-chat.net/ccarter/ha.html

    Okay, I have absolutely no idea why, but I made a test page and it does absolutely nothing. I went through several times to proofread and make sure it matched, and even re-pasted the code a few times. Any help will be much appreciated.

    Thanks in advance,
    Chris
    To begin with, these (red) are invalid on the web:

    Code:
    <SCRIPT SRC="menu\JavaScript.js" type="text/javascript"></SCRIPT>
    <SCRIPT SRC="menu\ssm.js" type="text/javascript"></SCRIPT>
    They should be:

    /

    Also, I don't know much about how you have your server set up but, it appears as though you do not have a:

    menu/JavaScript.js

    or a:

    menu/ssm.js

    there anyway. And, where is the link to:

    ssmItems.js

    ?

    Source code from your provided link:

    Code:
    <html>
    	<head>
    		<title>test</title>
    		<style type="text/css">
    		<!--
    			A.ssmItems:link		{color:black;text-decoration:none;}
    			A.ssmItems:hover	{color:black;text-decoration:none;}
    			A.ssmItems:active	{color:black;text-decoration:none;}
    			A.ssmItems:visited	{color:black;text-decoration:none;}
    		//-->
    		</style>
    
    		<SCRIPT SRC="menu\JavaScript.js" type="text/javascript"></SCRIPT>
    		<SCRIPT SRC="menu\ssm.js" type="text/javascript"></SCRIPT>
    	</head>
    	<body>
    		ha		
    	</body>
    </html>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    found the missing js files

    they are not in the menu subdir but in the

    HTML Code:
    http://www.auto-chat.net/ccarter/
    Last edited by jr_yeo; 07-15-2006 at 03:51 AM.
    Please don't mind me. I am just posting a lot of nonsense.

  6. #6
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    Everyone finally finds my original after I make a new one, lol. \/ Ahh.. dunno if you were offended, but I wasn't trying to be rude. \/
    Last edited by Jesdisciple; 07-15-2006 at 04:43 AM.

  7. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Jesdisciple
    Everyone finally finds my original after I make a new one, lol.
    I was only responding to a recent post, one that was posted between now and the last time I logged on. Perhaps post less and be patient more, obi wan.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •