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: Gert74
  • Content: Threads
  • Order by date
  1. Gert74

    Another problem with border-bottom-style (works in Firefox, not in IE7

    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>...
  2. Gert74

    Cannot get different linkstyles to work in same div

    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...
  3. Gert74

    Copy nodeset from one document to the other

    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...
  4. Gert74

    Active Server Pages error 'ASP 0201' - Invalid Default Script Languag

    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...
  5. Gert74

    msxml3.dll error '800c0008' - The download of the specified resource h

    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...
  6. Gert74

    Replace text() elements with &lt;p&gt; tekst &lt;p&gt;

    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...
  7. Gert74

    Howto handle one form with multiple submit buttons (image buttons)

    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...
  8. Gert74

    Vertical alignment of div

    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...
  9. Gert74

    Get windows username with asp

    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
  10. Gert74

    Why is Javascript converting my absolute url to a relative one???

    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...
  11. Gert74

    Datagrid OnUpdateCommand - cannot retrieve value from editable field

    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...
  12. Gert74

    scrollbars and css

    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=&quot;../impuls_html.css&quot; REL=&quot;stylesheet&quot; TYPE=&quot;text/css&quot; MEDIA=&quot;screen, print&quot;> Then, in the css itself I make...
  13. Gert74

    No ASP while offline (IIS 5 Windows 2000)

    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...
  14. Gert74

    ASP not available while offline

    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...
  15. Gert74

    ODBC SQL SERVER DRIVER Login Failed for user ....

    I try to connect with a SQL-database named ESMKENNISSQL from an ASP-page using the follwoing code: conn.open &quot;esmkennissql&quot;, &quot;gert&quot;,&quot;password&quot; User &quot;gert&quot; is an existing user for the SQL-database. I'm using an ODBC-connection for the connection. For...

Part and Inventory Search

Back
Top