toadlips Posted September 25, 2008 Posted September 25, 2008 I'm hoping someone can provide me the exact information I need to customize the javascript that another member posted about (http://webmediaconception.com/de/developme...dcrumbs.en.html They were easy to customize and all u do is add the JS file wherever u want the breadcrumbs to show up like so: <script language="JavaScript" type="text/javascript" src="js_paths.js"></script>). I am using js_path.js My website was set up by a developer who is not with the group anymore. The website's path is \\Narc00bdms09\Apps\web\MES\ then the actual pages. I am not a developer, but I changed the script so that the Narc00bdms09 doesn't show, just Apps\...... What I'd like to do, if possible, is hide Apps\web\MES or better yet replace those folders with mes.bdx.com instead. Can this be done? Thank s so much for any help you can provide! Quote
TCH-Bruce Posted September 25, 2008 Posted September 25, 2008 Welcome to the forums toadlips I'm not sure this will give you what you are asking but if you put the full path to the .js file in the "src=" so something like this should work. ><script language="JavaScript" type="text/javascript" src="http://mes.bdx.com/js_paths.js"></script> As long as the js_paths.js file is in your root web folder for that domain it should work. Quote
Bunni Posted September 25, 2008 Posted September 25, 2008 Welcome, toadlips. Do toads have lips? Quote
toadlips Posted September 25, 2008 Author Posted September 25, 2008 Welcome to the forums toadlips I'm not sure this will give you what you are asking but if you put the full path to the .js file in the "src=" so something like this should work. ><script language="JavaScript" type="text/javascript" src="http://mes.bdx.com/js_paths.js"></script> As long as the js_paths.js file is in your root web folder for that domain it should work. Thanks. I tried this and it undid what I had managed to hide (the first folder, Narc00bdms). That was with the page in a folder one below the root, if that makes a difference. Quote
TCH-Bruce Posted September 25, 2008 Posted September 25, 2008 It appears that the script you are using is no longer maintained. The site for that script is gone. But I did find a reference on a JavaScript forum that may help. If not maybe a different breadcrumb script is what you need. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.