473,671 Members | 2,484 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.
5
446
thread by: zac123 | last post Oct 3 '05 by: Tim Slattery
thanks for that everyone, i will have a look at the free ms program as suggested. but i think i will probably stick to designing static html pages, which i have just about mastered. its just a shame - i wanted to be able to do the whole thing, design and applications. it just seems a bit silly that i cant even get a simple contact page...
7
2,031
thread by: Griff | last post Oct 3 '05 by: Griff
I have been using the CDONTS component on Windows 2000 to send emails for a long time now (code below). However, over time, the report that I am sending has got rather longer and it now gives me an "unknown exception" error. However, I know that it's because there's now too much data (If I remove some of the text it goes fine). I've...
4
1,751
thread by: vanisathish | last post Oct 3 '05 by: Patrice
I am using an ASP to update some table contents on my HTML page by calling the ASP page using hidden frames. But the ASP script seem to get called even before the HTML FRAME is loaded ie.(operlayout_preload.html). Is there a way to check in ASP that it should start running only after the html is loaded completely below is the html code that...
5
6,346
thread by: Vittorio Pavesi | last post Oct 3 '05 by: Vittorio Pavesi
Hello, I'm using MSXML2.ServerXMLHTTP to get a web page using an url with basi c authentication (e.g. http://user:password@www.mysite.it). Microsoft denied basic authentication within Internet Explorer URL (see KB 834489) so I'm unable to get the page contents. The client-side workaround is to change some registry settings (see...
0
1,556
thread by: jorgelamelas | last post Oct 2 '05 by: jorgelamelas
hello, can anyone tell me please how can i buid a report to print in my asp aplication? thanks
4
1,647
thread by: MyndPhlyp | last post Oct 2 '05 by: MyndPhlyp
Is there a way (and can you give me a very brief example or point me to one) to go through all the form objects sent by a PUT to determine what the form object names were and the values sent? I need to do this with VBScript on a "classic" ASP application. Request.Form doesn't seem to do it. While I can tell how many objects were sent...
12
1,782
thread by: SMAccount | last post Oct 2 '05 by: Jeff Cochran
I have not used ASP before. Are there cookbook instructions for how to set up an asp directory structure. It is not clear to me how I must mark directories (virtual or physical), so they will all be considered to be part of the same application. Thanks.
1
2,177
thread by: strutsng | last post Oct 1 '05 by: Ray Costanzo [MVP]
I want a web page that allows the user to select a folder as input, not files. If I use <input type="file">, I couldn't select a folder as input, I can only select a single file as input. In my case, are there any solutions to my problem? Should I use VB component? But this only restrict me to create the web page using ASP, but not...
1
1,362
thread by: Taffy Collins | last post Oct 1 '05 by: Ray Costanzo [MVP]
I have an ASP page that contains an A HREF tag. This will load a new page and carry some variables to the new page. What I want is that, whenever a person click the item,the prompt box comes up and ask "why are you not working item." Whatever the person types as the response, I want it to be also carried over to the new page and stored as a...
0
441
thread by: karenmiddleol | last post Oct 1 '05 by: karenmiddleol
The following code works fine I can connect to a SQL database and list all the records in the Orders table onto a web page. Now our users want me to modify it so that each row displayed as a button or a hyperlink for Modify, Delete and also they want the data displayed not in a HTML table as I am doing but like in a form they want the...
0
422
thread by: karenmiddleol | last post Oct 1 '05 by: karenmiddleol
The following code works fine I can connect to a SQL database and list all the records in the Orders table onto a web page. Now our users want me to modify it so that each row displayed as a button or a hyperlink for Modify, Delete and also they want the data displayed not in a HTML table as I am doing but like in a form they want the...
1
4,719
thread by: strutsng | last post Sep 30 '05 by: Roland Hall
I have 3 questions regarding IIS and ASP project creation in Visual InterDev 6. 1) In Visual InterDev 6, When I create a new project using web project wizard, I put C:\Inetpub\wwwroot\proj as location, and it shows the following error: cannot create a disk-based web application in 'C:\Inetpub\wwwroot\proj\proj_Local'. You cannot...
1
1,102
thread by: jose.mendez22 | last post Sep 30 '05 by: Dica
I'm working with ASP 3.0 and IIS 6. I have an ASP script file that when I post, it makes as call to a DB to process a stored procedure. The time to complete the db process varies from 2 to 5 to 10 min. I've set the ScriptTimeout to a large number however the page never gets rendered with a result ; I receive "The page cannot be displayed". ...
1
1,720
thread by: Andy Kasotia | last post Sep 30 '05 by: Andy Kasotia
I have an ASP UI with VB Dll as a COM object that access the DB2 Database. I have a "Calculate" button on the ASP Page which when clicked does form validation (javascript) and submits the form (Javascript) to the same ASP page. When the ASP page receives the form information it stores all the form information in VB properties and then...
4
18,045
thread by: dcarson | last post Sep 30 '05 by: Bob Barrows
I've read about this error in several other discussions, but still can't seem to pinpoint the problem with my code. Everything seemed to be working fine for some time, but it now tends to bomb out on me for some reason. The Summary field is pulled from a Rich Text Editor that allows HTML formatting and appears to be the culprit, but I just...
6
1,768
thread by: zac123 | last post Sep 30 '05 by: Stefan Berglund
I know this sound stupid but i just dont know which way to turn.... i have a MS hosting package so i know i need to use an ASP language - but which one, there would sem to be severeal ASP,ASP.NET, ASP VB, C# all kinds ???? And do is there any software that ill produce the code for me? HELP PLEASE!
1
1,535
thread by: JJP | last post Sep 30 '05 by: Ray Costanzo [MVP]
hi, I am searching a SQL database from an ASP page. When the user enters criteria with an apostrophe in it, result set is empty when there should be records. For example, the SQL database contains the record Children's Museum When a search is done without an apostrophe i.e. "children", the record is returned. When a search is done with an...
4
1,761
thread by: karenmiddleol | last post Sep 30 '05 by: Martin Walke
I have a simple form to accept two form fields and display the values entered on pressing the submit button. The following is the form I have created to accept the two entries and display the form fields on pressing the submit form. It does not work can somebody please correct the code or provide a simple equivalent code where I can have the...
1
1,479
thread by: Michael Bender | last post Sep 30 '05 by: Phill. W
Hi everybody, I would like to write ASP error codes in a log file. Error message would be for example: ADODB.Fields error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. /ASP-application/page1.asp, line 67
3
1,692
thread by: Prabhat | last post Sep 30 '05 by: Danny
Hi All, I have IE6.0 SP1 and I executed one asp file with the below script to check the browser capability but see the result below the script...Copied from MSDN :) <% Set bc = Server.CreateObject("MSWC.BrowserType") %> Browser: <%= bc.browser %><BR> Version: <%= bc.version %><BR> Supports frames?
1
1,213
thread by: strutsng | last post Sep 30 '05 by: Evertjan.
I want to write an asp page that allows the user to choose the directory, and it will show all files in that directory. I used the tag <input type="file">, but this is for selecting a file, not directory. <form action="process.asp" method="post"> <p><input type="file" name="mydir"> <p><input type="submit"> </form>
1
1,109
thread by: Chris Davoli | last post Sep 30 '05 by: Ray Costanzo [MVP]
I'm getting these errors: IN VS.NET: The web server reported the following error when attempting to create or open the web project located at the following URL: 'http://localhost/webapplication1. 'HTTP/1.1 500 Internal Server Error'. IN BROWSER: Server Application Unavailable The web application you are attempting to access on this web...
7
7,668
thread by: Wayne Wengert | last post Sep 30 '05 by: syoung
I have an ASP page in which I want to copy the contents of a variable (text) to the clipboard. Based on MSDN examples I tried window.clipboardData.setData(strTemp) and that generates an error that "window" is not declared How do I get my ASP page to copy the data to a clupboard? Wayne
6
3,085
thread by: kermit | last post Sep 30 '05 by: kermit
I asp.net pages that run on an intranet IIS server. Some op the pages use XLM DOM doc.Load(sPath) to open and parse a XML file. Every time the doc.Load(sPath) executes in IE6 a warning message comes up "This page is accessing information that is not under it's control. . . " How can I avoid this message. It is a great anoyance to the...
6
4,444
thread by: Bill | last post Sep 29 '05 by: Bullschmidt
Hey, is it possible to protect ASP code in some way? Can it be compiled, or otherwise protect the source somehow? Thanks, -Bill.

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.