473,544 Members | 2,084 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,461
thread by: Roisin | last post Jul 19 '05 by: Roisin
Hi folks, I'm running IIS5 and need to specify the Catalog I'm using in an ASP query. I can so far only find instructions for this which pertain to IIS2, this didn't behave properly when I tested it. So, how to specify a Catalog within an advanced ASP query?
1
3,786
thread by: ziggs | last post Jul 19 '05 by: Ken Schaefer
I have an asp form that has a text box called "colorBox". Just before text box is the word "Color" that is hyperlinked and will run the color.asp if pressed to show all of the colors in a predetermined 3 character code. Ex., BLU for Blue. Now, what I'd like to do is have the user enter all of the data in the main asp form, ex. Name,...
1
2,295
thread by: Randy L. Martin | last post Jul 19 '05 by: Randy L. Martin
At 1pm today, all the ASP pages on my production server started to just crawl. HTML pages open quickly, but ASP pages take forever to load and often time out before they load. What would cause this so suddenly and what do I need to do to fix the problem? I see this question in all the other news groups, but no one has an answer and I've...
0
1,412
thread by: John | last post Jul 19 '05 by: John
hello.. i just bought a book called "Learn ASP.NET in 21 days"..lol I am running win2k pro...i installed iis and the .net stuff...now... when i try and do the tutorials it will only recognize .asp files...but my book says to save them as .aspx...ill be the first to admin im a noob at this and server stuff..i went to a "tech" chat room and...
1
3,639
thread by: dany | last post Jul 19 '05 by: dany
Wrote a script (tried to;) which should force to download a pdf-file, but it doesn't work on every browser. What should be changed ? SCRIPT: --------- <% Dim Stream Dim Contents
0
1,635
thread by: prom31 | last post Jul 19 '05 by: prom31
First excuse me for my english Ok, I've a problems when reading content of an PDF file. I cannot return the content to browser because IE ask me if i want to download it. But I DON'T WANT this msgbox appears, i just want the content be printed to browser window, i'm using adodb.stream here is my code !!!
1
1,622
thread by: Gary | last post Jul 19 '05 by: Bob Barrows
Hello Group, been lurking for a while now, great source of info. A little help if you will? I have two tables: Applicant1 Applicant2 I have one form with details for App1 and App2. Can I somehow insert the necessary values from the App1 fields into table1
0
1,697
thread by: mark | r | last post Jul 19 '05 by: mark | r
ive got down adding editing and deleting items form a database and searching based on criteria... ...how do i set up parent and sub categories (say for a contacts database) i.e. fred smith is an employee of blogs and sons in the sheffield office? so you could drill into a menu via company and then office location (its not what i am doing...
1
5,598
thread by: prash | last post Jul 19 '05 by: dany
Hi All Response.setHeader("Content-disposition", "attachment; filename="+ fileName + strExt); works for IE 5.5 but not in netscape . IE 5.5 shows the save as dialog box NN4.79 display the contents on the browser how can i get the save as dialog box in NN4.79
5
3,129
thread by: Shay | last post Jul 19 '05 by: Chris Hohmann
essentially I am trying to do some counts based on some assumptions in the recordset. So I get the RS back, put the values into a variable, move to the next record in the RS and compare what is in the variable to the value in the next record in the recordset and do a count. Then overwrite the value in the variables and do the same for the...
1
4,275
thread by: Anthony Judd | last post Jul 19 '05 by: Ray at
The functions below read a file on the server and create a document on the fly. Can someone tell me if their is a way to open a new window via asp and output the results of these functions to the page in that window. Thanx heaps. Sub createPage(template,st) Set file = Server.CreateObject("Scripting.FileSystemObject")
9
2,402
thread by: Pacific Design Studios | last post Jul 19 '05 by: Jeff Cochran
I'm running ASP on IIS 5. My users who are on the network can access our database. Any users from the internet "outside" the network can't access it. We don't have a firewall. Our Windows Server crashed and ever since then its been a problem. Any suggestions. I think it is a setting in IIS. Thanks. ERoessing@pacificdesignstudios.com
0
1,970
thread by: jason | last post Jul 19 '05 by: jason
What is the best way to handle global includes for 3 subwebs that may at various times consume similiar include files such as ENQUIRY FORMS. I ask this question as I now have the oppportunity to control sub webs more tightly on my new host via virtual director and wish to improve the folder structure and code on my various sites. However,...
3
4,042
thread by: Larry Woods | last post Jul 19 '05 by: Larry Woods
I have been asked to work on an existing ASP site and they have a bunch of pages with .tmpl extension. Anyone fill me in on what these are? MSDN doesn't acknowledge them! TIA, Larry Woods
1
2,882
thread by: Dan Williams | last post Jul 19 '05 by: Dan Williams
Does anyone know if its possible to get the line number of a textarea form element when a user clicks on a specific line, and hence highlight it? If so, can you point me in the right direction of the code to do so. Many thanks Dan Williams.
1
3,496
thread by: Dan Williams | last post Jul 19 '05 by: Dan Williams
I have a simple select form element object and want to be able to get it to select whatever the user chooses when they right-click in it. I've managed to use the following code, but on the right-click it displays whatever was previously selected and still highlighted with the left click. Is there a way to get a right click in the select...
2
2,238
thread by: jason | last post Jul 19 '05 by: jason
Will this work - dynamic determination of root (local or web host) and consume this in include file anywhere. I am concerned about dynamic construction of virtual absolute include in the consuming file. Take a look and tell me what you think: GLOBAL.ASA Sub application_onstart
1
1,698
thread by: Mark Tait | last post Jul 19 '05 by: Ray at
Hi - is there a way in ASP or Javascript to make a document download window appear, rather than have it open in another browser window (document types would be PDF, DOC, XLS etc), Thanks, Mark Tait mark@fixitks.co.uk www.fixitks.co.uk
1
1,464
thread by: Mark Sargent | last post Jul 19 '05 by: Mark Sargent
Hi All, did anyone have problems opening my previous posting, as it had Japanese characters in it..? Cheers. Mark Sargent.
1
1,617
thread by: M Yager | last post Jul 19 '05 by: Robb Meade
Hi all, I've found a little issue that i'm not sure what to do about. My machine has 2000 server on it. It's running a little asp / vb dll app. Ok, now say you log in to the app from a client machine. When the administrative user logs off the server where the app is installed, the session on the client ends.
0
1,328
thread by: Brian Staff | last post Jul 19 '05 by: Brian Staff
Is there any advantage of one method over the other between the following for including some server-side library code? <!-- #INCLUDE VIRTUAL="/code.vbs" //--> OR <script type="text/vbScript" language="vbScript" runat="server" src="/code.vbs"></script>
3
3,230
thread by: J. Muenchbourg | last post Jul 19 '05 by: Tom B
I'm getting an Exception occured error on line 4 (For i =1...) <% Function ProperCase(strIn) strOut = "" boolUp = True For i = 1 To Len(strIn) c = Mid(strIn, i, 1) if c = " " or c = "'" or c = "-" then strOut = strOut & c boolUp = True
2
2,765
thread by: Robb Meade | last post Jul 19 '05 by: Tom B
Hi all, I've written a small form handler script which should work for 'all' (term used loosely) forms... It will email the company, send courtesy emails to the form filler and save data to a text file - all with various options made easy by changing hidden tags in the form. One minor problem I've come across is that I need to be able...
5
2,710
thread by: sKodi | last post Jul 19 '05 by: sKodi
I have a problem. When I had IIS 5.1 my Dreamweaver MX created ADODB.Recordset objects for my ASP pages. Everything worked great. But now it causes HTTP500 - Internal Server Error. What's up?
3
3,097
thread by: K. Lobe | last post Jul 19 '05 by: K. Lobe
list box based on a POST method to the same page. frm.cmbList.Value=Request.Form("cmbList") doesn't work. When the page loads, it reloads the <SELECT>, so not sure how to get the list to go to the item. Any ideas? many thnx,

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.