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

    Table > Div

    I am new to using divs and css for layout. I have a simple one row, 6 column table, and would like to know if I have missed a better way of coding it. Also, I have a css instruction to align the text vertically in the middle, which for some reason does not happen. Any suggestions there...
  2. iisman

    Template Question - To Include or Not To Include

    I am redesigning a site, and want to design it for quick easy updates. my question is .... What is best practice for meta tags and doctype declaration as far as using "includes"? I want to be able to update one file, as opposed to many pages. ALSO - rahter than use includes....I was thinking...
  3. iisman

    CSS font-family

    I use the same font-family for all text within a stylesheet, and over an entire site. can I include this in the body css and will it be inherited throughout all of the other elements?
  4. iisman

    Getting users attention.

    I am requesting some input/opinion on one small thing... I have a website (which I will leave out at this point, to keep responses pure and unbiased) wich has a small, but loyal, base meaning that the small group who use it, use it often. There has been only one main section to this site up...
  5. iisman

    <UL> browser differences.

    OKay...so here it goes.... I have an unordered list. In IE, there is no blank line above it, however, FF displays one, as though there was a <br /> there. Any ideas on how to get around that difference?
  6. iisman

    Date() and type mismatch

    rsblog.Fields("data") = Date() ahhh! I have been looking at this for hours. getting the "type mismatch" error on this line of code. I know that means that there is a data mismatch so to speak, but i just can not find the error!!! any suggestions? thanks!
  7. iisman

    Close pop-up, Refresh parent window at the same time.

    Hello, I was not really sure what to search on google, so i didnt find anything explaining this. I have a web page, from which "details" can be displayed in a pop up window. In this pop up window, I have a link to close that window using javascript. Wehn that is clicked, is there a way to...
  8. iisman

    display asp/vbscript code in a &lt;textarea&gt;

    Hello, I am not sure if this is the appropriate form for this question...but here goes... I want to display a snippet of vbscript code in a textarea. Does anyone know how this can be accomplished..? I googled...but nothing found. I may not have been searching the correct terms. any help is...
  9. iisman

    Problematic IF Statement possibly

    Hello, I have the following code - a drop-down list populated from DB. It submits the form to the same page. I want to have the drop-down menu write in select="selected" for the item that was chosen, but i can not get this to work! Can anyone see why this may be? <form name="stats"...
  10. iisman

    Problem with If Statement

    Hello, I have the following code - a drop-down list populated from DB. It submits the form to the same page. I want to have the drop-down menu write in select="selected" for the item that was chosen, but i can not get this to work! Can anyone see why this may be? <form name="stats"...
  11. iisman

    Getting info from two unrelated DB tables

    I currently have a page that gets data from one table, and displays th34e info for each item, and loops. strSQL = "Select * From tblproj WHERE projcategory LIKE " & strShowCat & " AND projstatus Not LIKE 4" I want to get data from a separate table, to populate a dropdown selection that needs...
  12. iisman

    Get Unrelated Data From Separate Tables

    I currently have a page that gets data from one table, and displays th34e info for each item, and loops. strSQL = "Select * From tblproj WHERE projcategory LIKE " & strShowCat & " AND projstatus Not LIKE 4" I want to get data from a separate table, to populate a dropdown selection that needs...
  13. iisman

    Server Networking Question

    Okay, I am not totally sure this is the best forum for this question, but it seems to fit most closely. My question is this... If I am running a web site off one server, what can be done to essentially direct requests elsewhere if that server goes down/fails/crashes? For example, we use...
  14. iisman

    EMail, SMTP, IIS 5.1

    Hello, I am looking to set up email services on my server, using my domain name (i have custome DNS service through dyndns.org to direct to my server/ip) Unfortunately, I have trouble in knowing where to start. I have looked in to it, and have set up the smpt service in IIS, opened port 25...
  15. iisman

    Checkbox CSS

    Hello, I know that OS and broswer type play a main part in determinning how a checkbox is rendered. I am hoping that someone has an answer on how i can remove the "padding" that surrounds the actual box. looks to be about a few pixels on each side, top and bottom. I am looking for a...
  16. iisman

    table issues

    I have a 3x3 table, where the middlle column is meant to be dynamic, and resize depending on the content. It is a db admin, so depending on the # of db fields, the center col could be quite wide. the problem - after a certain width, the two outer cols virtually disappear. is there a way to...
  17. iisman

    CSS Validation Issue

    Getting a parse error with this line of css in the w3c validator: .mainpagebodyhelp {margin-bottom: 3px; margin-left: 3px; margin-right: 2px; margin-top: 3px; background-color: #f5f5dc;} Any idea on what could be causing? Thanks!
  18. iisman

    SQL Statement Problem

    This is probably an obvious one, but i can not get this stmt to work... SQL = "UPDATE outsidelinks SET outsidelinkurl = 'test.com', outsidelinkcount = '266', lastClickThru = '9/99/2999 8:00:00 PM' WHERE ID ="& linkid The variable 'linkid' carries a numeric value, and I have tested it with...
  19. iisman

    Counting Active Sessions -Without- Global.asa

    Hello everyone, I have been googling for a while for a nice way to accurately count active session (users) without using global.asa. I am using that method now, but it seems inaccurate...The count is often too high, as i think it may be counting database connections. When I know that I am the...
  20. iisman

    Hover CSS Issue (Works in FF, not in IE)

    SO , I have some submit buttons on a page, that use CSS to style them up. On hover, the color should change, and this DOES work in FF, but not in IE. When hovered, the color does not change. Here is the html: a class="submithover"> <input type="button" value="[pause]" name="playOrPause"...

Part and Inventory Search

Back
Top