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 gkittelson 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. pha2er

    Working with layers - Ghostly images only in IE!

    thanks for the replies. I've tidied it up a bit so it now validates as XHTML, but that didnt fix the problem. What's strange is that I've used this code on a different page, and it renders fine. It's in amongst other code, but there shouldn't be a problem, it's a mystery to me! Cheers, G.
  2. pha2er

    Working with layers - Ghostly images only in IE!

    Hi there, I have a really strange problem using layers, but only in IE. I've tested this page in firefox and it works fine, but in IE the last layer seems to copy itself a couple of lines below, but if you select the image that is out of line, the select box is in the right place! It's kind of...
  3. pha2er

    Pulling an array out of my own namespace?

    Hi there, I'm trying to figure out how to create and use an array in my own namespace, I've got this far, but I'm quite new to asp.net so I'm not sure where to go from here: Imports System.Data.SqlClient Namespace GamesExchange Public Class nameLists Public Sub consoles()...
  4. pha2er

    Netscape: Target form field in window.opener

    Hi there, I have a piece of code which works perfectly well in IE, but when I try to run this in Netscape 7 I get an error "window.opener.form1 has no properties", here's the code: function click_Select(id, UniName){ window.opener.form1.university.value = id...
  5. pha2er

    TRANS LOG files are NOT flushing after full backup - ?

    PrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePostPrivatePost...
  6. pha2er

    Help!: Handling largeish result sets with ASP

    Hi, I have a small ASP script which queries a SQL Server 2000 database. The query is a simple select statement and returns ~28000 rows. The query runs in about 4 secs from query analyser. My code is: <%@ Language=VBScript %> <!-- #INCLUDE VIRTUAL &quot;/includes/DataSource.asp&quot; --> <HTML>...
  7. pha2er

    Listing the folders and only folders?

    Hi there, I'm trying to list all the folders in my...folder! I'm using the filesystemobject but I can only list out the files (probably cus it's the &quot;file&quot; system object), I've looked at the folder object on Microsoft's Developer Site but I don't quite understand they're examples...
  8. pha2er

    Error writing file './test/testtbl.frm' (Errcode: 122) ???

    Hi there, I've just installed the mySQL .pkg on our Cobalt Raq 4. I've set up phpMyAdmin but every time I try to add a database or add a table to an existing one, I get the following error message: Error writing file './test/testtbl.frm' (Errcode: 122) I get the same error message when I try...
  9. pha2er

    Getting the filename of the page and ONLY the filename?

    Hi there, using Request.Servervariables(&quot;path_info&quot;) I can get the following: /dev/html/sendarticle.asp But I only need &quot;sendarticle.asp&quot;, does anyone know how I can get this? cheers!
  10. pha2er

    select DISTINCT email but also get the ID?

    Cheers ldandy, you da man, that works a treat.
  11. pha2er

    select DISTINCT email but also get the ID?

    bperry - they all have different ID's :( tlbroadbent - thats a step closer but, here's an example of a few rows from the table: ID EMail Name 21 jim@nowhere.com Jim Bowen 22 man@overhere.com Man Well 23 jim@nowhere.com Jim Bowen 24...
  12. pha2er

    select DISTINCT email but also get the ID?

    hi there, Wonder if anyone can help me here, I have a database with about 20 columns, but I only want to select DISTINCT email column and the ID to go along with that column. There are lots of duplicate email addresses with different information, but I need to get DISTINCT email's and the...
  13. pha2er

    Position layer off screen but with no page scrolling?

    Hi there, Can anyone tell me if it's possible to position a layer way off screen so no-one will see it, and there will be no page scrolling? Cheers.
  14. pha2er

    Passing name of image into new window in Netscape?

    Hi there, I'm having some trouble getting the name of an image from my main window, into a new window which opens when the image is clicked (if you know what I mean!). I'm using the following which works in IE, but not in any netscape version, can anyone shed some light here? Here's my...

Part and Inventory Search

Back
Top