Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: baggen
  • Content: Threads
  • Order by date
  1. baggen

    Change the content in a div from a menu

    Hi everybody! I'm working on a site, written in CSS and ASP. Issue: I have this CSS-page. In this page I have a menu. Here's the code: <div id="left"> <div id="sub_left"> <div class="navcontainer"> <ul class="navlist"> <li><a href="#">Test1</a></li> <li><a href="#">Test2</a></li> <li><a...
  2. baggen

    Change content in a div from a menu

    Hi everybody! I'm a CSS-newbie, so please have patience... Issue: I have a CSS-page. In this page I have a menu. Here's the code: <div id="left"> <div id="sub_left"> <div class="navcontainer"> <ul class="navlist"> <li><a href="#">Test1</a></li> <li><a href="#">Test2</a></li> <li><a...
  3. baggen

    Loop records into a table

    Hi! In a script I pick up the three latest articles to be shown on a newspage: query = "select top 3 newsid,newsname,catid,newsdateadded,newsdescription,newsdoc1name from NMNewstbl where activated = true and newsexpiry > #"& date() &"# order by newsdateadded desc" set rs =...

Part and Inventory Search

Back
Top