Hi,
I would like to disable the select box to start with. Based on the value of the textbox, I would like to enable it. Can we disable a Select Box? I have worked with disabling with textara and textbox, but the same approach is not working with select box.
<html>
<head>
<title>Check Text Box...
Passed path does exist because it is a drive where the legal admins store all their documents and legal agreements.
But I shall use your suggestion to check if the user folder exists or not. For now, When I try to append the foldername of the user to the folder path, I get an error.
Microsoft...
Hi,
With an email address of the organization, the convention is usually same.
for instance, in the org where I work, it is:
firstName.lastName@company.com
I wish to extract the contents before the '@' sign.
How can I do so in Javascript? Any examples which I can look at? I googled for...
OK. This is what I started with: For now, let me just concentrate on displaying on the right folder and not all folders.
There is 1 common folder - UserDocuments
Within this folder, there are many folders which are created by the legal admin. Naming convention for the user folders is...
I resolved it. I played around with the IIS settings, re-changed the location of the sub-intranet page within the main intranet folder. Now I am able to see the exact mapped directory.
This is what I have in the ASP page:
/*////////////////////////////////////////////
setup
*/////////////////////////////////////////////
// application
var setup_AppServer = "endoweb";
var setup_AppPath = "/Legal/";
var setup_AppDocPath = "/Legal/Docs/";
var setup_AppNewsDocPath =...
Moving of the intranet from local computer to production web server:
I am stuck with the moving and Server.MapPath issue.
In the local computer, my virtual tree looks like this:
Local Computer
WebSites
IIS Local Host
LegalWeb
Docs...
Thanks a lot.
I had done this and replaced with your code. I wanted to do away with hardcoding of the index number.
//var folderToAppend = fileLink.substring(33, fileLink.length); //folder to append
var folderToAppend = fileLink.replace(fileLink1, ""); //folder to append
Now I can open...
This example is good one in illustrating what I want to do:
Original: file://///renoir/DeptWeb/QA/docs/IQC/Gage R&R/CMM for 1188 front gage RR.xls
Strip Domain: file://///renoir/DeptWeb/QA/docs/
New Domain: http://endoweb/departments/QA/Docs/
NewLink...
This is what is it originally:
file://///renoir/DeptWeb/QA/docs/IQC/IQC Mission Statememt/IQC Mission Statement.pdf
I did the following steps:
1. Took the length of the above string stored ina variable fileLink
2. Stripped of the file domain: file://///renoir/DeptWeb
3. Replace the 1st...
I am revisiting this again :(
Please suggest me how to rewrite this to get my desired results:
var fileLink = ("file:///") + folderspec + "/" + filePath[filePathLen-1]; //original line
Above line give the following result:
file://///renoir/DeptWeb/QA/docs/IQC/IQC Mission Statememt/IQC...
Also wanted to add the when I view the files, the link in the address bar looks like in the IE.
Excel File:
\\renoir\DeptWeb\Facilities\Docs\Mens_Lockers.xls
PDF File:
\\renoir\DeptWeb\QA\docs\IQC\IQC Mission Statememt\Testing.pdf
Now the name of the folder 'Statememt' is correct though...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.