Hi,
Since I was helped so well with my last question, I'm hoping to solve this problem too with a little help. My mane navigation is coded like this (html):
<div id="header">
<ul>
<li>home</li>
<li><a href="/portfolio.php">portfolio</a></li>...
Hi, my textlinks in a certain div have the following style:
#main a{ color:#6cc000; border-bottom:1px dotted #FF6600;text-decoration:none; font-weight:bold}
I also have two imagelinks in the same div, but I don't want these to be underlinde (with border-bottom) so I added a style...
Hi,
I'm working with two xml-documents: a source-document and a work-document. Whenever a new node is added to the source it should be copied from the source to the workdocument. I wondered if this could be achieved at once, instead of creating each element at once.
Confused? Here's an example...
I have this very annoying problem that from one day to another I got this message for every page on the site I visit. The problem certainly isn't in my code and yes, I have tried to set vbscript in the page itself and have tried leaving it out. The default script setting in IIS is set to...
Hello,
I have a question and googling didn't help me. I'm trying to get/read an rss-feed over http, but it gives the following error:
msxml3.dll error '800c0008'
The download of the specified resource has failed.
/testpaginas/Kopie van testeventlog.asp, line 24
I'm using this code:
<%
Dim...
Hi all,
I have the following problem. I have an XML file like below. I want to output this as valid xhtml (with xslt) and therefore all text-elements without an html-tag should be surrounded by a paragraph-tag. Although I'm pretty sure that it's relatively easy, but I don't know how to do it...
Hello,
My problem is the following:
I have a form which looks something like this:
Url1-[Textbox with description] [Downimage-button][del-button]
Url2-[Textbox with description] [Downimage-button][del-button]
Url3-[Textbox with description] [Downimage-button][del-button]
..
Url9-[Textbox with...
Does someone know how I can position an element at the bottom of the surrounding element with css. I have a leftbar with 3 areas above each other, leftbarimage, leftbarcontent and contactinformation. Contactinformation should be positioned at the bottom. It should be in line with the bottom of...
Hello. Does someone know how to get the windows username. It's for use on a intranet, so you may assume that evryone uses IE6 and is logged on in a windows environment. I want to writeout the username something like this:
Response.write("hello " & strUsername)
Gert
Hello,
I have an (in my opinion) awkward problem with Javascript. I include a file from a different site (actually it's a banner). The include banner contains images, and since they need to be displayed on a different domain I put the full path to the images in my Javascript. It looks like...
Hello,
I'm new to ASP.NET and ran into this problem which is driving me nuts. I have a datagrid which is bound with a dataset. I wan't the user to be able to change the column Aantal.
When the OnUpdateCommand is fired I really have trouble to retrieve the new filled in value. Everytime it's...
Hope someone has a clue. For some reason this code doesn´t seem to work on all platforms (IE5.5+) I tested. I use a linked stylesheet
<LINK HREF="../impuls_html.css" REL="stylesheet" TYPE="text/css" MEDIA="screen, print">
Then, in the css itself I make...
I´m using win2000 pro with IIS 5. I have this problem that I also encountered while using PWS with windows 98. My ASP-pages are only available when I´m connected to the internet. When I´m offline my pages don´t show up.
I guess this is a simple question, but it´s driving me nuts, because my...
I´m using win2000 pro with IIS 5. I have this problem that I also encountered while using PWS with windows 98. My ASP-pages are only available when I´m connected to the internet. When I´m offline my pages don´t show up.
I guess this is a simple question, but it´s driving me nuts, because my...
I try to connect with a SQL-database named ESMKENNISSQL from an ASP-page using the follwoing code:
conn.open "esmkennissql", "gert","password"
User "gert" is an existing user for the SQL-database. I'm using an ODBC-connection for the connection.
For...
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.