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 SkipVought 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: *

  1. baggen

    Change the content in a div from a menu

    Thanks for the respons. Right now it seems that the best way to solve this problem is by using AJAX. I have never tryed this before, so it's gonna be interesting :)
  2. 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...
  3. baggen

    Change content in a div from a menu

    Ok. Appreciate the fast respons. I'll switch to the asp-forum. /Paul
  4. 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...
  5. baggen

    Loop records into a table

    Thanks a lot, Tarwn! It works like a charm! And about CSS: I'm working on it. I'm doing a simple website for a friend, and on this site I'm only using pure CSS. Once again: Thank you! Regards, Paul
  6. 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