Frontpage 2000数据库和.asp [英] Frontpage 2000 database and .asp

查看:78
本文介绍了Frontpage 2000数据库和.asp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助。


我到处寻找答案。


我有一个表格(在MS Frontpage 2000中创建)FinanceApp .asp,当提交时,它应该将数据发送到Access 2000数据库。单击按钮。使用Frontpage中的向导创建数据库!


问题是数据没有到达数据库,除非我做的事情真的很蠢! 确认页面显示捕获的所有相关数据。


我想要实现的是在一个地方整理所有数据,以便于参考和操作(如果数据转到Excel,可能会更好)。但是有人能指出我正确的方向吗?


谢谢

Help please.

I have looked everywhere for the answer.

I have a form (created in MS Frontpage 2000) FinanceApp.asp which should send the data to an Access 2000 database when the "Submit" button is clicked. The database was created by using the wizard within Frontpage!

The problem is that the data does not get to the database, unless I am doing something really stupid! The "Confirmation" page shows all relevant data captured.

All I want to achieve is to collate all the data in one place for easy reference and manipulation (probably better if the data went to Excel). However can anyone point me in the right direction?

Thanks

推荐答案

我不是首页的粉丝,但如果您将信息传递到确认页面,那么您就在那里。显示表单处理程序的代码 - 首先发送信息的页面 - 我会看看是否可以通过它来查找出错的地方。


Jared
I''m not a fan of frontpage, but if you get the information passed on to the confirmation page you are halfway there. Show the code for the form handler - the page the information is first sent to - and I''ll see if I can wade through it to find what is going wrong.

Jared


Hello boliches,


请不要以此为侮辱。


从网络成为容纳应用程序的平台开始,许多新的角色和职责都来自网站管理员的传统角色。网站管理员有责任做什么?那么现在我们在查看Web开发领域时有很多定义的角色,显然有两种类型的网站开发人员?是编码员和设计师。


FrontPage和Dreamweaver在我看来是很好的工具,但设计师通常会*使用它们来简化设计师GUI。我知道许多程序员使用这两种工具来完成HTML的快速工作,或者作为自动完成功能的文本编辑器。但是,这些工具真的是为那些在设计师工作的新手和专业人士而设计的吗? Web开发的方面。上帝,我希望这不会引起任何人使用这些工具的争论(它实际上并不意味着是一种侮辱,所以不应该采取任何措施)。


编码器和设计师有什么区别?编码器是与他/她的网页的螺母和螺栓一起工作的编码器。只要他们所看到的东西以他们想要的方式工作,设计师就不会真正关心事物的运行方式。想象一下,编码器就是建造房间里的椅子的人,设计师就是那个坐在椅子上把它放在房间里的人。


你我的朋友似乎属于设计师。如果你一直想知道为什么你没有收到你的问题的答案,那是因为像这样的网站迎合了编码员。我们欢迎设计师,但是如果没有您的所有代码,您可以回答一个问题。


我希望你没有因为我的写作而被冒犯。我想帮助你(因为我知道这个网站也会)将你变成一个编码器,这样你就可以更好地理解你网页上的代码在做什么了。


据我所知,您正在寻找一个简单的页面,用于从正在查看该页面的人那里收集数据。然后,当用户提交页面时,信息将被放置在Access数据库中,然后显示存储在数据库中的内容的确认。


Form.asp - > Post.asp - >确认.asp


听起来你已经设计了所需的三个页面中的两个,并且需要在帖子页面上提供帮助。请发布您拥有的两个页面,我们可以向您展示如何创建帖子页面,并可能稍微清理其他两个页面。我觉得它充满了网络机器人。


这对你来说是一个很好的小练习。相信我,在你成为一名程序员之后,你将以不同的方式看待网络开发。我们随时为您提供帮助。


快乐编码〜
Hello boliches,

Please don?t take this as an insult in anyway.

From the time the web became a platform to house applications many new roles and responsibilities have been forged from the traditional role of webmaster. It was the responsibility of the webmaster to do ?all?. Well now-a-days we have many defined roles when we look at the realm of web development and clearly two types of website developers? are coders and designers.

FrontPage and Dreamweaver are in my opinion are good tools but are *typically* used by designers for the ease of their designer GUI. I know many coders that use both tools for when they have to make fast work of their HTML or as their text editor for the auto complete feature. But, really those tools are built for the novice and professionals working in the ?designer? aspect of web development. God, I hope this does not spark an argument with anyone using the tools (it really was not meant to be an insult so none should be taken).

What is the difference of a coder and a designer? A coder is one that works with the nuts and bolts of his/hers web pages. A designer doesn?t really care how things run as long as what they are looking at works the way they want it to. Think of it this way a coder is the person that builds the chair that is in a room and a designer is the person that got a chair and placed it in a room.

You my friend seem to fall within the designers. If you have been wondering why you have not received an answer to your question it is because websites like this one cater to the coder. Designers are welcome but to answer a question like the one you have asked is can not be done without having all your code.

I hope that you have not become offended from what I wrote. I would like to extend my help to you (as I know this website would too) in turning you into a coder so you can better understand what the code on your pages are doing.

From what I understand you are looking for a simple page that collects data from someone that is viewing that page. Then, when the user submits the page the information gets placed in an Access database and then displays a confirmation of what was stored in the database.

Form.asp --> Post.asp --> Confirmation.asp

It sounds like you have designed two of the three pages needed and need help with the post page. Please post the two pages that you have and we can show you how to create the post page and possibly clean your other two pages up a bit. I have a feeling that it is riddled with webbots.

This is a good little exercise for you. Trust me you will look at web development a different way after you have become a coder. We are here to help.

Happy coding~


没有冒犯!我已经非常努力地成为一名程序员。然而,使用Access进行一定程度的成功,网页是一个相对较新的冒险!如果我的理解是正确的,我的网页是:


www.regencyusedcars.co.uk/FinanceApp.asp


确认页面:


www.regencyusedcars.co.uk/mail_finance.htm


我知道我在作弊使用Frontpage但它是你的世界的介绍。


数据库在MS Access 2000中并由Frontpage创建(所有单元格都正确命名)。

非常感谢您的帮助。


Bruce
No offence taken! I have tried very hard to be a "programmer" using Access with a modicum of sucess, however, web pages are a relatively new venture! If my understanding is correct my web pages in question are:

www.regencyusedcars.co.uk/FinanceApp.asp

with the confirmation page:

www.regencyusedcars.co.uk/mail_finance.htm

I know I am "cheating" using Frontpage but it is an intro into your world.

the database is in MS Access 2000 and created by Frontpage (all cells are named therfore correctly).

Your assistance is greatly appreciated.

Bruce


这篇关于Frontpage 2000数据库和.asp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆