Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score ASP / HTML Tree
MadMike42 - 5 Aug 2006 11:39 PM - 2 messages
Hi, I'm writing a simple forum for a music web site and I have been trying to find some example code to help me but a ' tree ' together, let me explain:- Posted new messages will show on the left of the page ...
Score ASP VBScript fails when response.buffer = True
Jim Rodgers - 5 Aug 2006 8:46 PM - 13 messages
I have a big asp file that has an error under certain conditions -- totally repeatable.  However, it only fails when I set response.buffer = True at the top.  WHen I set it False in order to debug it, it works every time!  I even ...
Score checkbox and two variables
microsoft.public.dotnet.languages.vb - 5 Aug 2006 12:59 AM - 3 messages
Hi All, I need to assciate two varaibles dyanmically in value of the checkbox. How can I do that? For ex., I have the following: <td><input type='checkbox' name='chk<%=i%>' value='<%=rs("Field1")%>'> ...
Score Dumb non-programmer question--what's redir.asp?
watha - 4 Aug 2006 11:53 PM - 3 messages
I found this code in a website and wondered whtat it does. <A href="[link]" ...
Score Processing querystring ...
Raj - 4 Aug 2006 9:36 PM - 3 messages
<html> <body> <script language="javascript"> locatin.href="splchars.asp?filenames=funnel slab beam bldg #15.txt;slab @ el 246.50 # 15.txt" </script> </body> </html> spchars.asp ----------- <% ...
Score MSWC.PermissionChecker component is not available on IIS6
Andrew Allen - 4 Aug 2006 8:53 PM - 3 messages
I need to migrate a site from Windows 2000 server running IIS5 to Windows 2003 running IIS6. The site uses extensively MSWC.PermissionChecker   to control what links to show to users. The MSWC.PermissionChecker    that was part of IIS5 resource ...
Score Simple ASP page
charles@home.com - 4 Aug 2006 7:31 PM - 5 messages
I need to send data from a 'form' on an HTML page to an ASP page. The ASP page should 'return' a simple HTML page containing the data from any items submitted, including any hidden items. I know its probably very simple, but I am beginner. ...
Score How to use xmlhttp in ASP page
Bon - 4 Aug 2006 4:34 PM - 2 messages
Dear all How can I use xmlhttp function in ASP page? And, how can I get the xmlhttp parameters using Javascript? Cheers Bon ...
Score ASP Shopping cart with source code
softwareakash - 4 Aug 2006 2:54 PM - 1 message
Hi all Does anyone need a fully functioning ASP shopping cart with full source code. Follow this link [link] Enjoy ...
Score Fully functional shopping cart written in ASP with source code
softwareakash - 4 Aug 2006 2:53 PM - 1 message
Hi all Does anyone need a fully functioning ASP shopping cart with full source code. Follow this link [link] Enjoy ...
Score Redirecting to a page after login
Katie - 4 Aug 2006 2:22 PM - 4 messages
Hi, I want to be able to send users links to pages in my website. But if they arent logged in I want them to first be redirected to the login page and after they login automatically be redirected to the page i ...
Score Rewrite the URL in ASP?
Advo - 4 Aug 2006 12:44 PM - 9 messages
Hey. Basically Ive got an url: [link] Basically need that to be written and shown in the browser like: [link] notice how i've added the .html, thats for our Search Engine ...
Score Update Excel Spreadsheet Help
kelvinweb - 4 Aug 2006 9:33 AM - 2 messages
Hi All, How to using asp script update data in Excel Spreadsheet with style (ie, Bold, Font Size ..) ? Is it possible to do that ? ...
Score ASP lifecycle
JG@HG - 3 Aug 2006 7:12 PM - 2 messages
Does anyone know if the ASP scripting technology has a support lifecycle at Microsoft? Is there any information on if/when ASP as an application platform will no longer be supported by Microsoft? I have a customer that wants to ...
Score Font Rendering Component
stjulian - 3 Aug 2006 6:02 PM - 6 messages
We are currently running IIS 6 on Windows Server 2003. I am looking for a font rendering component. It should take a typeface (Truetype) and print out the supplied text as a .GIF or .JPG It should work with traditional .ASP or .NET. ...
Score WScript.Shell and ASP, Permission Problem on IIS 5
LamSoft - 3 Aug 2006 4:25 PM - 3 messages
When I call the WScript.Shell and "RUN" the object... I've got nothing on the server For Example, objWscript.Run "notepad.exe", True, 1 But on the server side, there is no this process running.. The NTFS of notepad.exe permission is set to EVERYONE already.. ...
Score asp.net vb6 AdvAPI
Eugene - 3 Aug 2006 2:15 PM - 3 messages
Hi, I have a vb6 dll that would make use of the AdvAPI. Then I have a asp.net project that would call this vb6 dll, but the returned value is not correct. From what I checked, the vb6 dll is called, but it fails on AdvAPI. What is ...
Score AspUpload question
the other john - 3 Aug 2006 1:17 PM - 6 messages
I'm not certain that what I'm asking is an AspUpload question or just a VBScript question. I am uploading a story with up to 3 pictures.  Each picture uploads using aspupload with no problems.  What I need to do is while iterating ...
Score How to using asp to insert data into excel spreadsheet ?
kelvinweb - 3 Aug 2006 8:00 AM - 4 messages
Hi All, How to using one excel template to  insert data into another excel spreadsheet by using asp programming ? Please help. ...
Score ASP On-Line Form
RRI3 - 3 Aug 2006 3:43 AM - 2 messages
I created an on-line form which is displayed as http://localhost/test.htm via a local server with Internet Information Services 5.1 to submit data to a MS Access database located at C:\Inetpub\wwwroot\fpdb\test.mdb.  The MS Access ...
Score Text Modification
Kevin Davis - 3 Aug 2006 1:31 AM - 2 messages
Hello, I would like to do some  modifcation based upon the value on a text field.  What I would like to do is have the text turn bold face based upon the value of the text field.  For example if the field contains a ...
Score Copy files between two web servers...
Matthew Moran - 2 Aug 2006 10:51 PM - 2 messages
I have a need to have a web server (windows based) grab files each week from a linux based server - hosted elsewhere.  I cannot use UNC paths. I want to have a script (.asp/asp.net) on the windows server that I would ...
Score End Windows Authentication session?
J - 2 Aug 2006 6:32 PM - 1 message
Hello.  Does anyone know if there is a way to end a user's logged on Windows Authentication session?  I have some .asp files that make calls to our SQL Server which can only be accessed through Windows Basic Aunthentication in ...
Score autenticate user with LDAP
gonzosez - 2 Aug 2006 5:13 PM - 1 message
I get the user name from the login to the asp page. What I need to find out is the account active or is it disabled. Some users of the site are from the out side world these are OK. ...
Score Page.Databind
HockeyFan - 2 Aug 2006 4:26 PM - 4 messages
I'm fairly new to ASP.Net.  All the projects that I've worked on lately have allowed binding to items on the page, via such as <%# FunctionReturnsAString() %>.  However, I had to do nothing in my codebehind, ...
Score ACCESS & Different Languages
AJ - 2 Aug 2006 3:48 PM - 1 message
Hi all, This is a first for me...so all help much appreciated. I am trying to create a survey form which retrieves all its questions form an ACCESS database..  (I know ACCESS isn't the best option, it just not my ...
Score Fullname of current user
Leszek - 2 Aug 2006 1:58 PM - 5 messages
Hello! I have my webpage (ASP) in domain (IIS 6.0). I need to make a popup with fullname of current user. How can I do this? Maybe someone have any examples? Thanks! ...
Score how to creating new node inside a xml node
Geagleeye - 2 Aug 2006 12:45 PM - 3 messages
Hi... how do i create a new xmlnode inside a node ... i have folowing code :     Dim tmpElement As MSXML2.IXMLDOMElement     Dim nlItems As MSXML2.IXMLDOMNodeList     Dim tmpNode As MSXML2.IXMLDOMNode     Set nlItems = axResponse.responseXML.selectNodes("//item/data") ...
Score format(a, "#0.00") - can it really be that hard?
Sonnich - 2 Aug 2006 11:16 AM - 9 messages
Yes it can. All I want is a number formated as: 1234567,89 - plain numbers and a comma as decimal marker. formatnumber returns the number in american style, which is of no use. The format command does not exist. And the help for ASP really sucks, when compared to php.org. Is there ...
Score Add Header/Footer to excel report from ASP..
jmalvika - 1 Aug 2006 11:35 PM - 5 messages
Hi all, I'm trying to generate an excel report from an ASP web page using .. "response.ContentType = "application/vnd.ms-excel" .... I need to add a custom header & footer to the excel report on generation. Is there a way to do this from the web without installing ...
Score clr 2.0 missing in iis log (& broken app)
frank - 1 Aug 2006 9:17 PM - 5 messages
We created an asp.net 2.0 app, which sends smtp email using System.Web.mail. The app is in an IIS 6 application pool isolated to 2.0 apps on a 2003 server. The app worked fine for a few days; recently however it began failing when ...
Score When exporting to excel....
Sonnich - 1 Aug 2006 3:27 PM - 5 messages
....is it the posssible to: format a field as "currency" or "number"? format a field as a formula? I create my sheet as a table   Response.ContentType = "application/vnd.ms-excel" response.write('<tr><td>blahblah</td></tr>'); ...
Score LDAP Problem with firefox
CJM - 1 Aug 2006 12:05 PM - 5 messages
I have a number of applications that use a particular technique to authenticate users using IWA and LDAP. These are for intranet application where the users all use IE6, however I'm trying to debug some javascript code and I find that easier to do with FF. ...
Score Meta Refresh results in blank page
Craig - 1 Aug 2006 10:25 AM - 8 messages
Hi I am trying to debug a problem with some ASP pages when accessed via IIS on Windows 2003 Server SP1. In summary, the pages are structured as follows: Root page     Page loaded via IMG SRC Root Page extract >>> ...
Score does url rewriting use isapi
trooperbill - 1 Aug 2006 9:02 AM - 7 messages
.... and if so how (using basic asp, not .net)? thanks Mark www.iosilver - Silver Jewellery ...
Score Serializing a request for an ASP page containing COM objects
Max - 1 Aug 2006 7:38 AM - 48 messages
Due to the behaviour of a particular COM object, I need to ensure that a request for a particular ASP page is finalized before another request for the page is processed. Does IIS have a way to ensure that subsequent ...
Score loop only deletes first pass
Jon Paal - 31 Jul 2006 10:12 PM - 4 messages
why is this code only deleting on the first pass when there is more than one item in the array?   checking the array shows all items are present, lower and upper bounds are correct if the array holds only one item it always works ...
Score back button doesn't remember new value
rharmonster - 31 Jul 2006 7:31 PM - 2 messages
I have an asp page that builds a calendar made up of images for each day.  When a user selects a day, javascript changes the day selected and the next 2 days' images to a "booked" image.  I place the day's ...
Score IIS group access
HankC - 31 Jul 2006 5:15 PM - 3 messages
I have a asp app that I wish to limit execution access to a universal security group during beta test... I've tried restricting permissions using ntfs, the virtual directory and the net.config file (which I assume will not work as this is not a ...
Score Can output as HTML but not as XLS
Sonnich - 31 Jul 2006 3:00 PM - 1 message
Hi all! I haven't being doing that much in ASP, but I have to create this: It has to read out data from some DB to excel. The following (corrected) code works if just it outputs as html, once ...
Score 5 Standard Protocols of ASP??
rmturner23 - 31 Jul 2006 12:45 PM - 7 messages
Can someone please tell me what the 5 standard protocols of ASP are? ...
Score Error in this statement-->sqlSELsite = "SELECT Name FROM tblbwday WHERE B'day ="& date() &""
divya - 31 Jul 2006 11:29 AM - 4 messages
Hi, I have a table tblbwday with 2 fields Name and Birthday.I have written this script for displaying evryday names of the people on that day. <% set objConn =server.createobject("ADODB.connection") objConn.open "DSN=Photo" Dim sqlSELsite,ObjRSSel ...
Score Tie a file an IP address
creamy - 31 Jul 2006 9:17 AM - 5 messages
Please i would like to know if it is possible to restict a file to an IP address. i.e: It would only open on a system based on its IP address. Thanks. ...
Score ASP Different Results In Firefox And IE !
lovely_angel_for_you - 31 Jul 2006 1:31 AM - 5 messages
Hi, I have following code, picking an ID and saving it to Cookies. <%             ItemID = Request("prod")             Response.Cookies("THREES")(ItemID) = Request("prod") ...
Score Is this how session and application variables work?
Victor - 30 Jul 2006 10:26 PM - 8 messages
I've got two domain names sharing the same IP address that use ASP VBScript If I set a session variable with domain 1, it is only available for domain 1 - this is correct? If I set an application variable with domain 1, the app variable is sharing across all ...
Score LISTEN TO SEXY FREE NOW
mediapuri - 30 Jul 2006 12:40 PM - 1 message
English / Chinese / Franch / Germany / Japan / More World Largest, LIMITED TIME FREE TO LISTEN!!! 24-Hrs +91 9810577227 ...
Score SEX HOT LINE FREE TRIAL!
TCI SM - 30 Jul 2006 12:25 PM - 1 message
English / Chinese / Franch / Germany / Japan / More World Largest, LIMITED TIME FREE TO LISTEN!!! 24-Hrs +91 9810577227 ...
Score Buy 2nd handphone for India market
i - 30 Jul 2006 12:12 PM - 1 message
Highest rate for all type / brand 24-Hrs +91 9810577227 Puri ...
Next »