|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
flash in header question
Joey Martin -
3 Mar 2006 10:12 PM - 3 messages
This is more of a flash recommendation question than ASP related, but I use this forum a lot, so wanted to see if anyone can answer. My page header is flash. One the header is flash. It's about 500KB. ...
HTTP_REFERER Returns Nothing
doar123 -
3 Mar 2006 9:36 PM - 2 messages
Hi, I'm trying to retreive information using Request.ServerVariables("HTTP_REFERER"), with no success. The users arrive to the page using simple link, and without being redirected or any other way - just a simple click on a link. It is important to say ...
What is the best approach?
Andrew -
3 Mar 2006 8:33 PM - 2 messages
Hello, friends, We need to create a user control (COM) in which it should be able to retrieve binary data from a given website after a user selects an item ID and clicks Retrive button. We then can put this user control in a html page (generated by .asp page) so ...
Assignment doesnt assign???
Tim Slattery -
3 Mar 2006 8:12 PM - 8 messages
My ASP page contains the following VBScript code: <% zipCode = Request.Form("zip") %> <br>zip: <%= zipCode %>, rf: <%= Request.Form("zip") %> When I enter "abc" into the "zip" field on the form, I get the ...
Operation is not allowed when the object is closed
Matt -
3 Mar 2006 7:03 PM - 2 messages
Got this problem that killing me...what am i doing wrong with this old dll. When i call the function from asp i get "Operation is not allowed when object is closed" any clue will be appriciated.... test .asp <% ...
problem with web farm
luis molina Micasoft -
3 Mar 2006 5:47 PM - 2 messages
hi, i have a problem with a web farm. an application asp net 1.1 that works in different servers doesnt works in the web farm (4 servers balanced). The error it says is "System.Web.HttpCompileException: External component has thrown an exception" ...
Problem with handling table insert from ASP page
Jack -
3 Mar 2006 5:24 PM - 10 messages
Hi, I am gathering the input values to a form using Request.form method from the processing page. After all the data is captured, I am building sql statement out of it. Using a response.write statement, I am generating the output of ...
Help connection
momo -
3 Mar 2006 4:55 PM - 14 messages
Hello all, I am getting 500 Internal Server Error. I have tried disabling the show friendly error in IE and I have tried it on Firefox. It will not give me the reason why it will not work, I only get 500 Internal Server Error. I have ...
AS400 Access
GustavoG -
3 Mar 2006 3:05 PM - 3 messages
I am going to migrate an IIS 4.0 with applications ASP to IIS 6.0 and want to know that version of client access of IBM AS/400 is compatible with iis 6.0 Thank you GustavoG ...
Performance Monitor
Mayhul -
3 Mar 2006 1:31 PM - 2 messages
Hi there, Does anyone know how to display the current connection value on a ASP page. Wanted to know how to read this value into ASP page as opposed to going to performance monitor Thanks Mayhul ...
Reading current connection value from performance counters into ASP page
Mayhul -
3 Mar 2006 1:15 PM - 2 messages
Hi there, Does anyone know where I can find information about Reading current connection value from performance counters into ASP page. I wanted to know how I can call the current connection value in my ASP page Thanks Mayhul ...
Privileges using windows API
Adry -
3 Mar 2006 11:58 AM - 3 messages
Hi, I've a component (DLL COM) that retrieves Fonts system's folder by calling SHGetSpecialFolderLocation / SHGetPathFromIDList windows API. Using this component from VB 6.0 it's all OK. Using this component from ASP, it is not able to retrieve Fonts system's ...
problems with .getrows
s_m_b -
3 Mar 2006 11:35 AM - 2 messages
I have two similar pages that pull the same data from a table and display a range of it, based on 'number per page', so that users can quickly scan and find a record. On the original page, the code works fine: ...
newbie Cannot read from a database after upgrade to IIS6
shall -
2 Mar 2006 10:28 PM - 2 messages
I have a web page that uses an ODBC to read from a Foxpro database. It worked before the Upgrade to IIS6. Now on that web page I get "File Not found". Another web page I get "ODBC driver does not support the requested ...
ADS WebInterface
Jerry -
2 Mar 2006 9:28 PM - 2 messages
Hi, First of all: Sorry for the cross post, but I really don't know where this post belongs. For our intranet we are looking for a way to let a 'super' user to do some self-service. He/she should be able to create a user account in active ...
remote file access in .net app
Amie -
2 Mar 2006 8:33 PM - 2 messages
Hi, My .NET application has a script that checks whether an image file on a remote server exists using File.Exists. path (\\servername\foldername\image.jpg) or virtual directory (../foldername/image.jpg) within the application. When I moved the app to a test server (Server B), it still worked fine. ...
need help
rahil -
2 Mar 2006 4:33 PM - 3 messages
which webserver can i use to run asp on my win 98 pc. i dont have a working pws setup so which other web sever bseides pws can i use pls tell and preferred if its a freeware. ...
Is it possible to generate a gzipped sitemap with asp?
john.kavs -
2 Mar 2006 3:38 PM - 2 messages
I am looking for a way that will allow me create the google sitemap for my website at the click of a button - so that every time i update a page using my (asp) content management system it automatically updates ...
Drop Down and Button - please help
DiLwALi -
2 Mar 2006 1:40 PM - 3 messages
Hello, I am pretty new to asp.net and have been given the task to create and internal website. There is a drop down list on the site and a submit button. The user selects a report from the dropdown and clicks on the button - ...
Request.ClientCertificate
carles -
2 Mar 2006 9:49 AM - 1 message
How can I clear Request.ClientCertificate When I want clear the session of my digital certificate, I cannot until I close IExplorer. ...
sending an email with asp
isaac2004 -
1 Mar 2006 11:59 PM - 4 messages
hello i have a fake online store that creates an invoice and sends it to the user. i get this strange error that i dont understand the error is Microsoft VBScript compilation error '800a0400' Expected statement /06Winter/levini/A07/checkout03.asp, line 135 ...
How to pass a code of a list box to a processing form
Jack -
1 Mar 2006 11:19 PM - 16 messages
Hi, I have a asp form where one element is a list box which lists four years starting from 2004. This list is drawn from a database table which has YearID and Year as two fields as shown below: YearID YEAR ...
Memory Leak with classic asp
Bill44077 -
1 Mar 2006 10:31 PM - 9 messages
Hi, Anyone have any insights on how to debug a memory leak with a classic asp application? Any thoughts would be appreciated. thanks! Bill ...
Need help adding a hyperlink mailto: item
mcse4u -
1 Mar 2006 9:35 PM - 4 messages
I would like to be able to add a hyperlink to the posted form below that automatically creates a hyperlink of the email address of the person submitting the form. Can someone please help me with the code I need to add? ...
error 800a0046 ??
Zap -
1 Mar 2006 9:04 PM - 5 messages
Hello, This my code in asp : <% set spvoice = server.createobject("SAPI.SpVoice") set spfilestream = server.createobject("SAPI.SpFileStream") rem spfilestream .Format.Type = 6 spfilestream.open Server.MapPath("test02.wav"),3 'spfilestream.open "test01.wav",3 Set spvoice.AudioOutputStream = spfilestream ...
Opening a window in the same session
Larry Bud -
1 Mar 2006 8:59 PM - 4 messages
Wanting to use a technology I saw for one of our apps. We have several apps that a user logs in at on the same page. The app is determined by a drop down. User credentials are checked, ...
DSN-less sonnection - question for bob barrows
Hugh Welford -
1 Mar 2006 6:59 PM - 4 messages
Hi Bob - had the advice below from you recently:- hugh welford wrote: Seems like the perfect time to break the odbc crutch ... [link] However, if you're bound and determined, You need to go to microsoft.com and search for the Jet components download. ...
Link Issues
Matt -
1 Mar 2006 6:23 PM - 12 messages
Why would this link not work on "Firefox 7.12 Version 1.07"? It works fine in IE? <a href='aac_product_home.asp?Category=product&Section='> <td width="145" <%if lcase(sCategory) = "product" then Response.Write ...
send XML from ASP
ljb -
1 Mar 2006 5:54 PM - 3 messages
Does anyone have an example of ASP streaming XML? Can I set content headers to indicate the page returns XML? Can this XML be a string or must it be prepared with DOM? I need to create an ASP that queries Access and Oracle, ...
myArray = recordset.getrows
dotnettester -
1 Mar 2006 5:20 PM - 2 messages
Hi, would this code give an EOF or BOF error if there are no rows in the recordset? or the array myArray would be just null? Thnx. ...
Read and write to Excel and Word on client
polabear -
1 Mar 2006 4:49 PM - 3 messages
I'm converting a VB6/SQL Server application to a web application. I need to read data to and from Excel and Word. I'm not allowed to install Excel and Word on the server, only on the client. Is there a way to use client side ...
SAPI permission
Zap -
1 Mar 2006 3:27 PM - 3 messages
Hello, This my code in asp : <% set spvoice = server.createobject("SAPI.SpVoice") set spfilestream = server.createobject("SAPI.SpFileStream") rem spfilestream .Format.Type = 6 spfilestream.open Server.MapPath("test02.wav"),3 'spfilestream.open "test01.wav",3 Set spvoice.AudioOutputStream = spfilestream ...
Subscript out of range: 'ticker' ?????
David -
1 Mar 2006 1:16 PM - 2 messages
Hi, I have the following asp in my page, but I keep getting the following error Microsoft VBScript runtime error '800a0009' Subscript out of range: 'ticker' Please can you help me ?. Here is the page code I have so far: ...
AspUpload and AspEmail Problems!!!
riteshjain82 -
1 Mar 2006 10:34 AM - 2 messages
Hi, I am new to ASP and am maintaining a site which is written in ASP. The problem is that i want to make a page which has an upload functionality in it. It should let users upload a file to a web server(say ...
Send sms from pc to mobile via ASP pages
Twister -
1 Mar 2006 7:24 AM - 3 messages
Hi all, I'm supposed to send sms from our intranet to mobile phone. I'm not relevant to this; its extremely new to me. I need ASP code to build connectivity from our server to the mobile numbers of any service ...
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
ISRAEL FAGBEMI -
1 Mar 2006 7:14 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>YOU COULD BE EARNING OVER $3K A DAY , $100K A ...
Data entry in asp like excel spreadsheet
Jack -
1 Mar 2006 12:21 AM - 3 messages
I have asp project where large volume of data entry would be done. I am trying to find out if there is any tool that can allow me to build asp application where the forms would be like excel spreadsheet. I appreciate any ...
OLE and Blobs in SQL--How to display using ASP
Larry Bud -
28 Feb 2006 9:45 PM - 1 message
Our old PowerBuilder programmers stored a variety of binary files (word, gif, jpg, tiff) in a SQL database IMAGE field, and PB puts OLE header info on the data. So now we're trying to open those files using ASP.... I have no way to ...
Roadmap for asp.net ATLAS
holan -
28 Feb 2006 8:49 PM - 2 messages
Hallo! We develop a big inhouse-apps with asp.net 1.1. We now switching to asp.net 2.0. We also want to integrate the new features that ATLAS will provide. But we can't find any comment from MS when ATLAS will be ready. ...
publishes ASP pages dont open
GabrielESandoval -
28 Feb 2006 4:34 PM - 2 messages
whenever i publish my asp pages for a registration page (that send the info to the database) it doesnt work.. all i get is the file download wondow asking me to save or open. why woudnlt it work once i put it on ...
FileSystemObject and asp
Jeff -
28 Feb 2006 3:35 PM - 6 messages
Hey gang. Is there a way to use FileSystemObject to loop through a folder, and show the names of all the child folders within that folder? I have searched on this and came up with empty pockets. Someone?? anyone?? thanks ...
Selecting client-side files
KathyMarriage -
28 Feb 2006 2:42 PM - 4 messages
Hello In days gone by I was a VB programmer but currently tasked to find some
answers for a ASP guy. Basically I am wanting to incorporate some of the functionality of the
Common Dialog control into this Web tool we are building, specifically
the InitDir and FileType properties. The end user needs to select a
file stored client-side - is this possible using IE6? ...
checkboxes and databases
raj chahal -
28 Feb 2006 1:33 PM - 3 messages
hi there I want to collect user input. I have a collection of 30 checkboxes that I would like the user to pickout from. The information then will be recorded to a database somehow. Finally the user will be allowed to change the ...
VBA com object
prabhupl -
28 Feb 2006 7:54 AM - 2 messages
*How to close the COM object in VBA? -Its Very Urgent-*
--
prabhupl
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
displaying the date
isaac2004 -
28 Feb 2006 2:22 AM - 2 messages
hello i am creating a dynamic page with database access that acts as an online store. i have a sql statement that needs the date and time of the order to send an invoice to a user. here is my code to insert the new values into the database ...
odbc drivers and XP
hugh welford -
27 Feb 2006 11:28 PM - 5 messages
Hi - using XP pro with IIS to develop offline asp data access site. Suddenly, my DSNs and odbc drivers have disappeared - the only thing I can think of is that an XP auto update has done this in some way. ...
Problem with Request.Query
yuvalbra -
27 Feb 2006 8:48 PM - 3 messages
when i transfer string with URL that include space LIKE [link] yakov its open on the browser: [link] and when i call the Variable n by the command Request.Query("n") ...
Validation of data creating problem in ASP page
Jack -
27 Feb 2006 7:08 PM - 1 message
Hi, I got a ASP page where one can add a record or update any existing records. As soon as a record is added it is appended to the existing records. With this design user can check for erors in existing records or the added record. ...
file does not begin with %PDF - BinaryWrite
TrailBlazer -
27 Feb 2006 5:06 PM - 1 message
Hi - Been struggling over this issue for a long while. We store PDF's in our SQL Server database. And I do a BinaryWrite to display the PDF. It works for me without issue, on FireFox, IE, and Opera! But we are ...
Public Favorite Websites
awdomain -
27 Feb 2006 11:57 AM - 1 message
Hi Friends, If you want to surf useful websites, use any of the link below to find out more about internet services. <a href="[link]">MSN Yahoo Display Pictures</a> <a ...
someone update my database
AA -
27 Feb 2006 11:32 AM - 2 messages
hello to aal, how its mossible to someone update may database, for now we have a database and time to time, someone update a record, changing the information. what can i do to avoid this? thanks on advance AMA ...
Helps Needed FOr ODBC in ASP
mingcur -
27 Feb 2006 7:32 AM - 2 messages
hi all, i am currently doing a website in ASP which is using ODBC to connect the ERP Database in another server . when i run the system in Winodws9 , it works perfectly, no errors and it may get the data from ...
about asp.net
sharma -
27 Feb 2006 5:34 AM - 2 messages
How can i convert .aspx file in .exe file so that it can run on any computer.ans me soon ...
error '80020009' help
isaac2004 -
27 Feb 2006 2:34 AM - 3 messages
hi i am creating a basic asp site that uses cookies to manage a cart for an online store. whenever i open this page without adding anything to the cart. i get an error message. here is my code <%@ Language=VBScript %> ...
creating/copying files
Jeff -
27 Feb 2006 12:13 AM - 3 messages
I have looked on the net, but obvious not in the correct place for this. with this mega tourney site i am working on, i am thinking of several ways to do this efficiently. so what i want to do, is when a new tourney is created, create a folder on ...
browser check using ASP
Laphan -
27 Feb 2006 12:03 AM - 1 message
Hi All I currently use a javascript routine to check what browser the user is using, but I'm trying to replace my client side code for server side as much as I can. Does anybody have a good (and tight) routine to check what the browser is, ...
ASP classes, code included multiple times - how to avoid?
Noozer -
26 Feb 2006 7:02 AM - 11 messages
I'm writing an ASP application and have a noob question... I have a class that access an MS SQL database. I have another class also accesses an MS SQL database and this second class uses objects from the first class. I have a third class using the DB and objects of the second ...
|
|||||||||||||||||||||||