有人可以告诉我如何完成特定网站的数据输入 [英] Can someone tell me how data entry to a specific site might be accomplished

查看:62
本文介绍了有人可以告诉我如何完成特定网站的数据输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

A97程序打开 http://www.arch.com/message/

输入一个800号码,按继续,在备忘录栏中输入文字消息,然后按发送


这是一个日历和约会A97数据库,用于

律师事务所。我敢肯定它必须是可行的。我知道

比提到S__dK__ys一词更好。与此主题一起使用

。我已经在这里读了足够的知道这是非常不可靠的
。很抱歉,即使我必须使用

IE来执行此任务。我希望有更好的方法。

A97 procedure to open http://www.arch.com/message/
enter an 800 number, press "Continue", enter a text msg
string from a memo field and press "Send"

This is a calendaring and appointment A97 database for
an attorney''s office. I''m sure it must be do-able. I know
better than to mention the term "S__dK__ys" in conjunction
with this topic. I''ve read enough in here to know that is
extremely unreliable. Am sorry even that I have to use
IE for this task. I wish there were a better way.

推荐答案

MLH写道:
A97程序打开 http://www.arch.com/message/
输入一个800号码,按 ;继续,从备忘录字段输入文本消息字符串,然后按发送

这是一个日历和约会A97数据库,用于律师办公室。我敢肯定它必须是可行的。我知道
比提到术语S__dK__ys更好。与此主题结合使用。我已经在这里读了足够的知道,这是非常不可靠的。很抱歉,即使我必须使用
IE执行此任务。我希望有更好的方法。
A97 procedure to open http://www.arch.com/message/
enter an 800 number, press "Continue", enter a text msg
string from a memo field and press "Send"

This is a calendaring and appointment A97 database for
an attorney''s office. I''m sure it must be do-able. I know
better than to mention the term "S__dK__ys" in conjunction
with this topic. I''ve read enough in here to know that is
extremely unreliable. Am sorry even that I have to use
IE for this task. I wish there were a better way.



转到 http://www.arch.com/message/

查看页面的html源代码。

查找表单操作的URL在html源代码中。

您将看到该操作是Post。

使用MSXML.XMLHTTP对象将数据发送到URL。

如果你在过去多次询问如何获得
之后仍然不知道如何做到这一点,那么在xmlhttp上进行Google搜索。

或者转到在Microsoft.com上的MSDN站点并进行搜索。

这些都是简单易于理解和适应的例子。

阅读。理解。实验。学习。编写自己的代码。

您将永远不必再问同样的问题。


Go to http://www.arch.com/message/.
Look at the html source for the page.
Find the url for the form action in the html source.
You will see that the action is Post.
Use the MSXML.XMLHTTP object to send data to the url.
If you still don''t know how to do that after asking how to
several times in the past then do a Google search on xmlhttp.
Or go to the MSDN site on Microsoft.com and do a search.
It''s all there in simple easy to follow and adapt examples.
Read. Comprehend. Experiment. Learn. Write your own code.
You will never have to ask the same question again.


这有帮助... <

http://www.databasejournal .com / featu ... le.php / 3491216


-


Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/


" MLH" < CR ** @ NorthState.net>在消息新闻中写道:o5 ******************************** @ 4ax.com ...
Does this help ...

http://www.databasejournal.com/featu...le.php/3491216

--

Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/

"MLH" <CR**@NorthState.net> wrote in message news:o5********************************@4ax.com...
A97程序打开 http://www.arch.com/message/
输入一个800号码,按继续,从备忘录字段输入一个文本消息字符串,然后按发送

这是一个日历和约会A97数据库为律师办公室。我敢肯定它必须是可行的。我知道
比提到术语S__dK__ys更好。与此主题结合使用。我已经在这里读了足够的知道,这是非常不可靠的。很抱歉,即使我必须使用
IE执行此任务。我希望有更好的方法。
A97 procedure to open http://www.arch.com/message/
enter an 800 number, press "Continue", enter a text msg
string from a memo field and press "Send"

This is a calendaring and appointment A97 database for
an attorney''s office. I''m sure it must be do-able. I know
better than to mention the term "S__dK__ys" in conjunction
with this topic. I''ve read enough in here to know that is
extremely unreliable. Am sorry even that I have to use
IE for this task. I wish there were a better way.



< snip>
<snip>

转到 http://www.arch.com/message/
查看html源代码页面。
在html源代码中找到表单操作的URL。
您将看到该操作是Post。
使用MSXML.XMLHTTP对象将数据发送到URL。
如果你在过去多次询问如何
之后仍然不知道如何做到这一点,那么在xmlhttp上进行谷歌搜索。
或者去微软的MSDN网站。 com并进行搜索。
这些都是简单易于理解和适应的例子。
阅读。理解。实验。学习。编写自己的代码。
你将永远不必再问同样的问题。

我知道我似乎问过同一个问题

在一些情况下,但是这个网站和那些用于支付价格的商品和Verxon和Nextel似乎与我不同。对我来说这让我感到困惑,所以我道歉了。我会做你建议做的功课。

我相信你提供的第一个解决方案是今年6月份的b
。这非常有帮助。但是这个例子是

我抓住整个文本的一个案例,带来了

它回来了&解析我想要的东西...


设置msXML = CreateObject(" Microsoft.XMLHTTP")

''msXML.Open" GET", http://www.autocheck.com/" ;, False

MyURL =" http://www.autocheck.com/consumers/gatewayAction.do?siteID = 9
56& affid = CDT& vin =" &安培;我!SerialNum

''MsgBox MyURL

msXML.Open" GET",MyURL,False

msXML.send

strPageContent = msXML.responseText

''现在你拥有它,一个名为

strPageContent
$ b $的整个55000-char文本blob b''用它做你想做的事。

''如果你想把它写成文件......

''Dim fh As Long

''fh = FreeFile

''Open" c:\ temp \ datefile.txt"输出为#FreeFile

''打印#fh,strPageContent

''关闭#fh


然后,8月,我第一次看到了同样的目标,即我现在要面对的是
。你有这个说...

如果你看一下页面的html源代码
http://www.arch.com/message/ 您将看到表单
动作是发送/ cgi-bin / wwwpreproc的请求。 cgi。
该方法是Post,因此表单的数据不会作为附加到url的
查询字符串发送。它是在消息的正文中发送的。如果您使用XMLHttp搜索如何发布消息
,您最终将自己解决问题。

Go to http://www.arch.com/message/.
Look at the html source for the page.
Find the url for the form action in the html source.
You will see that the action is Post.
Use the MSXML.XMLHTTP object to send data to the url.
If you still don''t know how to do that after asking how to
several times in the past then do a Google search on xmlhttp.
Or go to the MSDN site on Microsoft.com and do a search.
It''s all there in simple easy to follow and adapt examples.
Read. Comprehend. Experiment. Learn. Write your own code.
You will never have to ask the same question again.
I know it seems that I''ve asked about the same subject
in a couple of instances, but this site and the ones for
Verizon and Nextel seemed different to me. It is confusing
for me so I do apologize. I will do the homework you suggested.
I believe the first solution you offerred was this one back in
June of this year. It was quite helpful. But this example was
a case in which I was snatching a whole ball of text, bringing
it back & parsing out what I wanted...

Set msXML = CreateObject("Microsoft.XMLHTTP")
''msXML.Open "GET", "http://www.autocheck.com/", False
MyURL = "http://www.autocheck.com/consumers/gatewayAction.do?siteID=9
56&affid=CDT&vin=" & Me!SerialNum
''MsgBox MyURL
msXML.Open "GET", MyURL, False
msXML.send
strPageContent = msXML.responseText
''Now you have it, the entire 55000-char text blob in a var named
strPageContent
''Do with it what you will.
''If you wanted to write it to a file...
''Dim fh As Long
''fh = FreeFile
''Open "c:\temp\datfile.txt" For Output As #FreeFile
''Print #fh, strPageContent
''Close #fh

And then, in August, I first visited the same objective that
I''m facing now. You had this to say...
If you look at the html source of the page at
http://www.arch.com/message/ you will see that the form
action is to send a request for /cgi-bin/wwwpreproc.cgi.
The method is Post so the form''s data is not sent as a
query string appended to the url. It''s sent in the body
of a message. If you do a search on how to Post a message
using XMLHttp you will eventually sort things out on your
own.




事实是,我没有解决这个问题,因为

HTML对我来说是个希望。我希望得到一些示例代码

用于任何已经写过的类似目标。

我可以修改它以用于我自己的目标。你看,

这家公司有41位律师,都有手机和

数字寻呼机,需要提醒各种垃圾 -

一切都来自亲爱的 - 别忘了在回家的路上拿起香槟

Mary Harper今天将在办公室工作

在下午3点 - 在此之前你会收到2个以上的提醒。


相信我,rkc,我很欣赏你的建议和产品,而不是乍看之下。对于我有限的代码编写技巧,你确实有一点关于

。我更好地修改示例

代码以满足我自己的需求,而不是研究技术和
学生级别的b $ b方法,掌握基础知识,承诺/>
他们记忆(记忆力差,记住你)和弹跳板来自

那里。我的大多数帖子,这是事实,可以用这种方式说明:

嘿!我有精神上的挑战,但我擅长修改示例

代码以满足我自己的需求,当它类似于我正在寻求的目标时

所以有人有一段代码,它做了什么,等等,等等?

如果我是一名权力程序员,那就不是这样了。我会像你好,大卫芬顿,拉里林森,lylefair&其他很少提出问题的人就这个NG提出了问题,但可以找到所有地方回答

他们。实际上,我对你们似乎能够在你脑海中随身携带的东西印象深刻。我希望我能做到,但我可以

没有。


所以,我现在要去你推荐的网站了。与此同时,

如果有10或12个班轮或100个班轮,你知道在游戏开始前我会得到

,请等一下随意发布在这里。你可以休息

保证我会和它搏斗,扭曲它并弯曲它,如果它会b / b



谢谢,rkc,为您提供持续的评论,提示和建议。我赞赏他们所有人。甚至像嘿屁股!难道我们不是在去年夏天过去了吗?我很感激答案和

指针 - 无论它们是什么。可能发生的更糟糕的事情

将被完全忽略。



The truth is, I didn''t tackle the objective then because the
HTML is greek to me. I was hoping to get some sample code
for any similar objective that someone had already written so
I could possibly modify it for use with my own objective. You see,
there are 41 attorneys with this firm and all have cell phones and
digital pagers and need to be reminded of all kinds of crap -
everything from "Hi, honey - don''t forget to pick up the champaign
on your way home" to "Mary Harper will be here at the office today
at 3PM - you''ll receive 2 more reminders before then."

Believe me, rkc, I appreciate your suggestions and offerings more
than it may seem at first glance. And you do have a point regarding
my limited code writing skills. I''m much better at modifying example
code to fit my own needs than I am at researching techniques and
approaches at the student level, mastering fundamentals, committing
them to memory (a poor memory, mind you) and springboarding from
there. Most of my posts, and this is a fact, could be stated this way:
Hey! I''m mentally challenged but I am adept at modifying example
code to fit my own needs when its similar to the objective I''m seeking
So does anyone have a sample piece of code that does blah, blah, blah?
If I were a power-programmer, that wouldn''t be the case. I''d be like
you, David Fenton, Larry Linson, lylefair & others who rarely ASK
questions on this NG but can be found all over the place answering
them. I''m quite impressed with what you guys seem to be able to
carry around in your minds, actually. I wish I could do it, but I can
not.

So, I''m going now, to the sites you''ve recommended. In the meantime,
if there''s a 10 or 12 liner or a hundred liner you know of that''ll get
me ahead of the game a bit, pls feel free to post here. You can rest
assured that I''ll wrestle with it, twist it and bend it to work if it
will.

Thanks, rkc, for you continued comments, tips and suggestions. I
appreciate them all. Even something like "Hey Butthead! Didn''t we
just go over this last summer???" I am grateful for answers and
pointers - whatever they are. The worse thing that could happen
would be to be ignored completely.


这篇关于有人可以告诉我如何完成特定网站的数据输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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