Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested ASP Solutions: 4076 - 4100 of 5438
 
I have the following code trying to create a query string, but it is coming out like this: cancel_study.asp?study_id=4©_id=6 rather than like this: cancel_study.asp?study_id=4&copy_id...
Hi, I am trying to use the XSLT Site assistant in Filemaker Server Advanced 9.  When I start the program it says that FileMaker requires me to login.  I Am already logged into Filemaker Serv...
Hi Experts, I am customising am ecommerce site that is powered by classic ASP. I have encountered the following bit of code: set RSpayoption = template.execute("SELECT * FROM payoptions ...
I have several files saved in SQL as the IMAGE data type and need to give the user the ability to view them. Is there any simple way in ASP classic to do this? I am aware of ASP's ability to c...
Hi, I wan't to query Active Directory using LDAP to find all the users in various organsational units (i think!). I'm very new to LDAP - but I want to loop every users sAMAccountName and...
i, Is it possible to create a download progress screen in .ASP.  I have a web portal which allows users to download PDF files from my MySQL database.  Some are rather large and can take up ...
I have some jmail code which is sending the email correctly. . However at the bottom of the message I always get the words false false I wondered if anyone can see why? Code in snippet Ma...
hi guys,   I am new to ASP and still got lots to learn, however i have taken the jump and can't turn back. I seem to be having a problem with my data connection to access Please could someo...
Hi, I have a string of html which is being shorted to give the first 500 characters. I think Table tags are removed by: Set regEx = New RegExp regEx.Global = true regEx.IgnoreCase = Tr...
Here's the code in question.  I'm getting this error. Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statem...
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...
I have two dates in mm/dd/yy format. I need to find a simple script or function that will generate for me the difference of the two days in days. Could anyone show me the script to make thi...
I have a url for a flash page: http://www.maxprofil.no/news.asp#/news/article/15/ how can i get that url with asp? IF I use this: Current_page_URL = "http://" & Request.ServerVaria...
angelIII helped me earlier with this: rs.Open "SELECT [STOCK NO], YEAR, MFG, BRAND, MODEL, DCOUNT(""*"", ""STOCK"", ""MODEL='"" & MODEL & ""'"") AS AVAILABLE, PRICE, LOT, TYPE, [WEB PRICE] ...
I looking for a way to automatically convert a video file (AVI, WMV, MOV, etc) to Flash SWF or FLV. I want the user to be able to upload a video file (15-30 seconds long) and have it conver...
Hey Experts!! I have an intranet I'm working on and I need my results pages to be sorted.  I have never sorted before in my life, but can write pretty good SQL. Can someone tell me how I wo...
Let me take a sec and layout what I am trying to do, the structure, and what I am having a hard time accomplishing. First, I'm building a CMS.  1 Codebase, multiple sites via Virtual Direct...
Hello, I have a PHP script that is called by a flash contact form and works just fine. Problem is I need to place a similar contact form on a windows server that has ASP but no PHP support...
I have a search form passing input to the resuls page using GET.  Initial results are sorted by date which is a default value passed from a hidden form field. I would like for the user to be a...
I have a web page that returns a list a links to my web server that contains image files. The problem is that if the job number ends in a zero, it displays in the web page drop down list but c...
Is it possible to set up a IIS site that basically contains a webbrowser in the page. The reason is with this approach I can surf to prohibited pages by first surfing to my own https page o...
Using ASP   (not .NET) I have a database table for users, one field being 'sex' holding M or F I query the value and pull the value from the recordset into a variable: Dim sex sex = ...
I have an xml which I am currently extracting the data with ASP.. based on the node number.. but since this number can change, I would like to use the attributes.. The code snippet has the...
Hi i have dateandtime stamp in the date base.i need to covert that timestamp to date format. i need to display in an asp page. please help me. Thanks
I have software that supports my asp applications, this has always run fine on 32 bit servers, but now we have 64 bit servers the software will not run, I just get server could not create obje...