Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ASP Solutions: 51 - 75 of 644
 
i am processing number calculations on my projects plans calculations using classic ASP.. Is there any functions to check the negative values? For example, In classic asp, how do I check...
I'm working on a web project that uses classic ASP.  Code works well as long as it does not try to write to the server.  I access the server through a mapped drive, W.   It appears that my dri...
what is the difference between for each i in arrName and for i=0 to Ubound(arrName)
I have the following date format function in javascript. It is working fine except when I tried to backspace it until "/", it won't let me backspace all the way unless I keep pressing the back...
Im a lil lost on how I why im getting an error when trying to connect to smtp server through code!  : Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /lcont/pgLegC...
Hi, I need to display contents of an XML file using ASP, either with a DataGrid or GridView object - to be honest I am unsure of the differences between these. The XML data is exported o...
I'm using a stored procedure and a parameterized command to insert into my database.  I'm a bit new at using parameterized input so I'm hoping that I'm just missing something simple here.  I'm...
Hi all, I'm working on creating a stored procedure, then executing that procedure from a web page written in ASP Javascript and then using variables retrieved from the procedure as display ...
Hi, I have a page with 4 recordsets, each one returns one digit 0 - 9, so results could be: recordset # 1 : 4 recordset # 2 : 5 recordset # 3: 9 recordset # 4: 4 I am setting a ses...
Hello Experts, I have been trying since a while now to figure out why this is occurring on the live server, the same code works just fine on the development. Amazes me further as it was work...
Hello, Is it possible to set up print quotas in Windows 2003 Print Queues so people can only print a certain number of pages ? GISVPN
Hi, I am working on Project in ASP Whenever I delete file from the ASP code. I get the Permission denied error. Error Detail: HTTP 500.100 - Internal Server Error - ASP error I...
I have listbox and a "delete" button. On clicking the "delete" button, the items will be captured into an array. I tried the code as in attached. Listbox items are being displayed and onc...
I am building an email merge feature for a client newsletter. It has a text box to input the html. I get error: A potentially dangerous Request.Form value was detected from the client (_c...
I have one asp 3.0 web page with one button load ,if i click that button,it will show another asp page with a submit button. if i click that button i wanted to display one message like "saved ...
is there a workaround for copying files to MS sharepoint because of its filename 250 character limit
I am displaying text from a .txt file using File System Object in my .asp page. The text in the .txt file is displayed as: example1       example2      example3      example4   I would li...
When I try to run a .asp file which calculates UPS shipping I get the following error msxml3.dll error '80072ee6' The URL does not use a recognized protocol /test/ups_tool.asp, line 92 ...
I'm having awful trouble tracking down an article or walkthrough on how to achieve this. All the approaches I have seen appear to be convoluted and take lots of code to get it working. So, ...
Hi Experts, I am writing to query a page load issue with a Page created using ASP classic. You can see on the code insert that the page loads within the same second according to the star...
Currently on our webserver all sites using classic ASP randomly hang. Resulting in ISS to require a restart. We get errors in the event log from different asp files on our ASP sites. Sites usi...
Hello Experts, I am doing a remote call to the server passing the cookie information in the headers. I wanted to know whether the values are been passed correctly or not. Can someone please l...
Hi, I need to target the mainFrame of my site with an onclick event from the below code. Marc
Hello, I add up the size of my uploaded files like so <% If (CStr(UploadFormRequest("MM_update")) = "formpicin") Then   Session("thatweight") = pau.Fields("pic1").Size + pau.Fields("pic2...
I use a pretty good function in js to validate my email It uses a regular expresion: function validateEmail(fieldValue) {      return (/^[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[...