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

    Some ASP forms not working on Server 2003

    We just had our servers upgraded to Microsoft Server 2003 from Microsoft Server 2000. We have a few hundred ASP scripts that we run on the server that also use SQL Server 2000. Most of the scripts are running fine on the new server, but some of them seem to not be able to post to the server. I...
  2. nmath

    ASP to Excel Problem

    I have an ASP script that is querying a DB then rendered the results in Excel. The problem is that one of the DB field values that is being returned is "<= 5". This value is not being printed in the excel sheet because I am guessing it is reading it as a formula?? Is there a way to make ALL...
  3. nmath

    Save Files to Server

    I inherited a DB where files were stored in a SQL Server 2000 database as images. I want to pull these out of the database and save them to the server as physical files. I am having trouble figuring out a way to do this. Now I can pull the data out of the DB and get it to open on my PC, but all...
  4. nmath

    Include Images in Word Download

    I am using Response.ContentType = "application/msword" to download my asp page into Word. The download process works fine but when I open the .doc file the image is missing. The images that are missing are within the html <img> tag of the .asp page. Does anyone know of a way to force the images...
  5. nmath

    Put 24hr time in SQL Datetime field

    I have an input box that is getting set with javascript to be the current date/time on the clients computer. When the form is posted the date and time is being stored in a DateTime field in SQL Server 2000. The time that shows up in the input box with javascript is in 24hr time which is what I...
  6. nmath

    ASP to PDF suggestions

    I am trying to allow users to view the results for an ASP page in PDF. I am generating my pages using ASP and SQLServer 2000. Does anyone use a PDF converter that they really like? Or have suggestions on how to convert with out having to purchase software? Thanks in advance for the suggestions!!!
  7. nmath

    Add breaks in select box options

    Does anyone know if there is a way to have a "return" in a select box? I tried <option>Test<br>This</option> and it simply ignored the <br> Does anyone have any ideas?? Thanks in advance!!!
  8. nmath

    Remove an input field from the tab order

    I have an input field that I want to remove from the tab order of a form. Does anyone have any suggestions? Thanks in advance!!
  9. nmath

    post back data to parent window

    I have a pop up and would like to send the data back to window that created the pop up with out posting the page. To be more specific, I have a form, and would like to allow a user to select values out of a popup and those values selected will populate the form in the parent window. Any...
  10. nmath

    Invert a number

    I am trying to invert a number and am running into problems. For example: the number 248 in binary is 11111000 inverted should be 00000111 I have tried using the - operator to flip the bits and the NOT operator as well, both have not given me the results I need. If anyone has any ideas I...
  11. nmath

    upload Visio Files

    I want to be able to upload the html version of a visio document, but I am having alot of trouble. I have no problem uploading a .vsd file or an .htm file, the problem is that when you save a .vsd file as an .htm file it generates multiple pages. I don't want to have to track down every page...
  12. nmath

    dropdown?

    I have a question. Does anyone know of a way to create a select box that works like a browser history list. For example, while the user types the box is being searched, if the value is in the select box then nothing is added, but if the value does not exist then the value is added to the...
  13. nmath

    dynamic select box/text box

    I have a question. Does anyone know of a way to create a select box that works like a browser history list. For example, while the user types the box is being searched, if the value is in the select box then nothing is added, but if the value does not exist then the value is added to the...
  14. nmath

    create tabs

    I am trying to create tabs across the top of a page. Does anyone have any suggesstions that do not include simply using images? I am not very good at using style sheets so I would appreciate any help!! Thanks! [ponder]
  15. nmath

    Disable return button

    Does anyone know of a way to disable the return button on a page? I have form that has an onblur check on a field and if enter is pressed multiple times the form will submit with inproper data. I would like to disable the return button and require mouse clicks only. Thanks in advance for your...
  16. nmath

    Forms and sizing

    I am having a little problem with forms and getting the page that I want to go to a certain size. Originally, I used javascript to open a new window but since the page that I open needs to post data back to the parent that called it I ran into problems. If I close the parent window using a...
  17. nmath

    post to a window of a certain size

    I am having a little problem with forms and getting the page that I want to go to a certain size. Originally, I used javascript to open a new window but since the page that I open needs to post data back to the parent that called it I ran into problems. If you close the parent window using a...
  18. nmath

    post to an open window

    I use javascript to open a popup window. Does anyone know of a way to send information that the user enters in the popup window back to the window that called it? Thanks!
  19. nmath

    set an ASP variable in javascript

    I am using javascript and ASP together and I am having a hard time setting a variable. I want to set an ASP varible to a certain value inside of a javascript function. Here is my code: function setMeOR() { <% selection = &quot;OR&quot; %> //do some error checking to see if I get in this...
  20. nmath

    set an asp variable in javascript

    I am using javascript and ASP together and I am having a hard time setting a variable. I want to set an ASP varible to a certain value inside of a javascript function. Here is my code: function setMeOR() { <% selection = &quot;OR&quot; %> //do some error checking to see if I get in this...

Part and Inventory Search

Back
Top