|
|
 |
| |
Terms of Agreement:
By using this article, you agree to the following terms...
1) You may use
this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame.
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
|
<%
'This is virtual LDAP
Dim HomeDomain,sLocation
HomeDomain = Virt_Root
'set your static XML files
'Writer: Sunker
function SearchXML(Svocab)
sLocation = HomeDomain & "Template/"
select case (Svocab)
case "left"
SearchXML = sLocation & "left.xml"
case "coding"
SearchXML = sLocation & "coding.xml"
case "manager"
SearchXML = sLocation & "manager.xml"
end select
end function
'set your static XSL files
'Writer: Sunker
function SearchXSL(Svocab)
sLocation = HomeDomain & "Layout/"
select case (Svocab)
case "general"
SearchXSL = sLocation & "general.xsl"
end select
end function
%>
More info, please click link here:
Web Methodology
| |
|
|
Other 2 submission(s) by this author
|
|
| |
Report Bad Submission |
|
| |
| Your Vote! |
|
See Voting Log |
| |
| Other User Comments |
4/16/2001 7:17:36 AM: Jeremia Lexiuos
this is great think of the development time. i think your design and algorithm is good. but you must check the depthless include. (If this comment was disrespectful, please report it.)
|
4/20/2001 4:21:09 AM: Chisia
It's really great...article...!! (If this comment was disrespectful, please report it.)
|
4/25/2001 3:14:13 PM: Vera
Your desing is very good (If this comment was disrespectful, please report it.)
|
5/10/2001 3:56:02 PM: jazper20
Am I missing something? all I see is 2 functions and a graphic of a web model. When I click the link I am dumped into a fourm, where is the information? (If this comment was disrespectful, please report it.)
|
6/24/2001 8:03:25 AM: Adam
Not bad. Another article on this topic which is pretty good is www.ssw.com.au/ssw/methodology (If this comment was disrespectful, please report it.)
|
7/24/2003 4:09:42 PM: CodeFester
The link is dead... 1 ball for this. (If this comment was disrespectful, please report it.)
|
9/25/2007 11:03:47 AM: venkat
i need more on asp prjects like bidding online.. please send it to me
(If this comment was disrespectful, please report it.)
|
|
|
Add Your Feedback! |
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.
NOTICE: The author of this article has been kind enough to share it with you. If you have a criticism, please state it politely or it will be deleted.
For feedback not related to this particular article, please click here. |
To post feedback, first please login. |