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.

 
Top ASP Solutions: 101 - 125 of 594
 
Hi folks I am having problem with a bit of ASP/JS/HTML code... I have a page with multiple fields in different forms. For two of the forms I would like to be able to click a link to open...
I have a dropdown and a listbox. The dropdown should be populated from a record set on page load. And the list box should also be populated from another record set based on the default value ...
I have a HTML page that currently runs a swf file. I need to modify the file to have it also update a count node inside a xml file. How do I go about doing this? Here is my html file ...
I cannot figure out why I am getting that operation error. can someone please look at this and help me out? Error #3704: Operation is not allowed when the object is closed
I am trying to debug a web app in Classic ASP on my new server (Windows 2008 x64, IIS7). I can debug this fine on Windows Vista (32bit) IIS7 as it comes with with the error and line number. Ho...
I've been tasked to develop a page that lists some number of rows of data from a DB table with that list shown in priority order (a column in record) and then allow the user to change that pri...
i want to create current week start date and week end date of a month. can any one help me? eg: 27/07/2008  to 02/08/2008  ... always this date to be changed based on the next week.
Please translate the PHP code to Classic ASP.  I do not know PHP at all and I am trying to get an AJAX fuction to work in ASP.  The translation will help me do that.  Thanks for your help!
I'm using Classic ASP on a Windows 2000 server to direct a handheld running Wiindows CE to input a barcode scan to SQL. My problem is that I can't set focus to the input textbox on the hand he...
I have 2 win2003 servers running IIS6 (server A and server B) Server A is a 32bit server server B is a 64bit server I am running the same classic ASP Web application in both server A an...
Team, Need help. I am using ASP with SQL 2000 server. My web server timing is Central Standard Time. I am using the same weblink(intranet) in 3 countries. I am using this code to find Mounta...
I have single aspx page developed in vS 2005. Can I put this page under IIS, wwwroot  in a machine which has only VS 2003 and run the page. Will it work? Could you please clarify me this! ...
Hey all i am having the hardest time trying to submit a form using ASP. I have posted the code below that i am using... What am i doing wrong? I get no value when getting the "txtName" from th...
i have the below code to connect the sql server on my asp web application, it is not connecting, it gives me the error, my db connect ================  Set ObjConn     = Server.CreateObject (...
I'm stumped?! I have this script calling a bunch of PDF's from a folder and then removing the ".pdf" extention. The results appear in Ascending order - how do I change it to appear in de...
How do I reduce the length of a string please? At present a string can be upto 80 characters but I want to cut the string at 20 characters in the ASP page and display that.
Hello Folks, I've this query: rs.source = "SELECT * from accessform_appSys where formID="&request.QueryString("id") the problem with this query is, sometimes the formID doesn't exist in ...
Hello I have a textarea <form name="form1" method="post" action="">   <textarea name="ahha" id="ahha" cols="45" rows="5"></textarea> </form> when my user adds wibble to the text area...
i need an asp script to check the contents of a directory checking for a specific file and if it exists do one thing, or if it dosnt do something else.
Windows Server 2003 IIS 6 ASP 2.x MS Access 2003 database Hi. I've inherited an ASP page from another web site. I'm trying to get this page to work on my Windows 2003 server. The page is...
Experts recently helped me create functions to prevent sql injection into forms. I was adviced to also create stored procedures to protect dbase even more.  How is that done?
I would like to validate this form before the element values in the form are updated. Please give a sample of code on how to do it.
Classic ASP VBScript. Hello.  I am trying to filter for a particular word in a URL, but not sure how to do that. Basically, I want to query:  <%If URL contains "/user/" then%> Perform so...
hi i have a simple request to populate  dropdown from the database. and then once a value is selected how to trap that one. here is what i have done so far and ' Open connection to the dat...
The script below is a search page for a telephone directory tool I am trying to create.  It takes two values from the previous page (SearchValue is the value such as a name, SearchCat then det...