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...
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...
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...
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...
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...
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!!!
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!!!
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...
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...
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...
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...
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...
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]
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...
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...
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...
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!
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 = "OR"
%>
//do some error checking to see if I get in this...
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 = "OR"
%>
//do some error checking to see if I get in this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.