|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Custom Hit Counter
Trevor L. -
25 Nov 2006 12:37 AM - 1 message
I decide to put a custom Hit Counter on my page (below). Then I won't be reliant on the standard FrontPage one which uses webbots. It is called by <b>Hit Counter: </b><!--#include file="_fpclass/hit_count.inc"--> ...
Trapping F1, F2, F3, F4, etc. keys
fiefie.niles -
24 Nov 2006 11:52 PM - 3 messages
Is there a way to trap F1, F2, F3, F4 etc. keys on ASP and have our own codes to do whatever necessary for each of those keys ? Thank you. ...
vb script block execute twice
someone -
24 Nov 2006 10:50 PM - 4 messages
hi, I have a asp page and keep submit to itself and I use a hidden field to track the step. But I found in each step, sometime the block is being executed twiece. How to debug this and fix? Thanks... ...
lionel@cashx.ca
someone -
24 Nov 2006 10:50 PM - 1 message
DataToSend = DataToSend & "Time=" & now() Response.Write DataToSend dim xmlhttp set xmlhttp = server.Createobject("MSXML2.ServerXMLHTTP") xmlhttp.Open "POST","http://localhost/Cashx/support.asp?WCI=AutoLoan", true ',false xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" xmlhttp.send DataToSend ...
RE: error '80070035' using WinNT provider
Twackster -
23 Nov 2006 7:45 PM - 1 message
The reason for the error all boils down to Kerberos Authentication. Basically the Active Directory has not allowed Delegation to the Webserver Neither does it have a Trust in place. I found this article on Microsoft very interesting to read. ...
DateTime.AddHours method doesn't add anything
radiolandog -
23 Nov 2006 4:50 PM - 4 messages
I am getting a DateTime value from a Calendar Control. It returns the date at midnight. I want to add some hours to the value before I display it in a text box. C# back end to a web form - here's the code:
------------------------------------------------------------------------------------- ...
IE7 XMLHTTPREQUEST reponseXML
John Byrne -
23 Nov 2006 11:46 AM - 5 messages
Hi, I have an Ajax call on my ASP page that calls another ASP which returns a file which is data in XML format and the file is of content-type of text/xml. This call works OK when used from IE6 (it uses the ActiveX object) but ...
Error 429 ActiveX component can't create object
Abdhul Saleem -
23 Nov 2006 9:13 AM - 5 messages
Hi, I am recieving error ActiveX component can't create object in the following line in the asp page. set ExcelApp = CreateObject("Excel.Application") Previously this code was working fine. Thanks in advance. ...
ASP and Avery Labels
mikeyatsony@gmail.com -
22 Nov 2006 7:32 PM - 4 messages
hi all... what is the easy way to have users print results from a query to avery labels using a web app through internet explorer. thoughts? thanks ...
application help
Mike -
22 Nov 2006 1:33 PM - 2 messages
I need to create an app, asp would be best for me but I am not sure how/if it can be done. Here's is what I have. I have an instrument subnet that can only communicate to my server subnet. There are 60 pc's in my instrument ...
CheckBox
Bhagya -
22 Nov 2006 9:12 AM - 2 messages
Help me to validate a checkbox wherein i want to display different messages when the checkbox is checked and unchecked..... ...
Connection string errors
abc929y -
22 Nov 2006 8:23 AM - 4 messages
Hello I am a complete newcomer to ASP and I am trying to get around a few teething problems. I would be very grateful if any of you can point me in the right direction because I am tearing my hair out! ...
how to ban not only by IP address ?
minnesøtti -
21 Nov 2006 11:54 PM - 10 messages
Hi there, I am posting to a web-based forum which runs on ASP and uses JavaScript. I post via a proxy-server which rewrites JavaScript, does not send cookies back to the forum server, and which changes its IP ...
ASP Timeout Error
Anchal -
21 Nov 2006 8:10 PM - 2 messages
Hi could someone please tell me why i am getting ASP Timeout Error... I have tried changing the timepout settings to even 3000 sec but it is still giving me a timeout... Attached are the two files...I get this error from up_main.asp ...
Data Access via ASP
Punjabi Munda -
21 Nov 2006 4:03 PM - 6 messages
Hello alls , i am working on a interanet application for Inventory handling, i have a problem while submitting the data to server, please help me? the problem goes like this Data base : Ms-Access Front End : ASP The problem is how to comit the data "say Invoice" to main database is ...
Response.Write to specific page location
mcnews -
21 Nov 2006 3:37 PM - 7 messages
How can I direct Response.Write to output to a specific location on my page? TIA, mcnewsxp ...
Runing exe or a bat file on server side using asp
mastar -
21 Nov 2006 11:15 AM - 6 messages
Hi all im trying to run a file localy on my server (2003) using asp , this is the code : <%@ LANGUAGE = "JAVASCRIPT" %> <% var commandLine = "File_NAME.EXE"; var WshShell = Server.CreateObject("WScript.Shell"); WshShell.Run(commandLine); WshShell = null; %> ...
table rows
Jeff -
21 Nov 2006 2:53 AM - 8 messages
hey gang. i have a question that is probably simple, and i could do it at one time, but i forget how. ok, how to explain i need to retrieve records from a db. which is no problem. but instead of ...
allow people to upload excel file to asp program?
c676228 -
21 Nov 2006 1:01 AM - 4 messages
Hi everyone, I will develop a program to enroll a group of people on-line. Since we don't have number limitation for the people in the group. I am wondering if there is any company allow people to upload an excel sheet which contains data ...
Form Field Validation?
Ken -
20 Nov 2006 3:33 PM - 1 message
We have a shared hosting plan (Windows-based) with GoDaddy.com. GD.com has a "generic" form mailer script (gdform.asp) that allows us to set up a "Contact Us" page, which, when the user clicks "Submit" sends an email to ...
identify if numbers only in a string
Igal -
20 Nov 2006 10:52 AM - 3 messages
Hay. in one part of my application i have some kind of user and password form. it asks for e-mail and a costumer id (as password), the costumer id must be a number, it's an INT in the SQL table. i tried to use a ...
request.querystring length max
dal.luc@gmail.com -
20 Nov 2006 6:52 AM - 6 messages
Hello, I want to load an asp page with a very great variable part (something like save.asp?myvariable=aa...zzzzz I know the length of aa...zzzzz is limited to 255 characters. But I would like to be able to send a request of length, let say of 2500 ...
Qry data to Page
BaWork -
20 Nov 2006 2:48 AM - 4 messages
I have the following data pulled from a db query - it is calculating the total number of listings for a given category. CountOfmain_cat_id main_cat_id main_cat 7 1 Clubs ...
Problem with inserting date value into MSSQL
Igal -
19 Nov 2006 10:07 AM - 3 messages
I'm trying to insert a date value into MSSQL, the type of the sql filed is: "smalldatetime" and i'm trying to insert a text Variable that looks like this: "19/02/2006". .... SET update_date='" & Update_Date & "' ... i get the message: ...
Recommend an excellent ASP program gives everyone:Webmaster club news system v5.09
gguan123 -
19 Nov 2006 8:57 AM - 1 message
Recommend an excellent ASP program gives everyone:Webmaster club news system v5.09 demo:[link] download:[link] Categories:asp(news system) manage£ºAdmin_Login.asp ...
|
|||||||||||||||||||||||