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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by roycet

  1. roycet

    Whitespace required

    The DOM processor keeps giving me the error "Required whitespace was missing." Any ideas as to what this means? I get this error whenever I try to validate an XML doc against a DTD. Any ideas? -Tom
  2. roycet

    frames -but no frames

    I maintain a website -like many websites- it has a title at the top, a menu to the left and a main display area taking up the rest of the space. I have stayed away from using frames for this because I dislike them. However, my boss has started changing what he wants in the left handed window...
  3. roycet

    onmouseover glossary

    i had the same problem. there's a script on dynamicdrive.com that makes nice pop up boxes by mike mcgrath. you can find it if you search for Pop up information box II. hope this helps, tom
  4. roycet

    Data Passing

    You could try placing the data to be passed between VBScript and JScript in an invisible form temporarily. Both VB and javascript can access this in read/write. Hope this helps, Tom
  5. roycet

    Client Browser's Domain Name

    Is there any way to get the client's domain name, not IP address, with ASP? Thanks, Tom
  6. roycet

    Sorting a disconnected recordset

    I am doing this: (1) obtaining a recorset via an SQL string, with the ORDER BY clause already set (2) modifying the recordset (3) displaying the new recordset Does anyone know of a good way to sort this disconnected recordset between steps (2) and (3)?
  7. roycet

    Are there different versions of ASP?

    Yeah, I connect to the databse fine for other functions of the web site.  There are no errors.  I still get results for the page using the above script, the entries I want concatanated just stay in seperate records on the new server, tho.  Again, the script works...
  8. roycet

    How to fix the width of combo box in Netscape.

    This is a great annoyance of forms.  I know that I have set the width of a listbox in Netscape using the WIDTH attribute of the <SELECT> tag.  You might want to try that with combo boxes.  One way that's pretty cloogie to make a set width is to have a width...
  9. roycet

    Are there different versions of ASP?

    My question seems a little odd to me even.  I have developed an ASP page on Microsoft PWS that works perfectly.  I have recently moved this work to a new Windows NT server.  On this server, almost everything works except the following script which concatantes the...

Part and Inventory Search

Back
Top