访问& HTML [英] access & HTML

查看:53
本文介绍了访问& HTML的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须从Access(2003)表单中的字段复制值,然后将这些值发送(粘贴?)到浏览器中显示的表单html中的字段。


有可能吗?怎么样?请举例说明


我可以在Access窗体中使用actvex Web浏览器吗?


提前致谢,

dani

I must copy values from fields in a Access (2003) form and send (paste?) these to fields in a form html showed in a browser.

Is it possible? How? an example, please

can I use the actvex Web Browser in Access form?

Thanks in advance,

dani

推荐答案

您应该使用某种服务器端技术(如php,asp,asp.net)来执行此操作。服务器代码将从您的访问数据库中读取,生成HTML,将此HTML发送到浏览器,并监听任何提交(这些可能导致操作访问数据库中的数据)。


哦等等......


除非你只是想生成HTML?


你能不能详细解释一下你想做什么?

您是否正在尝试开发Web应用程序(网站)?

或者您只是想生成HTML?


-Frinny
You should be using some sort of Server Side technology (like php, asp, asp.net) to do this. The server code will read from your access database, generate HTML, send this HTML to the browser, and listen for any submits (these could result in manipulating data in your access database).

Oh wait...

Unless you just want to generate HTML?

Could you please explain in more detail what you are trying to do?
Are you trying to develop a web application (website)?
Or are you just trying to generate HTML?

-Frinny


感谢您的重播


在数据库访问中我管理一些每月必须传输到公共办公室的信息。

对于Office已在页面html上预先设置表单的传输,包含各种字段(文本,广播,检查),必须使用我的数据库访问中的数据进行编译。

要从Access中的过程内部管理所有内容:

1)我在Access中有一个表格,其中包含数据

2)我已经在其他形式的Access中定位了一个activex web浏览器,并且我将它必须连接到的URL的参数传递给它。

3)浏览器显示页面html与要编译的表单。


到目前为止,我可以使用copy2clipboard和pastefromClipboard进行编译,但我希望能够与表单进行交互(带有OnClick事件的按钮???) html以VBA形式发送它的值,最后,当我停止编译时,读取html形式的值并将其发送到Access的形式,总是由VBA发送。


问题是我首先要了解html表单中字段的名称或id,然后根据表单Access中存储的值修改它们,反之亦然。

太复杂了?


谢谢,dani
thanks for your replay

In a database Access I manage some information that every month I must have transmitted to a public Office.
For the trasmission that Office has predisposed a form on a page html, with various fields (text, radio, check) that must be compiled with the data on my db Access.

To manage all from the inside of the procedure in Access:
1) I have a form in Access with the data
2) I have positioned an activex web Browser in other form of Access, and I pass to it the parameter of the URL to which I have to connect, .
3) the browser shows the page html with the form to compile.

To this point I could compile with copy2clipboard and after pastefromClipboard, but I would like to be able to interact (button with OnClick event???) with the form html sending it the values in form Access by VBA and eventually, when I stop compilation, to read a value in the form html and to send it to the form of Access, always by VBA.

The problem is for me, first of all, understand the name or id of the fields in the form html, and then as to modify them according to the values stored in form Access and vice versa.

Too complicated?

thanks, dani


任何人都可以帮我一个想法或例子吗?


在此先感谢Dani
Can anyone help me with an idea or example?

Thanks in advance, Dani


这篇关于访问& HTML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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