all groups > inetserver asp general > november 2003 > threads for friday november 21
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
Problem using 'include directive' in ASP
Posted by *** HAWK at 11/21/2003 10:08:31 PM
I have been creating an ASP site using Dreamweaver MX.
I have 2 ASP files, these are "index.asp" and "backend.asp"
The "backend.asp" contains all of the relevant code needed to connect to the
database ("cdshop.mdb").
While I intend the "index.asp" to be the main page that is viewed by the
visit... more >>
ASP Serverside/client interaction
Posted by larry_know NO[at]SPAM yahoo.com at 11/21/2003 7:51:13 PM
I'm new to ASP, and need to do something that should be
straightforward.
I want to access the database in my vbscript function on the
serverside, when someone clicks a button on the cient side. Originally
in my local environment it worked, as I was using createobject for
adodb (access databas... more >>
Strange ASP error
Posted by *** HAWK at 11/21/2003 6:17:09 PM
I keep getting an error in coding. I am using Dreamweaver MX 2004 and once I
preview it in IE it works then once I press F5 to 'refresh' it fails again.
The IE error returns this link
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q241271&sd=tech
It regards the following : IIS 5.0 Conti... more >>
ASP Strange Problem
Posted by Emo at 11/21/2003 4:58:15 PM
Hello.
I installed OpenWiki Web base application on Windows 2000
SP3, IIS 5.0 Server. When i try to connect to the OpenWiki
Web page I get the following weird error message:
Error:
Probable cause: Registry permission problem.
This is a known problem with Microsoft.
You can find more infor... more >>
Adding new user in ASP
Posted by MeAndI at 11/21/2003 4:10:21 PM
Hi to everybody,
How can I add a new user on my server using ASP?
User example: myserver/user1
... more >>
Can't save file...
Posted by Philipp Lenssen at 11/21/2003 4:00:26 PM
On my server (IIS5 on localhost on WinXP, latest Win-patches etc.) I
can't seem to save a simple file. All rights are set and IIS-user is
administrator. My server crashes. Have to restart the server/ wait some
minutes. There's no error message, just a continuous loading bar in my
IExplorer...
T... more >>
Redirect from one frame to _Parent or _Top
Posted by Lamine Darbouche at 11/21/2003 3:16:36 PM
Please help?
I have my application with four frames and would like to redirect from one
frame to _parent or _top.
Can I do that with "Response.redirect" or similar?
Many thanks in advance.
Regards
Lamine
... more >>
Store Temporary Vale Help
Posted by Tim James at 11/21/2003 12:51:15 PM
Newbie ASP Question.
I hope this is the right place to ask.
I have an ASP Upload element that I need help with.
This is the problem
I have 2 fields Image and FileName (FileName isnt the name of Image in this
case)
From page 1 I sudmit the 2 fields of info to the Upload Page.
The info arrive... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Simple query
Posted by Michael Gamaroff at 11/21/2003 12:30:07 PM
Hi
My ASP page is completely ignoring the following bit of code stuck in =
the body of a page.
I want to display a message if the submit button was pushed on the same =
page.
<% If Request.form("submit") =3D "Submit" Then=20
=20
Response.Write "Your photo was successfully uploa... more >>
GetRows Random <td></td> Output
Posted by Jim at 11/21/2003 12:08:55 PM
Hey all,
I am trying to generate a random image output that will appear like this -
http://wd-santabarbara.com/atex/ .
I am not sure of where to start on this or even if I am using the right
search terms for google. All I could find was info for Random Records.
Any hints, help, or advice ... more >>
Binary write.
Posted by Fernando Chilvarguer at 11/21/2003 11:04:49 AM
I'm having problems with a simple binary write.
The page is just supposed to write a JPEG back to the browser but the image
does not display (the "X" image shows).
Any help is appreciated. Here's the full code:
<%@LANGUAGE="VBSCRIPT"%>
<%
Response.Expires = 0
Response.Buffer = TRUE
Respons... more >>
"The requested resource is in use."
Posted by Aaron at 11/21/2003 10:19:10 AM
IIS 5.0 is throwing out "The requested resource is in use." for any site
that uses ASP - HTML is executing fine. I have tried re-installing
scripting, latest MDAC, and all my hotfixes are up to date. I have also
tried re-syncing the IWAM account but that didn't work either... Running
the webs in... more >>
executing SQL query using ASP?
Posted by Jerome at 11/21/2003 9:29:55 AM
Hi,
I've got the following problem and I don't know how to make this (if
it's possible at all):
I want to make a form where the user can enter a criteria and then,
after pushing a button or link, a certain table in a certain DB is
updated. So it's not about updating a single record, but ... more >>
categories
Posted by jeefers18 NO[at]SPAM hotmail.com at 11/21/2003 8:43:19 AM
Im setting up a database driving store running off of a sql database
and asp.
I want to have categories with subcategories. That way a customer can
borrow down through my site to buy a product.
For example: going to a grocery store your looking for cake.
categories would be Groceries -> Bakery ... more >>
Send emails securely via ASP
Posted by vejitasweeps NO[at]SPAM hotmail.com at 11/21/2003 6:59:16 AM
I've been working with ASP for 6+ years now, but in that time I've
never had any solid advice on how to build a secure system. So I
thought I'd ask here first.
Anyway, here's the situation: I have a client who wants to take credit
card information via ASP form (https) and then send the result... more >>
Changing a value on my page
Posted by Andy Levy at 11/21/2003 12:18:02 AM
Hi
I have a total cost listed on my page, followed by 3 radio buttons named
postage. What i would like is for the total price that is displayed on the
page to change depending on radio button that is clicked e.g. US Rate, UK
Rate, Eur Rate. Im not sure how to do this without sending submittin... more >>
|