473,385 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Classic ASP: Is there a way to add to the results of a posted form

Greetings:

We have a survey site where the responses are returned as new static ASP
pages. What we'd like to do is to have a section below the "Comments" that
the original respondent that is a "rebuttal" to the comment that we can fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We hope
that you will consider working with us in the future despite this unfortunate
situation.

Is there a way to add such a section to a page?

Thanks,
--
Brian J. Matuschak
br***@electronic-atlas.com
Oct 25 '06 #1
6 1573
"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:99**********************************@microsof t.com...
Greetings:

We have a survey site where the responses are returned as new static ASP
pages. What we'd like to do is to have a section below the "Comments"
that
the original respondent that is a "rebuttal" to the comment that we can
fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We hope
that you will consider working with us in the future despite this
unfortunate
situation.

Is there a way to add such a section to a page?
You would need to create an input form for the rebuttal comments to be held
in your admin/private area, and link the rebuttal comment to the ID of the
original comment.

I don't know what a "static" ASP page is. An oxymoron, perhaps?

--
Mike Brind
Oct 25 '06 #2
Thanks for the reply, although the specifics in terms of the architecture and
implementation I can't quite grasp, i.e., the "admin/private area."

As for my comment about it being "static," there are no server-side
controls, and the source page could have been rendered in HTML.
--
Brian J. Matuschak
br***@electronic-atlas.com
"Mike Brind" wrote:
"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:99**********************************@microsof t.com...
Greetings:

We have a survey site where the responses are returned as new static ASP
pages. What we'd like to do is to have a section below the "Comments"
that
the original respondent that is a "rebuttal" to the comment that we can
fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We hope
that you will consider working with us in the future despite this
unfortunate
situation.

Is there a way to add such a section to a page?

You would need to create an input form for the rebuttal comments to be held
in your admin/private area, and link the rebuttal comment to the ID of the
original comment.

I don't know what a "static" ASP page is. An oxymoron, perhaps?

--
Mike Brind
Oct 25 '06 #3

"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:1B**********************************@microsof t.com...
>
"Mike Brind" wrote:
>"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:99**********************************@microsof t.com...
Greetings:

We have a survey site where the responses are returned as new static
ASP
pages. What we'd like to do is to have a section below the "Comments"
that
the original respondent that is a "rebuttal" to the comment that we can
fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section
except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We
hope
that you will consider working with us in the future despite this
unfortunate
situation.

Is there a way to add such a section to a page?

You would need to create an input form for the rebuttal comments to be
held
in your admin/private area, and link the rebuttal comment to the ID of
the
original comment.

I don't know what a "static" ASP page is. An oxymoron, perhaps?

--
Mike Brind
Thanks for the reply, although the specifics in terms of the architecture
and
implementation I can't quite grasp, i.e., the "admin/private area."

As for my comment about it being "static," there are no server-side
controls, and the source page could have been rendered in HTML.
--
Brian J. Matuschak
br***@electronic-atlas.com
Ok. Given your use of the term "server-side control" I think you may well
have a dotnet page there (ending in .aspx?). If so, you are in the wrong
group despite the subject line of your thread. This group covers classic
asp (pages end with .asp) which has no concepts such as server-side
controls. Dot net is completely different. The main group for asp.net is
microsoft.public.dotnet.framework.aspnet.

All web pages, regardless of how they are generated are rendered in html.
Your lack of understanding of this therefore suggests that you are not a
programmer. This is an observation, not a criticism.

If this is the case, you will either want to learn some programming (not a
trivial undertaking) or hire someone who has already learnt. No one in any
of these groups will write an application for you, but we are happy to help
you as you learn, if that's what you want to do.

I hope this helps, but please let me know if I've got the wrong end of any
sticks here.

--
Mike Brind
Oct 25 '06 #4
A couple of points here:
1. The page in question has an .asp extension
2. My primary programming experience is in VB/VBA with some exposure to VB
..NET with some server-side controls for a log-in page and SQL Server
Reporting Services. VBA dialects I've programmed in are Access, Excel,
Outlook, and ESRI ArcObjects.
3. I learned HTML in 1996.
4. My career path has steered me away from classic ASP, although I've had
to edit existing Web pages, and many moons ago, I did work tutorial projects
in Visual InterDev.
5. Right now, I'm multitasking by working the tutorials in "Microsoft
Visual C# Step by Step."

Granted, I may not be a strong MS technologies Web programmer, but I think
you're on the wrong end of the stick here. And I'm just looking for a little
help here instead of a flame war.
--
Brian J. Matuschak
br***@electronic-atlas.com
"Mike Brind" wrote:
>
"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:1B**********************************@microsof t.com...

"Mike Brind" wrote:
"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:99**********************************@microsof t.com...
Greetings:

We have a survey site where the responses are returned as new static
ASP
pages. What we'd like to do is to have a section below the "Comments"
that
the original respondent that is a "rebuttal" to the comment that we can
fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section
except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We
hope
that you will consider working with us in the future despite this
unfortunate
situation.

Is there a way to add such a section to a page?


You would need to create an input form for the rebuttal comments to be
held
in your admin/private area, and link the rebuttal comment to the ID of
the
original comment.

I don't know what a "static" ASP page is. An oxymoron, perhaps?

--
Mike Brind
Thanks for the reply, although the specifics in terms of the architecture
and
implementation I can't quite grasp, i.e., the "admin/private area."

As for my comment about it being "static," there are no server-side
controls, and the source page could have been rendered in HTML.
--
Brian J. Matuschak
br***@electronic-atlas.com

Ok. Given your use of the term "server-side control" I think you may well
have a dotnet page there (ending in .aspx?). If so, you are in the wrong
group despite the subject line of your thread. This group covers classic
asp (pages end with .asp) which has no concepts such as server-side
controls. Dot net is completely different. The main group for asp.net is
microsoft.public.dotnet.framework.aspnet.

All web pages, regardless of how they are generated are rendered in html.
Your lack of understanding of this therefore suggests that you are not a
programmer. This is an observation, not a criticism.

If this is the case, you will either want to learn some programming (not a
trivial undertaking) or hire someone who has already learnt. No one in any
of these groups will write an application for you, but we are happy to help
you as you learn, if that's what you want to do.

I hope this helps, but please let me know if I've got the wrong end of any
sticks here.

--
Mike Brind
Oct 25 '06 #5

"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:2F**********************************@microsof t.com...
Brian J. Matuschak
br***@electronic-atlas.com
"Mike Brind" wrote:
>>
"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote in
message news:1B**********************************@microsof t.com...
>
"Mike Brind" wrote:

"Brian J. Matuschak" <Br*************@discussions.microsoft.comwrote
in
message news:99**********************************@microsof t.com...
Greetings:

We have a survey site where the responses are returned as new static
ASP
pages. What we'd like to do is to have a section below the
"Comments"
that
the original respondent that is a "rebuttal" to the comment that we
can
fill
out and have it remain static--these pages are visible to our
internal
public, but we don't want anyone to post in this "rebuttal" section
except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late.
We
hope
that you will consider working with us in the future despite this
unfortunate
situation.

Is there a way to add such a section to a page?
You would need to create an input form for the rebuttal comments to be
held
in your admin/private area, and link the rebuttal comment to the ID of
the
original comment.

I don't know what a "static" ASP page is. An oxymoron, perhaps?

--
Mike Brind
Thanks for the reply, although the specifics in terms of the
architecture
and
implementation I can't quite grasp, i.e., the "admin/private area."

As for my comment about it being "static," there are no server-side
controls, and the source page could have been rendered in HTML.
--
Brian J. Matuschak
br***@electronic-atlas.com

Ok. Given your use of the term "server-side control" I think you may
well
have a dotnet page there (ending in .aspx?). If so, you are in the wrong
group despite the subject line of your thread. This group covers classic
asp (pages end with .asp) which has no concepts such as server-side
controls. Dot net is completely different. The main group for asp.net
is
microsoft.public.dotnet.framework.aspnet.

All web pages, regardless of how they are generated are rendered in html.
Your lack of understanding of this therefore suggests that you are not a
programmer. This is an observation, not a criticism.

If this is the case, you will either want to learn some programming (not
a
trivial undertaking) or hire someone who has already learnt. No one in
any
of these groups will write an application for you, but we are happy to
help
you as you learn, if that's what you want to do.

I hope this helps, but please let me know if I've got the wrong end of
any
sticks here.
>A couple of points here:
1. The page in question has an .asp extension
2. My primary programming experience is in VB/VBA with some exposure to
VB
.NET with some server-side controls for a log-in page and SQL Server
Reporting Services. VBA dialects I've programmed in are Access, Excel,
Outlook, and ESRI ArcObjects.
3. I learned HTML in 1996.
4. My career path has steered me away from classic ASP, although I've had
to edit existing Web pages, and many moons ago, I did work tutorial
projects
in Visual InterDev.
5. Right now, I'm multitasking by working the tutorials in "Microsoft
Visual C# Step by Step."

Granted, I may not be a strong MS technologies Web programmer, but I think
you're on the wrong end of the stick here. And I'm just looking for a
little
help here instead of a flame war.
--
I'm not sure how I could have done more to avoid the suggestion that I want
to start a flame war in my last post, but obviously I need to review my
approach.

I was assuming that the survey responses are submitted by respondents, then
stored in a database and displayed on a page. If this is the case, I would
set up another form (password-protected and hidden from Joe Public - hence
"private/admin area) and use that to submit rebuttals. I would also add a
"rebuttal" field to the comments table in the database. This is what would
be populated on submit of the rebuttal form. Then I would change the coding
on the public page to retrieve the rebuttal field as well.

However, "static" pages are hard-coded html pages - irrespective of the file
extension they have. Are you saying that for each survey response there is
a new hard-coded page created?

--
Mike Brind
Oct 26 '06 #6

Brian J. Matuschak wrote:
Greetings:

We have a survey site where the responses are returned as new static ASP
pages. What we'd like to do is to have a section below the "Comments" that
the original respondent that is a "rebuttal" to the comment that we can fill
out and have it remain static--these pages are visible to our internal
public, but we don't want anyone to post in this "rebuttal" section except
for us. This is what it would look like:

Comments: Your service was poor.
Rebuttal: We strive to do our best on every event, and it is our
understanding that the equipment you were to supply arrived late. We hope
that you will consider working with us in the future despite this unfortunate
situation.

Is there a way to add such a section to a page?
Reading your other responses, you need to CREATE a login section for
your side of the business. Then you (i.e. "admin") will pull up the
customer response, and you need to create a form so that you can enter
your rebuttal and link it back to the cusomter response.

The Rebuttal form for entering this text is a completely separate page
than where the result is displayed.

Oct 26 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: A Ratcliffe | last post by:
Hopefully just a couple of quick quick questions/responses, but its not something I've generally had trouble with in the past. Unfortunately, I need answers ASAP if anyone is available to help. ...
2
by: RichDef | last post by:
Hello everyone! I have been running some tests of a component that simply returns an image path based upon some logic and a simple select statement to an Access db. The component had to be...
19
by: Adam Short | last post by:
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not...
6
by: ASPfool | last post by:
Hello everyone, Please help me before I throw my computer out of the window: I'm working on a web application in classic ASP (vbscript), which is making calls to some webservices. The calls...
2
by: Rob Shorney | last post by:
Hi, We currently have a classic asp web application. We are currently looking at upgrading this to ASP.NET. However I have a couple of problems that need to be resolved. 1. aspx forms...
3
by: bill | last post by:
I need to open a asp.net web form from a classic asp page, and pass a username and password to the asp.net page. The username and password exist as session variables in the classic asp...
6
by: InnoCreate | last post by:
Hi everyone. I've recently written a classic asp website which uses an MS Access datasource. I know this is less than an ideal data source as it has limited functionality. I have a search form on...
11
by: Jan T. | last post by:
I wonder if anybody know a web site that has a good tutorial on this subject. What I want to do, is make a log in Page, and make sure that all my pages is validating that the user is loged in...
5
by: Matt | last post by:
I originally posted this in microsoft.public.sqlserver.server, and it was suggested that I post here. I'm having problems with searches via a classic ASP front-end of terms including foreign...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.