XML,ASP,Create,pull,down,menu,using,server,si
Quick Search for:  in language:    
XML,ASP,Create,pull,down,menu,using,server,si
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 132,008 lines
 Jobs: 198 postings

 
Sponsored by:

 

You are in:

 
Login


 

 


Latest Code Ticker for ASP/ VbScript.
if i remember, this is a M. Harris code sample
By ask on 8/24


MTS Registration Script
By Igor Krupitsky on 8/23


Click here to see a screenshot of this code!Creating Windows Users with ASP and ADSI
By jamespwalters on 8/23

(Screen Shot)

News Poster (Advanced)
By Martin Kilbryde on 8/22


Print a web document through MS Word
By ask on 8/22


Click here to see a screenshot of this code!ADSI Domain Group Explorer
By Gordon Asbach on 8/22

(Screen Shot)

_-~Who is looking at your site? v2.0!~-_
By John on 8/22


Using HTML Option to Display Current Month
By Patrick Ingle on 8/20


FdB: Free Database (Aka Fake Database)
By TV2k.net on 8/19


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

XML Driven ASP Menu

Print
Email
 
winzip icon
Submitted on: 4/11/2000 5:54:40 PM
By: Patrick Smits  
Level: Intermediate
User Rating: By 14 Users
Compatibility:ASP (Active Server Pages), VbScript (browser/client side)

Users have accessed this code 25596 times.
 
 
     Create a pull down menu using server side XML. All processing of the XML is done using ASP on the server. Easy configurable pull down menu.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code 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 code (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 code 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 code or code's description.


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
5/18/2000 3:11:05 PM:Larry
I tried the code as is, setting up a 
directory with script and execute also 
putting the files in the correct 
directories but no menu showed up.Am I 
missing something
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/19/2000 10:19:10 AM:André Ratté Jr.
It does not support Netscape For IE only
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/19/2000 6:22:17 PM:Duarte
I've the same problem of Larry
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/2/2000 2:28:04 PM:Mathew A Tilman
Along with Larry and Duarte, I too, 
just get blank screens.  Doing a view 
screen on the blank page and scrolling 
to the bottom will expose an error:  
Object doesn't support this property or 
method: 'objNodeList.nextNode'    This 
occurs on line 20 (approx):  set 
objNode = objNodelist.nextNode 
Because of this I consider this bad 
code to be posted and I would suggest 
that you navigate to 
http://webreference.com/xml/column3/ 
for an example and tutorial for XML 
Hierarchical Menus that do work and are 
much easier to understand.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/15/2000 4:31:42 PM:Patrick Smits
Comment on all the comments :
Some 
guys downloaded the code an don't know 
how to use it (I even doubt if they 
know what XML is ;-)). Well anyway. The 
nextNode errormessage you guys get is 
because on old version of the XML 
parser was installed. You should at 
least use  the XML parser which comes 
with IE5. So if you install IE5 on your 
server (or the seperate parser alone) 
it will definitely work. I've tried it 
here with win2000 and everything works 
fine. And a separate comment to Mathew 
:You say the code is bad but I've got 
it working here and a lot of other guys 
have it working. So is this bad code ? 
I don't think so. But there is a 
difference in "I cannot use the code" 
or "the code is bad". I think the first 
option happened to you..
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/21/2000 10:17:00 PM:Greg Haddad
OK, I give up. I've installed MSXML 
3.0, even used the xmlinst.exe for 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/21/2000 10:19:23 PM:Greg Haddad
Sorry about that last post. I have 
installed MSXML 3.0 and even the 
xmlinst.exe for REPLACE mode, so no old 
libraries are referenced. Still does 
not recognize the NextNode method. Any 
idea folks? Thanks in advance.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/8/2001 1:42:29 PM:Mike Kelley
I downloaded the files and had it up 
and going in less than 5 minutes. Loads 
up quick and seems like a good script. 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/16/2001 12:55:19 PM:Michael Ferreira
I loaded up this code and it seems to 
work well.  I tried to modify the code 
so that the list is on the left hand 
side and each menu item is in a list 
form ie( one under the other)  How do I 
do this and then have the submenu's pop 
up on the right hand side of the menu 
instead of underneath it.  Any help 
would be greatly appreciated. 
Thanks,
Mike mferreira@huon.com
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/12/2001 7:36:04 AM:mawar _merah
 cool men it is good.
But I try create 
sub menu
could you tel me to 
mawar_merah_2001@yahoo.com
Tnk
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/9/2002 3:30:22 AM:Jay
doesn't work can't find problem, I get 
his error:
Line: 1
Char: 46
Error: 
Cannot use parentheses when calling a 
Sub
Code:0
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/3/2002 5:10:33 PM:TonysComp
same here, i am using xp (so i have ie6 
installed and iis 2000) dont know much 
about asp, just started learning it.  
but it doesnt work for me either
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/9/2002 6:41:39 AM:nick
i'm using win xp and i've even 
downloaded the ms xml 4.0 parser sdk.  
but somehow i keep getting the error 
message: No data is available for the 
requested resource. 
Why is this so? 
 How do I correct this?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/9/2002 6:43:15 AM:nicholas
i'm using win xp and i've even 
downloaded the latest ms xml 4.0 parser 
sdk.  However, i've error loading the 
xml file.
I keep getting this error: 
No data is available for the requested 
resource. 
Why is tat so?  How do I 
rectify this?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code 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 code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.