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 :)
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...
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...
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
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.