Polishwonder74
04-27-2005, 07:21 PM
Lots of Jim menu questions today! My question shouldn't be too hard for you fellas. I'm trying to get all my html files to point to one single set of images & includes directories, instead of copying them into every directory in my tree. For some reason it's just not working. I've tried pointing to it by http address, and also by directory structure, and neither seem to work. Does anyone know what I could be doing wrong?
<script type="text/javascript" src="../includes/browser.js">
/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
* This notice must stay intact for use
***********************************************/
</script>
<script type="text/javascript" src="../config.js">
</script>
<script type="text/javascript" src="http://url/includes/browser.js">
/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
* This notice must stay intact for use
***********************************************/
</script>
<script type="text/javascript" src="http://url/config.js">
</script>
Does anyone know off of the top of their head what I could be goofing up? Everything looks kosher to me, but it's just not working.
/Man, I always do this, I always miss some mundane detail.
<script type="text/javascript" src="../includes/browser.js">
/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
* This notice must stay intact for use
***********************************************/
</script>
<script type="text/javascript" src="../config.js">
</script>
<script type="text/javascript" src="http://url/includes/browser.js">
/***********************************************
* Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
* Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
* This notice must stay intact for use
***********************************************/
</script>
<script type="text/javascript" src="http://url/config.js">
</script>
Does anyone know off of the top of their head what I could be goofing up? Everything looks kosher to me, but it's just not working.
/Man, I always do this, I always miss some mundane detail.