Advertisement

635 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.

 
Time Tested ASP Solutions: 51 - 75 of 5133
 
I have a dropdown box generated dynamicly from database. I have to display more information on mouse over about product - like tooltip, or new layer with extra info.
I have a database that contains the time a user entered and left my site (EntryHour  and ExitHour) I want to return the total amount of time that user spent in the site ( I had a question ab...
Hi there, How can I check if session variable exists in asp, I know how to access it and check its“ contents but not whether it exists or not. Also anybody know if there is an easy way t...
I have a classic ASP web application that connect to SQL server 7.0 name server1. The way it works is I created a user name and password that use SQL login, the user name is user1 and password...
When trying to use a DLL from an asp page I get the error "A trappable error (C0000005) occurred in an external object. The script cannot continue running.", the strange thing is that the cod...
When we display a messabe box using VBScript MsgBox function it is displaying VBScript in the title. Is there anyway to surpress it?
Hello All, I'm trying to call a .vbs file from an ASP file.  But I get an error that I'm not familiar with. My vbscript works when I call it from the command line. Here's my asp that call...
Hi experts!!! I'am building intranet app based on LDAP database. With exchange experts help I made page that query LDAP, so I have user names, mail, tel. no. . . . I need to query LDAP for ...
Does anyone have an online reference for the VBScript characters?  For example: chr(34), chr(62), etc.
I am trying to run ASP web application that is trying to connect to Oracle 9i (release 2) I am ruunig windows XP and IIS 5... All my ASP and ASP.net applications  used to work fine on my o...
How do you call a VBScript function in Classic ASP.  I want to call the following function.  Also, can you mix VBScript with javascript within the same .asp program?  I am assuming you can as ...
Hi, I'm trying to create a file that can be called both directly and as an include. When it is called as an include, the adoConnection object exists and there's no need to create it. Wh...
I have an asp3 page that works fine locally but not on our webserver. It attempts to import a table from an Access database into a SQL Server 2000 database. Here is the code: SELECT * INTO...
My repeater is creating checkboxes, but it gives them a real long id, like createWidgetControl_sharedUserControl_Repeater1__ctl1_chkRead Is there a way to access these via javascript with...
Dear ALL Experts,    How I can display the excel file in web browser? What i means is now i upload the .xls into my server, then got a page will display the content information from the ....
I have a master page that has a several buttons on it. I would like to change the master page of the current content page based on the button that was clicked. Sounds like it should be simple ...
I have read several articles (for example, www.adopenstatic.com/experiments/stringconcatenation.asp) where the inefficiency of string concatentation is discussed. I have lots of code that b...
Hi I am using ASP.NET with VB.NET to develope a web application, my applications passes date values in a Query String form one page (A) to Page (B) in the format "DD/MM/YYYY", in the page (B)...
Hi!Every One!   Wneh I write client script ,I may adopt javascript(*.js) and Vbscript(*.vbs),I want to know the differenc between javascript and vbscript in client!   please explain it for m...
hi - thanks for looking at my question. I am using ASP to create a new helpdesk ticket in a database that generates a unique ID. After this ID is generated I would like to offer the user a...
Hi I need to find out what the regular expression for allow valid domain names, i have the first section from a previous post i made. [^0-9A-Za-z-] I want to check for valid domains allo...
Hello, I have a function (description below) that I use in Delphi programs that I'd like to start using on a website using ASP/VBScript. I'd place it into a small console app and run it as ...
Greetings, I'm creating an array w/ a loop in asp to use in some javascript.  I'm looping through my records and appending each record to the end of the array w/ a comma, however the las...
Microsoft JET Database Engine error '80004005' Operation must use an updateable query. /add_file.asp, line 27 <% Option Explicit %> <html> <head> <title>Add File To Data Base</...
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...