473,543 Members | 2,365 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
0
1,313
thread by: pets2adopt | last post Jul 19 '05 by: pets2adopt
I have an easy question for the group that I'm having problems with. how would I display images using asp I have a database that of animals that are up for adoptions and would like to include their image in the results that the search has called and I'm unsure on how to do this. Thanks
2
2,436
thread by: bbxrider | last post Jul 19 '05 by: bbxrider
one of my fist asp pages i have vbscript rountines that are sending page text with response.write they are in the asp file before regular html text yet the html text appears first on the page??? how do you control which text comes where
4
4,107
thread by: r0adh0g | last post Jul 19 '05 by: Andrew Paton
I am attempting to build a primitive search form on my site. It is searching an Access Database Table and comparing on field in the database to a field passed from the form. Works great if only one word is keyed in. If two words are keyed in, it separates them with a plus sign. I have tried using the split command to parse out the data but...
1
1,355
thread by: Bill | last post Jul 19 '05 by: Jason Burton
I've got a site where I need to improve performance. In the same page, some of the dynamically generated output is updated once a day, some several times a day. ColdFusion has a cache tag, where HTML output between the tags is cached for a specified period of time. This increases performance because the code only runs at the specified...
2
9,097
thread by: Stevio | last post Jul 19 '05 by: Andrew Durstewitz
Is there a limit to how big you can make an array in ASP VBscript? Thanks, Stephen
1
1,553
thread by: Roger Withnell | last post Jul 19 '05 by: Robb Meade
Could someone please let me have a simple piece of code to allow users to download a Word document or a pdf file, allowing them to select the directory and choose between open and save. Thanking you in anticipation.
1
1,340
thread by: Anthony Judd | last post Jul 19 '05 by: Ray at
This javascript function is called upon submitting a form. I have checked that the value in the layer "ed" is being retrieved ok..and it is fine. The content form element seems to be populated with the required information..upon calling this function. When i try to retrieve the value of this form element via Response.Write() however nothing...
4
6,324
thread by: Atse | last post Jul 19 '05 by: Aaron Bertrand [MVP]
Hi, How can I make an MS SQL connection other than DSN? Thanks Atse
0
1,444
thread by: joe | last post Jul 19 '05 by: joe
Some time ago I set up an ASP application that used a login page which checked a username and password against a database to determine a users authorization to access certain pages on the site. This was done by setting a session variable within the application if the user was authorized and using code on each page for which protection was...
1
3,025
thread by: sarah | last post Jul 19 '05 by: Chris Barber
Hi.. I'm having a problem trying to figure out the best way to process a POST and add items to my database, and hope someone can help me... :) Background: I have a database that I will use to hold Purchases of Items Each Item purchased is stored in it's own record: ....etc...
0
1,337
thread by: ggw | last post Jul 19 '05 by: ggw
al owens "Tony@TheVolvoSite" <tony@thevolvosite.com> wrote in message news:<bdadiq$pbc$1@news3.infoave.net>... > Jeff, > Thanks for the help. > al owens The reason I want static pages that use ASP is because I sell > car parts on the internet. The search engine spiders cannot > properly follow dynamically created links and so my pages >...
0
1,317
thread by: Brett Atkin | last post Jul 19 '05 by: Brett Atkin
I just installed SP4 for Windows 2000 and now I can't view my sites locally. Also, I can't even open Internet Services Manager or Personal Web Manager. Any ideas? Thanks for the help. Brett
10
2,337
thread by: Gianpiero Colagiacomo | last post Jul 19 '05 by: Evertjan.
VBScript: Can anyone help me figure out why the image within this IF statement shows as a place holder rather than the image itself when the statement is returning true? If I remove the IF the image shows... <% If (events.Fields.Item("picURL").Value) <> "" Then
3
5,226
thread by: Sean | last post Jul 19 '05 by: Ray at
Hi I have a website hosted on a virtual server, and am trying to run a script that sends an email with a BCC address. The email gets sent just fine, except for the BCC recipient, who doesnt receive anything. Any ideas why? Thanks
1
3,538
thread by: Jawahar Rajan | last post Jul 19 '05 by: Ray at
All, How can I set IIS to not cache pages so that new pages or updates to web pages are alwyas used and that the cached pages aare not used. Is the configuration on IIS or can i set it in my ASP pages to not cache. is the code as follows <% Response.Expires = 0 %> Any suggestions always appreciated
0
1,406
thread by: Chuck | last post Jul 19 '05 by: Chuck
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are shown on the report before the sql select statement is executed. I tried to include the html page, but this causes errors. Is there a way to call a page (other than an include) then after a submit...
2
3,907
thread by: Andy | last post Jul 19 '05 by: Tim Williams
Hi Gang Is there any way with ASP that I can tell if a user session has timed out? The problem is that we have a database app where a user session may time out. After this happens the user may try to save the data that is on there screen (without knowing they've timed out). I think what happens then (after the save) is that we get...
2
1,372
thread by: Jan G. Thorstensen | last post Jul 19 '05 by: Jan G. Thorstensen
Hi. I will set up an internett site for a friend that has a company. He want to be able to enter the site via an intranet an make the changes in the text him self. I guess this is a common way to do a part of the job, and leave the rest of the job for the web master. Is there some free tools I can use to offer this functionality using...
0
1,454
thread by: Vince C. | last post Jul 19 '05 by: Vince C.
Hi, I get an authentication popup when I browse ASP pages only. If I browse HTM pages I don't need to authenticate. The IIS is installed on an XP machine and I'm browsing from a W2K Pro machine. On IIS I allowed Anonymous access. I've also checked the rights on the disk against IUSR_machine. I get this behaviour with ASP pages even when I...
1
1,862
thread by: Marc | last post Jul 19 '05 by: Evertjan.
Hello, i'm having a problem while downloading files on my server. When someone downloads a file ( push ) from the website, the system refuses to continue browsing while the download is going on. Any way to help this problem ? I run IIS with ASP. Marc
8
2,100
thread by: Jan G. Thorstensen | last post Jul 19 '05 by: Peter Hurford
Hi. I am a newbie but learning. Question; If I have a form where people can fill in Name, Address and so on, do I need a sequre server to prevent hackers to read the data sent to my database? The data I receive are confidential and I want to use Access2000 and ASP. Jan
1
12,244
thread by: Jawahar Rajan | last post Jul 19 '05 by: Chris Barber
All, I am trying to log the IP address of visitors to my site using ASP as follows <% Dim strIPAdd Dim srtHostName srtIPAdd = ServerVariables("REMOTE_ADDR") strHostName = ServerVaraibles("REMOTE_HOST")
1
1,977
thread by: Nick Ashton | last post Jul 19 '05 by: Evertjan.
Hi Whilst browsing the MSDN on day, I am sure I saw an article on 'How to encode your ASP code within the asp page', but I can not find it again. Can anyone help me please. If I remember the article correctly, before putting the page on the server, you add special tags before and after any sensitive code. You then upload the page to any...
4
4,830
thread by: John Pether (john | last post Jul 19 '05 by: John Pether (john
Hi I have a page that displays business listings. I have a repeater with dynamic text and in the 4th column I have an email and website link. Both display properly but I need to have one take precedent over the other, so if ("www") is not null then it should be displayed and the email shouldn't. I also need some script to only display either if...
2
1,489
thread by: John Smith | last post Jul 19 '05 by: Evertjan.
Hi, I'm trying to nicely display the results of a search but some results are longer than others in length. Is there a way of only displaying the first 30 characters of a search result (i.e. enough to make sure they know what it is but not enough to mess up the formatting of the page) ? Any online tutorials etc. much appreciated.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.