Print Page | Close Window

expanding menu with non store pages

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=73
Printed Date: 27-September-2024 at 2:58pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: expanding menu with non store pages
Posted By: maxwell
Subject: expanding menu with non store pages
Date Posted: 10-December-2005 at 11:38am

I have a scenario that I would like to acheive

my home page is an index.html.  I would like to make the expanding menu code a part of my standard left nav for a particular site.  How do I use this code for both the index and the store (.asp) pages.  It works well with the store pages, but I would like all the pages to have the expanding menu nav that ties to the categories.  I don't want to change file extensions for fear of disturbing current seo rankings.  Any suggestions?

Thanks,

Max




Replies:
Posted By: Nothing
Date Posted: 10-December-2005 at 7:03pm
Hi Max
getting a static version of your menu is easy.. keeping it updated is another issue...

to get a static menu off your dynamic site:
1- use any browser...ie, firefoxe etc, and surf to the page on your site you want the menu TO LOOK LIKE.
2- while on that page, select VIEW SOURCE. (ctrl-u in firefox). Copy and past the contents into your (any) html editor... save that file as whatever.html. That static page should now load with a verion of your nav menu.
3- open the file you saved with your html editor and you should be able to tweak things from there...

maybe that helps?

nothing





<script>
function UpDown(tabid)
{
var etab=eval(tabid);
if (etab.style.display=='')
{ etab.style.display='none';
}
else
{ etab.style.display='';
}
}
</script>

your menu items should be listed under here..



Posted By: watercrazed
Date Posted: 19-February-2006 at 3:54am
You can use the asp code in your html page no need to change the name of the page, on the 3 hosts I have been with (all shared hosting) it is easy for them to set your account to have asp, php ect.. interpeted on the server when imbeded in an html page.

-------------
John

http://www.ultimatewatermassage.com - massagers, heat therapy, buckwheat pillows and more



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net