all groups > inetserver asp general > september 2003 > threads for thursday september 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
dynamic includes of asp code
Posted by Gary Contois at 9/18/2003 7:46:35 PM
I have seen the discussion below of how to use dynamic
includes to get the info into the page. This is very
helpful but does not quite fit my issue.
I am currently using an include to pull in a file
containing user defined variables in vbscript. I pull
these into the page which lets the u... more >>
Disallowing a page to be cached
Posted by David C. Holley at 9/18/2003 7:36:50 PM
Is there a way to disallow a page from being cached? I'm about to
introduce functionality that will not work properly if the person uses
the 'BACK' button on their browser and would like to ensure that they
cannot. I tried using <% response.expires = -1 %> thinking that it would
work, howeve... more >>
Does this newsgroup deal with asp.net also?
Posted by bw at 9/18/2003 7:01:25 PM
Hi, can someone please let me know if this newsgroup also deals with
asp.net? If not, sorry for bothering you.
Cheers,
Bill
... more >>
submit form via e-mail?
Posted by Mark Michel at 9/18/2003 6:22:42 PM
Hi. I have made an html form which I would like to send by e-mail. When
the recipient receives the e-mail form, I would like them to be able to fill
it out and click the Submit button which will submit to an ASP page. This
ASP page contains the code to submit the form data to a database. The ... more >>
Trying to generate an error
Posted by DrewM at 9/18/2003 4:29:14 PM
This is a strange request - but I'm trying to generate a Type Mismatch
error. It's for an example in some documentation.
I was looking for something that would error (like a mathematical equation
using a string) that could be simply fixed using CInt(). However, the
strings are getting converte... more >>
Unable to Open Registry Key
Posted by Kenny Bullock at 9/18/2003 4:28:45 PM
Hello;
I've published my database using Frontpage and inserted a result query on a
ASP page and I get the following error. Can anyone help me?
Database Results Error
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0... more >>
comment in ASP page
Posted by Matthew Louden at 9/18/2003 4:26:31 PM
I want to know what's the convenient way to comment out a block in ASP
pages? I read a book, and I thought we can use /** */ to comment out the
VBScript in ASP page, but it yields run time error.
All I know is to use ' but this is very slow if I want to comment out a
block? Any suggestions??
... more >>
main point of loading speed
Posted by Vitamin at 9/18/2003 3:48:30 PM
if a page always have some picture that totally have near 250k
does this a main point of affect the loading speed?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
opening multiple browser windows on command
Posted by Paul Moffitt at 9/18/2003 3:42:39 PM
We have an app in which we want to enable our users to open numerous
documents in new browser windows.
I got the new window open thing down but each time I open a new document it
opens it in the same popup window. I want to be able to select new documents
and open those selected documents one ... more >>
DLL In IIS Cant Wite Files to some servers, VB App Can?
Posted by Scott Townsend at 9/18/2003 3:30:42 PM
I have a DLL that created field. You assign it a path and it writes the
files to the path.
If I create an ASP Page that uses the DLL I cant seem to get it to write
files to servers with long names (8+ chars),
If I create a VB App that uses the DLL it has no problems.
Is there anything in ... more >>
CDONTS bcc field
Posted by Neven Klofutar at 9/18/2003 3:04:12 PM
Hi,
Is there a limit on bcc field in CDONTS ?
I'm trying to send mailing list using CDONTS and bcc field, so I would like
to know what is the limit.
thanx, Neven
... more >>
String or binary data would be truncated error
Posted by J. Muenchbourg at 9/18/2003 2:52:13 PM
Can't find anything in MSDN that explains this ASP error; I'm trying to
post data into sql dbase, and this error points to the SQL execute line.
thanks in advance
Muench
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
How can i rotate a picture
Posted by Svein Olav Steinmo at 9/18/2003 1:46:52 PM
When I load an asp-page I want to rotate a picture in the page and display
it at a given angle. The angle is read from a table in a sql-server.
I have the angle, but can't find any way to rotate the picture. Angle is
given from 0-360 degrees.
Svein Olav
... more >>
NEWBIE Calling CGI scripts in ASP
Posted by Stephen Armstrong-Smith at 9/18/2003 12:44:37 PM
Am very new to writing ASP, I cant find any tutorials on
calling a CGI script from asp that returns with the data
into a variable. This is what I am aiming to do.. I
have an audio application called "OTSJUKE", this can be
remotely controlled via a web browser, The in-built
server recogni... more >>
Single sign-on w/ASP?
Posted by Paul Woods at 9/18/2003 12:15:45 PM
I'm building a few web sites that will use distinct domain names but will
reside on the same server, at the same IP address, in the same application
space, and will share a database. They will each provide different content
depending on the domain name, but will share some core functionality beh... more >>
Where does my local cookie hide and what's it called ?
Posted by mark4asp at 9/18/2003 11:04:41 AM
Hello,
I'm running my script locally and the cookie has been saved on the
machine because the login page is by-passed (with the Redirect to
"menu.asp" below.
OK - but where is my cookie stored? Or at least give me clue. What
will the cookie be called and what text will it contain if:
iAut... more >>
Response.CodePage
Posted by Steve Kushubar at 9/18/2003 11:03:50 AM
I originally posted this in the internet.iis group and it was suggested that
I repost it here.
I am trying to use the Response.CodePage method on a Windows 2000 IIS
Server. The MSDN clearly states that this property is available under
Windows 2K and IIS5.0. But the call throws an"Object does... more >>
Response.Cookies(x).Domain ???
Posted by gfergo NO[at]SPAM henryschein.com at 9/18/2003 10:14:05 AM
Hi,
I am looking for a way to delete (expire) all the cookies that we've
ever written to the user's machine. I have found several scripts,
however I have come across one "gotcha."
The scripts I have found all look something like this:
response.buffer = "true"
dim x
for each x in R... more >>
Profiling
Posted by bobbyballgame at 9/18/2003 10:13:30 AM
I am looking for a way to profile an ASP application, as well as to Stress
Test, and general Performance monitoring. Is there a standard way to go
about that?
... more >>
How to declare the result of a loop as a variable?
Posted by Ken Fine at 9/18/2003 10:12:43 AM
I'm trying to include a list of people that's the result of looping through
a recordset in a CDONTS mail. I'm trying to Dim the output of a loop, and it
ain't working -- I'm getting a syntax error. Any ideas why the following
snippet isn't working?
<%
Dim ConfirmedSpeakerList2
Confirme... more >>
Variable in writing hyperlink url
Posted by Jas at 9/18/2003 10:02:04 AM
Hi There
Can someone tell me how to use varaibles when writing the hyperlinks.
What we have is the server name and the port number of our application
defined in the include file.
instead of hardcoding the name of the server in the application when sending
emails out like
<a href="http:... more >>
Shopping Cart
Posted by Erik at 9/18/2003 9:50:04 AM
Does anybody know of a free ASP shopping cart or some free ASP code to help
someone get a shopping cart started. Or does anybody have any experience
using a ASP shopping cart that is inexpensive and works good.
I need to create a shopping cart in ASP and any useful info or tips would be
helpfu... more >>
using barcode scanner with ASP / ASP.NET
Posted by chadahahn NO[at]SPAM yahoo.com at 9/18/2003 8:07:01 AM
Hello,
I am working with a client who wants to integrate barcode scanning
technology into a website I'm building for him (ASP and ASP.NET site).
Specifically, he wants to use barcode scanning in his order
fulfillment process. He wants an employee to bring up an order, then
scan in the produ... more >>
newbie: ERROR No value given for one or more required parameters.
Posted by jim.flaherty NO[at]SPAM cnet.navy.mil at 9/18/2003 7:32:45 AM
Hello I get No value given for one or more required parameters.
on a page that updates a access 2000 db
code
set oASP = Server.CreateObject("ADODB.Connection")
oASP.Open _
"Provider=Microsoft.Jet.OLEDB.4.0;"&_
"Persist Security Info=TRUE;" &_
"Data Source=d:\i... more >>
any way to upload multiple files per time?
Posted by x. zhang at 9/18/2003 6:12:04 AM
Hi Guys,
We know that we can use <input type=file ...> to upload
one file per time to the server. My question is if there
are some way to upload multiple files per time to the
server. (Of course, we can use <input type=file ...>
multiple times and then submit once. But this is not what
... more >>
how to use asp
Posted by reem at 9/18/2003 3:25:37 AM
I need help,
i have a project to do " a Website" using HTML+
databases, i have to use ASP to link them together, the
windows i am using is WindowsXP home addetion, i need
you'r advice. thanx... more >>
|