all groups > inetserver asp general > september 2004 > threads for september 1 - 7, 2004
Filter by week: 1 2 3 4 5
Web Design for ASP
Posted by jeremylim2000 at 9/7/2004 11:40:36 PM
Hi, All!
I wonder either got any software
that allow for do web design for asp.
--
jeremylim2000
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
... more >>
Reading URLs
Posted by Andi B at 9/7/2004 8:34:06 PM
Hi folks,
Does anyone know if it is possible to store the URL of a browser window as a
variable? For example:
var loc = window.location.href
in JavaScript will store the contents of the address bar as the variable
loc.
Regards and thanks for any assistance,
Andi
... more >>
Run ASP Script as Scheduled Job
Posted by Larry Neylon at 9/7/2004 8:31:23 PM
Hi All,
I want to perform the simple task of running an ASP script as a scheduled
job.
Previously I've always either run a .vbs script via windows Scheduler, or
put some logic in my global.asa, both of which have worked fine.
Unfortunately there are technical reasons (too complicated to g... more >>
Encryption not supported on SQL Server
Posted by Nithi Gurusamy at 9/7/2004 7:15:01 PM
I am facing this error after making changes to client configuration utility
of SQL Server 2000:
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
... more >>
Including an include directive at run-time
Posted by chopper at 9/7/2004 5:50:14 PM
Please excuse the long post but I can't think of shorter way of
explaining the issue.
Please could someone advise on the following:
I'm writing preview functionality for a CMS written in ASP.
Currently, when a page is published (physical file created in the
website) it contains include dire... more >>
Response Buffer Limit Exceeded Problems - Ideas Please!
Posted by Brian Piotrowski at 9/7/2004 3:35:20 PM
Hi All,
I'm trying to run a simple query from an ASP page. I want the query to
select each individual field in a table and compare it to another table. If
the value doesn't exist, I want it reported. Here's the code I have to do
this check:
'Check to see if there are any assemblies not i... more >>
upload file into database in asp
Posted by Wei.Huang NO[at]SPAM slps.org at 9/7/2004 2:39:11 PM
Hi All
I want to upload either image or word document into either access or
SQL server database
so far I am doing some small testings and what I can do is upload the
file from first page and display at the next
page with (both image or word are working fine).
however, I cann't insert them into... more >>
ASP directory browsing page
Posted by Stephen Green at 9/7/2004 1:08:30 PM
I'm using the code found at http://support.microsoft.com/?kbid=224364 called
Creating a Directory Browsing Page Using ASP.
The code works fine. I would like to find a way NOT to show hidden files or
folders. I don't know (if it's possible) how to test for the hidden
attrobute and create an I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CDO message help
Posted by jishguha NO[at]SPAM yahoo.com at 9/7/2004 11:58:01 AM
Hi All,
Need CDO help
<%@ Language=VBScript %>
<%
Dim iMsg
Dim iConf
Dim Flds
Set iMsg = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
Flds("http://xyz.com") = True
Flds.Update
Wi... more >>
How to read ASP cookies (the ones with keys) from Javascript?
Posted by mike_newsgroups NO[at]SPAM yahoo.com at 9/7/2004 11:48:52 AM
Hello,
I want to read and write key'ed cookies from both javascript and ASP.
I can't find any javascript that reads and writes cookies with keys,
so that it is compatible with ASP like the following:
<%
Response.Cookies("user")("firstname")="John"
Response.Cookies("user")("lastname")="Sm... more >>
problem
Posted by Inamori Izumi at 9/7/2004 10:58:14 AM
My win 2000 server is connected with MS SQL server 2000
There are around 10 applications on this server. Some webpage will be
refereshed itself within 20 seconds to retrieve update data in sql server
This server run 2 years till now.
Recently we face the problems. When refershing the page,... more >>
session variable - malfunction??
Posted by Al Jones at 9/7/2004 10:35:03 AM
This is a repost form the vbscript newgroup - if this isn't the appropriate
group would you point me toward one that is.
Basically, I seem to be losing session data part way though preparing an
email from (possibly) three seperate forms.
the following code is the end of a routine which stash... more >>
stored procedure problem
Posted by Savas Ates at 9/7/2004 10:11:14 AM
CREATE PROCEDURE zzz @userid numeric(18),@polim numeric(18) OUTPUT
AS
select * from users where userid=@userid
select @polim= count(*) from users
return (@polim)
GO
*********************
how can i gain the value of @polim in asp
in asp
set rs=baglantim.execute ("declare @sa ... more >>
Post XML Https help PLEASE!
Posted by DavidT at 9/7/2004 8:52:33 AM
I need to build a valid XML file using ASP form elements, pass that "file"
to a https url and then retrieve the ID that is returned. I can build the
XML into a string no problem but how then heck do I go about
posting/retrieving?
I've come across something like this in my search:
Dim oX... more >>
Check for Null
Posted by Luis at 9/7/2004 4:41:17 AM
Is there an easier way to check if any of the fields returned in a
select statement have null values?
After running this command:
set rs = conn.execute("select A,B,C,D,E,F,G,H,I,J from SomeTable
where...")
I could check each field this way:
If IsNull(rs("A") Then
Response.... more >>
How 2 encrypt files in asp
Posted by jeremylim2000 at 9/7/2004 1:22:25 AM
sorry, maybe the way I wrote a little bit confussing.
It question how can encript the asp files.
It can run on server but the source code is encript.
Jeff Cochran wrote:
> *On Mon, 6 Sep 2004 07:09:32 -0500, jeremylim2000
> <jeremylim2000.1c5zpn@mail.codecomments.com> wrote:
>
> >
> >How... more >>
Setting an image datatype to NULL
Posted by Roger Withnell at 9/6/2004 10:46:27 PM
I'm updating a record by opening a recordset, setting the fields and the
updating it with objRS.Update.
I need to set an image datatype to NULL. objRS("field") = NULL works for
datatypes int and varchar but not for datatype image, although there is no
error - the image field still contains t... more >>
MS SQL to MS Access ASP problem
Posted by smilesinblues NO[at]SPAM hotpop.com at 9/6/2004 9:22:36 PM
Hi,
I need to get this ASP program to work with ms access instead of ms
SQL... I have converted the DB now I just wanted to know should I just
change the DB
connection settings or there is more to be seen and taken care of.
will I have to change the intire sql commands or its just the database
... more >>
Passing through a var
Posted by Marcelo at 9/6/2004 9:07:38 PM
I need to click on a button and pass through a variable with a number
associated to it to other form
That is. I know I can do something like this:
<FORM action="http://somesite.com/prog/adduser" method="post">
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>but.. can I do s... more >>
replace
Posted by Shawn at 9/6/2004 8:54:21 PM
Hi.
I have a form with a couple of text fields where users can enter some data.
The data is stored in an access DB.
the problem is that whenever a user enters " in a textbox some of the text
dissapears.
Example:
If the users writes: I have a 17" LCD for sale
Then this is what is stored in the... more >>
Need an asp color swatch selecto thing...
Posted by Danny at 9/6/2004 8:27:00 PM
Sorry for being vague, but I am not sure what it is called.
I need something in asp that will let a user select from a color wheel or
paletter or something and then have it spit out the hex code. I am creating
an asp script that will allow the visitor to design his own web page such as
header... more >>
two process
Posted by Savas Ates at 9/6/2004 7:02:38 PM
can i gain the two result. in an asp page which using a stored procedure
with execute
method...
i want to execute the query and return the count value the query at the same
time.. is it possible and how?
must i use ado? it is not possible to make it with execute method in asp...
... more >>
make a page invisible to the user until certain time?
Posted by Matt at 9/6/2004 3:33:18 PM
Are there any settings to make a page invisible to the user until certain
time? For example, I want mypage.html is invisible to the user until
12:00am. But mypage.html is already in the IIS server.
any ideas? thanks!
... more >>
Session Problem
Posted by Marcelo at 9/6/2004 2:49:10 PM
Hi, I'm running a web application in a server where I play with session
variables. In this case, language.
Now when I want to do the same at my local IIS, it won't accept a value for
that variable.
I use the following code at Global.asa
<script Language="VBScript" RUNAT=Server>
Sub Applicati... more >>
shopping cart
Posted by John at 9/6/2004 2:48:12 PM
I don't want to reinvent the wheel. Where can i find info about developing /
technique in ASP a shopping cart on base of Acces sparepart database?
John
... more >>
write permissions and security
Posted by mark | r at 9/6/2004 1:21:41 PM
we're working on a cms system that allows the admin to upload files to the
server - the host (supplied by the client) says that opening write
permissions means that windows is open to exploits.
we're using FSO to move the file
anyone know a way of locking down this so its not 'open to expl... more >>
Does anyone know how to enable ASPX on IIS6 ?
Posted by scott at 9/6/2004 12:11:01 PM
Hi,
Does anyone know how to enable ASPX on IIS6 ?
Thanks
Scott
... more >>
Exporting HTML Table to MS Word?
Posted by A P at 9/6/2004 10:00:50 AM
Is this possible? I am planning to export data from SQL that generates HTML
table. Instead of selecting the table and then copy then paste to word, I
need a script(JS or VB) that will automatically export or open the Query to
word.
... more >>
ASP error logging
Posted by big_tiger NO[at]SPAM poczta.onet.pl at 9/6/2004 8:45:14 AM
Hi,
The problem is the following: I have experienced some ASP errors in my
web application and I'm unable to reproduce those errors because IIS
is configured in a way that does not send any debugging messages to
the user (and I cannot change it). Only standard string "An error
occured on the ... more >>
How 2 encrypt files in asp
Posted by jeremylim2000 at 9/6/2004 7:09:32 AM
How 2 encrypt file in asp..
-
jeremylim200
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------
... more >>
Re-Selecting values in multi-select menu
Posted by PW at 9/5/2004 9:11:20 AM
I use a multi-select menu in an ASP so the user can pick several values.
<select multiple name="lbErrorType" size="12">
However, after I have saved the records to the DB, and the user comes back
to edit a prior record, I re-populate the multiple select box and do a
"<option selected>" f... more >>
Copy selected PDF files from ASP page into clipboard & paste it in outlook. How?
Posted by tabonni NO[at]SPAM yahoo.com at 9/5/2004 3:15:07 AM
Hi all
I want to create an ASP page, which can copy the real PDF files into
the clipboard and then the user can paste it in Outlook message as
attachments(it's like inserting attachments)
My idea is: When user checked the checkboxes for the requested PDF
files from ASP page and press the "A... more >>
Caching in the Application Object
Posted by dave at 9/4/2004 10:20:40 PM
There seems to be plenty of discussion about caching in the Application
Object, however, I cant find any info on what realistic limitations there
are and how they are measured
What are the factors that will limit performance / storage of many
individual or single large bits of data with applic... more >>
ASP - how fast is your internet connection
Posted by Mark D. Thompson at 9/4/2004 9:18:37 PM
I'd like to know how to implement a program which measures how fast a user's
internet connection speed is?
Thanks.
... more >>
ASP ecommerce help
Posted by Laphan at 9/4/2004 2:32:30 PM
Hi All
I seem to be getting to grips with the whole ASP DB ecommerce thing, but
there are certain aspects that my knowledge is really thin. If poss, could
you please advise or point me in the right direction re the below:
1) I use the getrows feature all the time now for recordsets rather t... more >>
How to tell what type of server a site is running on
Posted by AMC at 9/4/2004 12:36:10 PM
Hi,
How can I determine if a website is running on a Unix or Windows server? All
I have is the url
... more >>
Garment Designer
Posted by Rajani at 9/4/2004 2:29:04 AM
Hello,
Ours is a garment factory. We want to design an application to generate
and print the image on the plotter dynamically.
Means, we give measurements like width, bust, neck, collor,
sleeves(long/short), curvature bla bla. Can anyone give an idea how to do
this? I want to use ASP. ... more >>
for each...next...objects, collections?!
Posted by curtis m. west at 9/3/2004 9:00:16 PM
hi NG
sorry for this maybe stupid question:
i have this construction:
----->>>> CUT ON <<<<<-----
Set objFso = Server.CreateObject("Scripting.FileSystemObject")
Set objFolder = objFSO.GetFolder("<mypath>")
For Each objFile in objFolder.Files
response.write(objFile.Name&"<br>")
next... more >>
ASP page to open/download a file
Posted by Matt at 9/3/2004 7:38:45 PM
I want to write a ASP page to open/download a file
In fileview.jsp, I have the file browse, and when user click submit button,
fileview2.asp should open the file.
fileview.asp
============
<FORM ACTION="fileview2.asp" method="POST">
<P><input type="FILE" name="filename">
<P><input type="s... more >>
com+ & dotnet
Posted by gdp at 9/3/2004 7:21:31 PM
hi...i have been developing using "classic" asp and sql server for the last
few years. i have managed to remain completely ignorant of things like COM
for all that time. last night i read a bit about COM/COM+ and was
interested to know that i have in fact been using COM everytime get a
records... more >>
file upload error
Posted by AMC at 9/3/2004 7:02:03 PM
Hi,
I'm using a free component to upload image files to the web server. I'm
getting this error when I try to upload
SaveBinaryData error '800a0bbc'
http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file failed.
/southernlumber/_Upload.asp, line 903
I know that I have wr... more >>
.Doc file not uploading.
Posted by Jonthemoon at 9/3/2004 12:19:00 PM
Hi,
I'm seeking for expert advice.
I've got an application that allows users to upload a
file to a directory.
The problem is some users (5-6) can't upload .doc files.
They can upload anything but .doc files. File size is not
an issue.
What could ever cause that????
Thanks a lot!
-Jon... more >>
an error that does not happen through 500-100.asp
Posted by reo at 9/3/2004 9:23:25 AM
if I put in a pagina asp the instruction:
server.scripttimeout=1
the page indeed expires immediately,
but the error that produces does not get to happen through 500-100.asp some
solution,
since to treat the errors I make it from 500-100.asp
thank you very much
... more >>
Making a multi-page application
Posted by Drew at 9/3/2004 9:00:08 AM
I need to develop an application that will span 12 or so pages, and on the
last page, it lets the user review the data and then insert it all. This is
kind of like selling something on eBay, you give it information, click next,
enter more info and then at the end you review and submit the item. ... more >>
SSL and Request.ServerVariables
Posted by Mark at 9/3/2004 8:01:25 AM
Hi - I am trying to use Request.ServerVariables("SCIPT_NAME") - this is
ok normally, but when I try to use the script behind SSL - it does not
pick up the full path to where I am - eg:
https://sslrel.com/sslcert.mysite.co.uk/Default.asp
Request.ServerVariables("SCIPT_NAME") in this file, wou... more >>
Style sheet from a recordset
Posted by Mark at 9/3/2004 7:51:23 AM
Hi - I want to allow users of an intranet application, to select their
own colours etc.
So I have a tbale in my database, which has fields called bgcolour,
fontcolour etc. As I want all pages to get the users colours, I have an
includes file at the top of each page:
<!--#include file="user... more >>
Search a .txt file with a .asp file
Posted by mustang_willy_99 NO[at]SPAM yahoo.com at 9/3/2004 6:48:19 AM
I would like to search a text file on my server and then alert me on
if the current date exist in that file. Any one have any code that
searches text files.
thanks in advance... more >>
Odd behavior
Posted by tk at 9/3/2004 6:40:29 AM
I have an asp app that runs on a Windows 2003 server with IIS 6. When the
client hits the web site the first thing they must do is enter a user
ID/password. This works fine for 99% of our clients but with some when they
click on sign in they are not directed to the next screen in our app, but
... more >>
How to use crystal report to run on asp.
Posted by jeremylim2000 at 9/3/2004 4:38:05 AM
Hi! I want to use asp to preview a crystal report.
So how ??
-
jeremylim200
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------
... more >>
Sessions emptied
Posted by Maxime Ducharme at 9/2/2004 8:06:23 PM
Hi group
We have a problem with sessions in one of our sites.
Sessions are used to store login info & some other infos
(no objects are stored in sessions).
We are using Windows 2000 Server (IIS 5.0) with
ASP 3.0 (no .NET on this site).
Sometime, data in session is emptied. I say "somet... more >>
ASP Reading Keyboard
Posted by Jay at 9/2/2004 2:28:06 PM
I have a web page that waits for a users to enter a number and press ENTER
simulating the click on the submit button. The problem is when the page
reloads the cursor is not in the textfield on the form. There will be no
mouse hooked up to this PC so I need to be able to have the users type a
n... more >>
Print template
Posted by yooyoo at 9/2/2004 1:34:31 PM
I am implementing print template solution. I would like to use it in asp
app. I open new document then generate print preview then print and
finally close preview window, but I am not able to close previewed document.
I try to move document window out of screen - somewhere like
9999999,999999... more >>
After changing security settings Post-method returns emty variables
Posted by Asp Help at 9/2/2004 1:11:08 PM
I'm working on a ASP applicatition to create Windows 2000 users.
Because I don't want everybody to have access to the site I've changed
te security in IIS 5.0 which runs on a windows 2000 Sp4 server:
The security on the site is mainly anonymous. The anonymous account has
been changed to an acc... more >>
Frontpage Extensions
Posted by Slim at 9/2/2004 12:02:12 PM
I am trying to develop a corporate intranet but my
Frontpage Components on the site aren't working.
According to the Add/Remove Windows Components, I have
the Frontpage 2000 extensions installed on the server but
I get the following error when viewing the site.
Database Results Error
[Mic... more >>
ASP > SQL date problem!?
Posted by Jerome at 9/2/2004 11:27:13 AM
Hi,
I know this is an old problem and I've already tried to look the
solution up on the web but I didn't find what I need.
So, there's the following situation:
I've got an ASP page with a form, containing two fields that poses problems
1. birthday field
SQL server will only accept it ... more >>
(OT): HTML & Browser Compatibility
Posted by James at 9/2/2004 10:53:28 AM
Does anyone know of a newsgroup or reference where I can determine why
certain elements render differently between say, Internet Explorer and
Mozilla? Our site has some of the worst HTML I've ever seen and some of it
renders terribly. I think I'm finally through repairing all of the "IE
Only" ... more >>
How can I separate FORM SELECT with multiple selections?
Posted by Stian at 9/2/2004 9:32:28 AM
Hi!
I have made a form with two SELECT LIST-boxes where the first is dynmically
filled when you enter the page, and then one can select multiple options
from the list and move across to the other box using javascript. Every
option in the list has an integer value.
The FORM is submitted with... more >>
page1 page2 ????
Posted by REMOVETHISyabbadoo_2004 NO[at]SPAM hotmail.com at 9/2/2004 7:46:10 AM
2 asp pages
From page1 I open a new window... page2.
Does page2 know the parent page/wsindow and more inportantly can page2 somehow
update the parent page?
Something in the form of "<a href='page1.asp?update=true'>Update</a>" run from
page 2 or perhaps something via jscript?
Thanks f... more >>
Error when some stored procedures are called in a classic ASP Page
Posted by Racer-D at 9/1/2004 10:09:09 PM
When some of the SQL Server stored procedures I have written are called via
my Classic ASP page I have written I get the following error in the cell that
is supposed to be retrieving a single result:
"ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding t... more >>
Pass data from asp
Posted by Praetorian Guard at 9/1/2004 9:10:59 PM
Hello,
I have a form with a textarea and a submit button and that button will call
an asp file and this file will query the database. My question is how do I
pass the data to the html form so that it will be displayed in the textarea?
Thank you in advance.
... more >>
IIS basic authentication login prompt - 3 attempts
Posted by VJ at 9/1/2004 6:05:41 PM
Hi,
IIS raises login dialog box prompt on browser for
resources protected using basic authentication. That login
prompt gives user 3 attempts to enter correct
userid/password. IIS throw 401.1 error if third attempt
fails. Does anyone know how to change this number of
attempts. Is it pos... more >>
Can not connect to Visual Source Safe from ASP
Posted by mehdi_usa NO[at]SPAM excite.com at 9/1/2004 3:41:09 PM
Here is the portion of the asp pages(vb script) that fails:
SrcSafeIni = "F:\Microsoft Visual Studio\VSS\441_VSS\srcsafe.ini"
UserName ="Admin"
Password =""
'On Error Resume Next
Set objVSSDatabase = Server.CreateObject("Sourcesafe")
objVSSDatabase.Open SrcSafeIni,UserName,Password
If E... more >>
Help: How to use MSXML2.DOMDocument in ASP?
Posted by hb at 9/1/2004 3:04:59 PM
Hi,
I need to use MSXML2.DOMDocument in my ASP page. The following is my code:
xml.asp:
=====
<%
dim sx
sx="<root><a>text1</a><b>text2</b></root>"
dim xd
set xd=Server.CreateObject("MSXML2.DOMDocument")
xd.loadXML(sx)
Response.write xd.hasChildNodes
%>
Somehow, xd.hasChildNodes ret... more >>
The precision is invalid
Posted by shank at 9/1/2004 2:47:16 PM
Using Dreamweaver, I'm trying to update a table using a stored procedure.
I'm getting the following error. The line# reference is on the last line:
rsUpdate.Execute(). That doesn't help much, but I'm sure the problem must be
with the number fields: Royalty (money) or Ownership (float). How do I
... more >>
programmatic FTP
Posted by Scotter at 9/1/2004 2:20:07 PM
Hi all -
Do any of you know of a tool that you can reference from ASP vbScript to FTP
a file sitting on the server to another server somewhere that has an open
FTP port?
DETAIL:
I have a content management system I wrote that runs only on a Windows box.
New client must stay with his host w... more >>
Extend Image Selector to also display different href?
Posted by jason NO[at]SPAM catamaranco.com at 9/1/2004 2:12:07 PM
Could someone help extend this ChangeImage function to also display a
different hyperlink underneath the newly selected image?:
<script language="javascript">
<!--
/*Combo Box Image Selector:
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free JavaScript here!
*/
function showimag... more >>
wierd us/uk date toggling issue
Posted by mark | r at 9/1/2004 1:31:03 PM
ive an application that datestamps a row of data
when i make changes to the file from an admin gui it toggles the date
between the us (mmddyyyy) and uk (ddmmyyyy)
anyone know how to stop this?
mark
... more >>
Response.Flush
Posted by Jason at 9/1/2004 9:52:24 AM
I am using response.flush in order to display "Please
wait" message. The problem is that it takes about 15 to
20 seconds for the message to appear. How can I make
this appear as soon as the user accesses the page. I am
using response.buffer = true as well.
I have about five include f... more >>
OT - Email autoresponders
Posted by Brett at 9/1/2004 3:51:25 AM
A client of mine uses ProAutoresponder for sending
sequential emails. Lately, ProAutoresponder has been
blacklisted or tagged as SPAM by just about everyone
(Hotmail doesn't even get the message???!!! -
Earthlink auto tags as SPAM). Of course, they claim
it is the message content, but when I ... more >>
|