Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > december 2003

Filter by week: 1 2 3 4 5

Can't Load ActiveX component
Posted by Y.Pechter at 12/31/2003 11:14:17 PM
(hope its the right forum) I'm trying to configure IIS (create new web site) in code. My code works fine within a standard windows application, however, when I copy the code to an asp.net page, I get the above error message. It occures in the function 'GetObject("IIS://localhost/W3SVC")'. H...more >>


display 5 records across, unlimited rows
Posted by Debbie Davis at 12/31/2003 7:20:07 PM
Greetings, I have a page displaying records in a table across but there are too many records to display and they run off the page, SO I thought I could show five columns with an unlimited number of rows. I'm stuck though. I've never done that before. I don't know where to start. Any thoughts...more >>

Custom tag function?
Posted by Hagge at 12/31/2003 6:18:39 PM
I'm stuck in a problem Hi I want to create a funtion in asp. Like this [userid=Smith] Then the function convert the "custom tag" to. <a href=www.mypage.com/user/Smith>Smith</a> How to do? I'm real stucked. // Hagge ...more >>

Automating a task
Posted by Tom at 12/31/2003 3:07:30 PM
I have an ASP application which includes an asp page which processes a user submitted file. I would like to automate the process so the server scans the directory every 5 minutes and processes any files in the directory. I would like to 'reuse' the existing logic in the asp page. How can...more >>

Visitor Stats
Posted by Jon at 12/31/2003 1:01:02 PM
Hi, I'm writing a VERY BASIC stats databse for the default page of my web site. I'm detecting various stats and saving them: <% visitdate = date() visittime = time() visitbrowser = Request.ServerVariables("HTTP_USER_AGENT") visitreferer = Request.ServerVariables("HTTP_REFERER") ' cod...more >>

http://www.aspfaq.com/show.asp?id=2424
Posted by Rob Meade at 12/31/2003 12:25:48 PM
Lo all, Just reading through and saw this in the FAQ... *********************** <some error> /file.asp, line 1294 This seems to be *way* too many lines of ASP code to (a) manage and (b) expect to run efficiently. I've worked on some pretty big ASP applications and I don't recall ever ...more >>

Creating interactive user-controlled ordering mechanisms on admin web interfaces?
Posted by Ken Fine at 12/31/2003 10:31:34 AM
(originally posted to one of macromedia's groups; no help, so hopefully someone here can help me out. I'm using VBScript ASP.) When designing administrative interfaces to websites, we often need to provide users with a mechanism to change the order of items that are listed on the page.For exam...more >>

Creating interactive user-controlled ordering mechanisms on admin web interfaces?
Posted by Ken Fine at 12/31/2003 10:27:55 AM
(originally posted to one of macromedia's groups; no help, so hopefully someone here can help me out. I'm using VBScript ASP.) When designing administrative interfaces to websites, we often need to provide users with a mechanism to change the order of items that are listed on the page. I ha...more >>



asp calendar component
Posted by hugh Welford at 12/31/2003 9:48:18 AM
Hi... I am writing an ASP site for a small residential center, and need to be able to make bookings. Can anyone recommend an ASP component that will provide a good calendar interface so that a user can see which dates are available and select free dates to make a booking. Alternatively, is ...more >>

ASP to Excel
Posted by Ben Moen at 12/31/2003 8:08:19 AM
I'm not sure which group is most appropriate for this question; I'll also post this in office solutions development. I am running into problems with something that seems to be a popular requirement - porting data from an asp page to an Excel workbook to allow users to manipulate data. I ...more >>

Setting up IIs to work with asp
Posted by Roxanna rudey8 NO[at]SPAM hotmail.com at 12/31/2003 6:36:36 AM
I am trying to get ASP to work with IIS and i keep getting page cannot be displayed when i try to open asp pages? Do i have some settings wrong somewhere?...more >>

passing session variables frm ASP to JSP
Posted by jasonu NO[at]SPAM vsac.org at 12/31/2003 6:06:31 AM
Does anyone have experience with passing variables from an ASP page to a JSP page. The way it currently works in passing the SSN in the URL. This cannot be good. I thought that storing a unique session ID in a cookie and referencing the SSN from the Session ID would be the correct way to do...more >>

Best location to install temporary files
Posted by allancammish NO[at]SPAM hotmail.com at 12/31/2003 5:54:08 AM
I am writing a web based application that uses an ActiveX control on a web page to install files on the user's computer. These files will then be opened using programs on the user's computer such as WordPad. Some of the files will be also executed and delete the files which are not longer requir...more >>

FAQ
Posted by Tom Miller at 12/30/2003 6:35:53 PM
Hello, Could someone tell me when the FAQ will next be posted? Thank you, -- Tom Miller ------- If I knew what I was doing, would I be writing here? Eileen Chat and 175,000 downloads at: www.chatnfiles.com ...more >>

Get File Size problem
Posted by Ed at 12/30/2003 6:16:19 PM
Is there any known issue with the use of "Scripting.FileSystemObject"? Here's a snippet of my code to obtain the filesize of a file Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.Getfile(strFileSpec) lngFileSize = f.size Set fso = Noth...more >>

detecting null
Posted by Gav at 12/30/2003 5:10:50 PM
Hi, At the moment i am checking that all the fields have been filled out, at the moment i am using the following... if firstname = "" and surname = "" and address1 = "" and town = "" and county = "" and country = "" and postcode = "" and phone = "" and email11 = "" and email2 = "" and passwor...more >>

Textarea stuff to a DB
Posted by tna | timothy gardiner at 12/30/2003 4:24:01 PM
tna | email messageHi everyone! Question for you... I've written several scenarios where the end user needs to enter data = into a textarea (descriptions, messges etc) which becomes part of a = form. End users often put apostrophe's and carrige returns in the = textarea... however, when the...more >>

global.asa - code outside Subs
Posted by at 12/30/2003 3:45:19 PM
In global.asa I have some code outside all the Subs. I have some confirmation that it is being executed OnStart. Yet I can's see if it is executed OnEnd. The literature I have says that OnEnd the Sub Application_OnEnd is executed, but is does not say that anything else is executed Actuall...more >>

Email Notification App
Posted by Rob Meade at 12/30/2003 2:19:34 PM
Hi all, Ok - at work (NHS) we currently send out emails to everyone in the Trust (approx 2500 people) whenever there's something to say, perhaps a D&V update to let people know which wards are closed or remain closed etc...we've finally managed to get the people in power to see sense and rathe...more >>

ADO in global.asa
Posted by Mac Davis at 12/30/2003 1:13:06 PM
Is it possible to use ADO in global.asa? I simply want to creat a log of each visit to the site? Thanks, -dmd- ...more >>

XMLhttp anyone??
Posted by AstrA at 12/30/2003 1:02:08 PM
Hi All I got a great little example of how to use XMLhttp to query an external web site (I'm wanting to do my own localised search engine by extratcing the content and putting it into an Access DB), but it only appear to extract from the page that you point it to, ie the main default page is e...more >>

Storing Images in SQL Server - ASP storage and retrieve
Posted by Michael Walton at 12/30/2003 12:04:54 PM
I need some help, because I am utterly confused with how to do this. I have 2 things that I need to figure out, and could use some sample code or just some general direction: 1) I need to build an admin page that allows me to browse to the file that I want stored in SQL Server 2000 in an imag...more >>

Clean up Word HTML
Posted by Travis Pupkin at 12/30/2003 11:52:35 AM
Hi, I use a WYSIWYG rich text editor on a few web sites for clients to manage their content, but a lot of them use word and paste into the box and end up with a lot of crappy code as a result. Has anyone created an ASP include that will clean up the word html and just leave the basic for...more >>

Multiple buttons on form
Posted by Matt at 12/30/2003 10:35:37 AM
How can I implement multiple buttons for a form like - submit, cancel, logout etc. Thanks. Matt...more >>

Another newbie question ..
Posted by Nathan at 12/30/2003 9:54:29 AM
Thanks guys for your response to my last question. Ok now I have this question (piz bear with me ...) I have these three option buttons on my asp page like -Option1 -Option2 -Option3 Now the user has to select one of these options and submit the form. Depending upon the option selected, th...more >>

Use a page counter with asp
Posted by m.krechting NO[at]SPAM chello.nl at 12/30/2003 8:24:24 AM
Hi All, All I want is a small graphical page counter on my homepage. I'm using an access db and want to track how many times the pages were used (logged on to). All the graphical counters on the internet point to a website but my project runs on a localhost. Regards Marco...more >>

ASP - date formating MySql insert/update
Posted by - - Vivian - - - - - - at 12/30/2003 8:13:11 AM
I am storing dates in a mySql database in the format yyyy-mm-dd. Now, I have set up so that this field is insert by a form. It isn't very user friendly to have to type yyyy-mm-dd, how can I set up so that the user can enter format dd/mm/yyyy and it will automatically insert into the database as...more >>

newbeee
Posted by Nathan at 12/30/2003 7:33:16 AM
Hi Everyone Can someone tell me where can I find a good ASP tutorial that has listing of all available methods in ASP for e.g for Response and Request objects etc. Thanks. Nathan...more >>

Question about META tag
Posted by MDW at 12/30/2003 6:33:40 AM
This is kind of server-side, so I guess it'll go here. *L* Is there anything to be gained by putting META tags on multiple pages within my site? Currently, I've got my META stuff (title, description, keywords) on two pages - index.asp and home.asp. Ideally, I'd like my visitors to start a...more >>

Uploading Access Databases
Posted by Kenny Ashton at 12/30/2003 1:24:26 AM
Can anyone tell me how to overcome my 'permissions problems' every time I upload a new database to my ISP's server. I have a folder, specially created for me by the ISP, where I can upload new databases, read and write to those databases and create text files etc, which works fine with all my ...more >>

Correct / Best way of using if..then
Posted by Jon at 12/29/2003 10:59:47 PM
Hi, I can use either of the following ways of getting the same if..then answer, which is better? Or is it personal choice. I used to always use the second, but then had to remember to deal with double quotes etc.. The first seems much easier.. <% ThisDay = "Monday" ' just testing !!%> <% I...more >>

execute a binary from ASP
Posted by UncleWobbly at 12/29/2003 10:30:14 PM
Evening all... hope you are surviving Xmas and ready for new year... I have an application that I maintain/develop for a company and I am soon to start work on subsuming the functionality of a VB prog into it's web based replacement, all going swimmingly at the mo. But, I have been given some ...more >>

ASP
Posted by sai at 12/29/2003 9:18:54 PM
i set up iis 5.0 on my local machine(win2kpro) (on a pvt LAN) at the default port. when i try to access asp it gives http 500 error. i have been able to configure cgi scripts but asp still doesnt work...more >>

General methog for passing error information...
Posted by Kurt Hill at 12/29/2003 9:00:33 PM
I am looking for a way to pass error information back from a COM+ object that is "better" than incliding a byref argument in every single function... The session object would be ideal, except for the fact that, well, it is the session object and my lovewly idea would be broken if the user's brows...more >>

how to display data in 3 columns by 4 rows format
Posted by addi_s NO[at]SPAM hotmail.com at 12/29/2003 8:22:08 PM
All, I will be eternally greatful if someone can provide snippet of code, URL or reference material that shows how to display data in a "n colums * n rows" format. I am new to ASP and have looked everywhere that I could, but I have not found an example where data can be formatted to be dis...more >>

problems with mail (CDONTS)
Posted by Alistair at 12/29/2003 7:42:21 PM
can anyone see why this wouldn't work...it's driving me nuts Set objcdmail = Server.CreateObject("CDONTS.NewMail") objcdmail.From = "me@mydomain.com" objcdmail.To = "me@mydomain.com" objcdmail.Subject = "test" objcdmail.Body = "testing" objcdmail.send Set...more >>

Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error
Posted by at 12/29/2003 7:26:14 PM
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by the browser, followed by a descriptive error message: Microsoft VBScript runtime error '800a000b' ...more >>

ASP - date format
Posted by - - Vivian - - - - - - at 12/29/2003 7:25:46 PM
when use a recorset for data in mysql show the date in american format. Its possible convert to british format ? With the configuration in IIS or use ASP function ? I try change the Windows 2000 Server format but not sucessful. thanks any ideas Vivian ...more >>

objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE ???
Posted by Vilmar Brazão de Oliveira at 12/29/2003 6:06:34 PM
HI people, what is wrong in the code bellow to kill iexplore.exe process after processing my page?? '»»Before comes routines to access data base and to send email. Set objWshell = Server.CreateObject("WScript.Shell") objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE VILMAR BRAZIL P...more >>

Authentication against file token
Posted by Jim Harris at 12/29/2003 4:46:49 PM
Somewhere I read about authenticating against a file token on the user's hard drive - but I can't find the book I read it in anymore. If you know what I'm talking about please let me know. Here's what I remember. Evidently there's a standard filename that can be created in a local directo...more >>

username and password ....
Posted by Matt at 12/29/2003 3:15:55 PM
Hiya I have to develop a web application for my company in which I need to have a facility for username and password for the employees to do certain tasks. How can this be implemented in ASP. I am thinking of having usernames and passwards (encrypted) in database and when a person tries t...more >>

same code produces different decimal symbol on different computers with same settings
Posted by at 12/29/2003 1:50:32 PM
I have ASP code displaying currency datatype data from Access database. I have copies of this asp code and tha database on two w2k/IIS5 computers, bothg having the decimal symbol set to "." in the Regional setting both for numbers and for currency. However on one PC it shows dots, while on t...more >>

The requested resource is in use
Posted by eddie wang at 12/29/2003 11:59:59 AM
I got error message "The requested resource is in use. " when access a database asp page. I check and see that IUSR should have all the rights. It seems that the page doesn't like response.redirect . Please help. Thanks!!! *** Sent via Developersdex http://www.developersdex.com *** Don...more >>

Coding Standards for ASP
Posted by David Inada at 12/29/2003 11:20:33 AM
w3c talks about scripting and gives examples. But I could not find a coding standard for ASP/VBScript. I am trying to find any standards and tools to apply those standards to my companies ASP/VBScript codebase. I am thinking that HTML Tidy can at least go through and cleanup the HTML cod...more >>

Problem maintaining dataset in session variable
Posted by John Holmes at 12/29/2003 10:53:57 AM
I have a web interface where the user types in ID's one at a time. After an ID is typed in, a button is clicked and the button click event has code that does a query and returns a data reader and then appends the data to a dataset that is built in the Page_Load code in the if(!isPostBack) block. ...more >>

relative addressing for URLs
Posted by twells at 12/29/2003 10:28:26 AM
Anyone know of a site that gives all of the syntax of relative addressing for URLS? for example: /, ./, ../, etc. Thanks! ...more >>

Trying to put website on CDROM, having problem with ASP....
Posted by Chad at 12/29/2003 7:48:30 AM
I am trying to burn copies of our website on CDROM's and having problems because the ASP's cannot work without the existance of a server that supports ASP's. Does anyone have a suggestion or know of a way I can make this work? Thanks, Chad...more >>

"Permission denied" error while calling WSH's LogEvent method
Posted by Yitzhak at 12/29/2003 6:15:06 AM
I am having "Permission denied" error while calling LogEvent method of WScript.Shell component. Basically, ASP page calls Windows Script Host Shell component to log events to the OS Application Event log. My environment: Windows Server 2003, IIS 6, WSH, Classic ASP, Vbscript Below is the...more >>

onchange
Posted by Dodo at 12/29/2003 2:22:56 AM
I am interested in learning how to use onchange with the scrollbox in my ASP page. I would like onchange to function just like the submit button. Does anyone know a simple implementation? Searching the web has not yielded many answers that I've been able to decipher. <form action="detail.asp" ...more >>

Server.Execute
Posted by Elie Grouchko at 12/29/2003 1:33:55 AM
Hi I am calling Server.Execute("2.asp") from "1.asp" and expect to have application variables declared in "1.asp" available to the script code in "2.asp", at least this is what the documentations says, but it doesn't work. I am declaring the variables in "1.asp" as public (VBScript). Does anyo...more >>


DevelopmentNow Blog