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

    Image map

    If someone could help me, it would be wonderful, as I am rediculously stumped. I have a .bmp image that I created through good 'ol paint. What I am trying to do is create an image map using the image created from paint to allow a user to click on certain coordinates of the image. However...
  2. bigairguy

    Blocks of pixels

    I don't know if I'm in the correct place or not. What I'm trying to do is create a page that is divided into pixel blocks that resemble a grid, with each block being 10 pixels wide by 10 pixels high. I'm stumped and I've tried frames, tables, etc. It seems like it really should not be that...
  3. bigairguy

    Formatting Numbers

    Is there any fairly straight-forward way to format a number to include 2 places behind the decimal point, but not include the decimal places if they are trailing zeros? You can specify the number of decimal places to be shown with the FormatNumber function, but the values for the places are...
  4. bigairguy

    Escape Sequences

    I have a webform with data that is passed to a popup window through a querystring. The popup window just displays the data from the original page in a printer-friendly format. However, the javascript will not execute to open the popup window if there are any data fields that have special...
  5. bigairguy

    vbcrlf?

    I've done some research and can't seem to figure this out. I have a webform in which I am passing data through a querystring to a pop-up window. However, one of the controls on my form is a multi-line textarea. I need to pass the contents of the textarea into the querystring when the contents...
  6. bigairguy

    Pulling Date Specific Records

    Please take it easy on me as I am still quite novice at SQL. I have a SQL Server database in which I have a field DATE_CREATED. What I am trying to do is select all fields that have a DATE_CREATED value within the last two months. This is my SQL statement: SELECT * FROM tbl_group WHERE...
  7. bigairguy

    Arrays

    Hey guys- I was hoping you could help me with two extremely simple arrays, as I am not very good with them. I am using VBScript in an ASP page. Basically, I have two arrays, one in which output is created based only on array elements that aren't null or 0. I have a second array in which I...

Part and Inventory Search

Back
Top