Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Macnimation #1
Linking to Network Folder path with javascript
Hi,
I need some help please and hopefully you have the answer.
I have a javascript code that involves two drop down menus, when one is chosen
the second menu populates depending on the chosen option in the first.
This works fine, except for the second menus links. It is set to automatically
go to the network drive folder when chosen.
If its a web page it works fine, but if it is a folder on the drive it cannot
display the page:
The javascript example for each link I have is:
options[1]=new Option("Power &
Technologies","file:///\\net-drive\Users\support\Training Presentations\Ongoing
Training\Power");
When the page loads, the address bar displays:
\\net-driveUserssupportTraining PresentationsOngoing TrainingPower
As you can see it is not loading the "\" Backslashes to seperate the path
links.
Can this be rectified in anyway please?
Cheers
Macnimation Guest
-
cfdirectory - linking directory folder to contents ofdirectory.
cfdirectory listing... Here is my problem... I am listing directorys and when each directory is listed I want to list the contents of that... -
help linking from a projector to *.dir within another folder
Hi, I´m triying to link a dir document in a folder (b) from a projector in a folder (a), the folder (b) is in the folder (a), I have tried with: ... -
script for linking to a folder on cd-rom
Hi there I've just joined the forum and a beginner user of director. This is probably a very basic question but can someone please tell me how I... -
Network linking 2 machines
WIN XP Prof Hi there. I'm totally new to what I am asking now, so please help me out. I have a PC (XP Prof) and a Laptop (XP Prof) I have... -
linking with home directory path
I have a script that contains style sheets and I can't seem to link it on my Windows 2000 IIS server. It works perfectly fine on my Windows XP IIS... -
delaneypub #2
Re: Linking to Network Folder path with javascript
Since the backslash character in Javascript is used to escape special
characters within strings, I would try preceding the backslashes between folder
names with another backslash, i.e. net-drive\\Users...
delaneypub Guest
-



Reply With Quote


