Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 21st, 2004, 12:23 PM
Authorized User
 
Join Date: Sep 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default site breadcrumbs

Hello;

    What i am trying to accomplish is a simple breadcrumb asp script, the way I am doing it now is with simple html and i would like to convert all of them to asp. Is there a easy way of doing this? Here is what i am doing:

Code:
<p><a href="intro_e.asp">Cadet Corps/Squadron Directory</a> &raquo; <a href="sear-rech_e.asp">Search</a> &raquo;</p>
and by going with something like http referer or something.. could someone give me a example of a ASP breadcrumb with the above example please so that i could work on it and modify it to my needs.

PS: Also i have some pages that connects trough a database and it keeps the same URL but the end of the URL changes that makes it a new page example:

postal_search_f.asp

has this for breadcrumb:
Code:
<p><a href="intro_e.asp">Cadet Corps/Squadron Directory</a> &raquo;</p>
the output would be: [u]Cadet Corps/Squadron Directory</u> >>

postal_search_f.asp?search=A0A&Submit=Recherche+de +code+postal

I want this for the breadcrumbs
Code:
:<p><a href="intro_e.asp">Cadet Corps/Squadron Directory</a> &raquo; <a href="sear-rech_e.asp">Search</a> &raquo;</p>
The output would be: [u]Cadet Corps/Squadron Directory</u> >> [u]Search</u> >>


But since its the same page how can I accomplish this?



Thanks and have a great day.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Publish Web Site & Copy Web Site angshujit ASP.NET 2.0 Basics 1 June 15th, 2007 09:21 AM
breadcrumbs question... yasminnnnn ASP.NET 2.0 Basics 0 December 18th, 2006 04:23 PM
Implementing breadcrumbs with ASP classic chuksted C# 11 June 14th, 2005 07:58 PM
how do i change the site icon on a geocitiies site uprocker2 HTML Code Clinic 2 March 4th, 2005 07:20 AM
need help new to this site dprulhiere VBScript 3 December 20th, 2004 09:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.