View Full Version : Dynamic-FX Slide-In Menu (v 6.5)
tacmig99
07-08-2006, 02:19 AM
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:
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:
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.
jscheuer1
07-09-2006, 07:02 AM
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'))", ""]
Jesdisciple
07-14-2006, 10:51 PM
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
jscheuer1
07-15-2006, 03:38 AM
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:
<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:
<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>
jr_yeo
07-15-2006, 03:42 AM
found the missing js files :p
they are not in the menu subdir but in the
http://www.auto-chat.net/ccarter/
Jesdisciple
07-15-2006, 03:53 AM
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. \/
jscheuer1
07-15-2006, 03:59 AM
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.