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: 2976 - 3000 of 3894
 
Hello, I have an autocomplete textbox field, working fine. The problem that it is receiving the data from an asp script and it is showing all the response data together. I have no idea how ...
Has anyone done any basic ASP mail scripts that worked on a Network Solutions hosted account? I tried one with CDonts, but don't think I have the correct server info. Does anyone know what sh...
Hi - I have some script in Classic ASP to send confirmation e-mails from a web page using CDO.  The script works fine when testing using recipient addresses on the same domain as the SMTP s...
I'm using movenext in ASP query. probably not the best usage but I've limited knowledge. The problem I'm having is getting it to not throw an error if there is no next record. heres an example...
We're all running on a Windows 2003 Active Directory network/domain. Let's say I want to grab the username from a user that visits a web page on my intranet (like a vacation request page). I w...
Dear friends, I have a ASP web application which is calling a asp.net application page. In the asp.net page I am interacting a webservice and updating the database. For example : My...
Hi, address.asp Everytime i choose a country (combo list - list of countries) and after the page goes back to it again, the country selection disappears. How do i retain the state of ...
<%Do until rs.EOF i=1%> <tr> <td><%=rs("test")%></td> </tr> <%rs.MoveNext i=i+1 Loop%> Let say I have above coding and I wanted to mark every other line with a grey background to...
Hi All, I have a form which passes it's data onto another asp file that prcesses the data. The data uses the form Request.forms object. I am having real issues with automated spam postin...
Dont know if this is possible, but hopefully someone can let me know. I have a website that sits on an ASP server (Godaddy) that sends confirmation emails to users. what i would like to od ...
I have a .mdb for my site in a remote server. To read the data in the .mdb, users need to open the asp page. In the asp code there is no way to insert any data into the database. However, I fo...
Hello, I was wondering I have an if else on my page <% If (Request.QueryString("fgin")) <> ("") Then  %> the above shows an errror, my question is how can i only show that error...
Hello Experts, I am doing a database lookup , retrieving results and storing them into the DataHash with the key as Record Id and the rest of columns as its value. It is working fine but the...
Is there a way to read text from a txt file and insert it into the HTML using ASP?
I have a site where users can upload swf files. Is there anything available in asp where I can obtain the correct width and height of the swf file?
I'm using Persit / aspencrypt.com for hashing in ASP / Vbcript. The last row in the code sample create the error: Microsoft VBScript compilation  error '800a0401' Expected end of statement...
Hi All, I am implementing a cross post solution form 1 server to another using MSXML2.ServerXMLHTTP. Basically on server 1, my script loops through a recordset and loads it into the dat...
Hello I only want month and year in a date In dreamweaver I add this to my page <%=(RecPheckerref.Fields.Item("dateimage_Fusr").Value)%> <% thatpicdate = "" Month(RecPheckerref.Fields...
I've added two new fields to a form that updates account info: "email", and "phone. I'm not sure where in the script to add them.  COuld you help. Thanks
I have a openFile.aspx page which contains the code to open a file according to the contentType. Right now I am using the following code to open the file in that page:             Response...
Verify Submission Please enter the text you see in the image at the right into the textbox below. This is required to prevent automated submission of Tickets. I copied this from a form an...
My client's website continues to be attacked by someone. I have plugged up all holes in the ASP code (it was several years old and susceptible to SQL injection attacks). But it seems that the ...
i am trying to get the value selected displayed in the pop up window into the textbox field of  the main window instead it opens a new window and with the value in it pls sombody help
I am trying to put together a simple web app for deleting and adding new posts. I have a form setup on addnew.asp here is the form code <form name="addnew" method="post" action="addcodage....
I have a adobe form with a button and one input box with email address. Once the user click on the button, i want the email address is captured, and default email software like outlook will b...