Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for Vladimirr

I got this script from [URL="http://www.w3schools.com/asp/asp_send_email.asp"]one ASP tutorial (click here to see it)[/URL]: [code=asp]<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From=mymail@mydomain.com myMail.To=someone@somedomain.com myMail.TextBody="This is a message." myMail.Sendset myMail=nothing %>[/code] replaced [email]mymail@mydomain.com[/email] and [email]someone@somedomain.com[/email] with 2 mail addresses of two mail-boxes that I have on [url]www.yahoo.com[/url] and uploaded this script (as …

Member Avatar for hielo
0
198
Member Avatar for Vladimirr

I have recently downloaded the latest version of ''Open Web Spider'' (OpenWebSpider# v0.1.3) from here: [url]http://www.openwebspider.org/download[/url] and have extracted the zip file, but when I looked into what I've got, I could hardly figure out what to do. No ''install'' file or anything like that. Can anyone please tell me …

Member Avatar for Vladimirr
0
138
Member Avatar for Vladimirr

Hello, everybody! I am a newbie, so my question will probably sound silly to you. I have one task that I don’t know how to carry out – I need to check one web page from time to time (preferably every 20 minutes) and record (=copy) its HTML code every …

Member Avatar for Vladimirr
0
441
Member Avatar for allena
Member Avatar for Vladimirr
0
212
Member Avatar for Vladimirr

I am looking for a script that would copy html code of a web page every 15 minutes and could be run from some remote windows server. Do you have any ideas?

0
58
Member Avatar for Vladimirr

[COLOR=#000000]On my desktop I have one “Word” document and one “Access” document. Each one contains a macro. I want firstly to open my “Word” document and run the macro in it, and then right after that I want the “Access” document to open automatically and run its macro. How can …

Member Avatar for Ancient Dragon
0
95
Member Avatar for Vladimirr

I have a very simple table in "MS Word" (all fields are text fields) and I want to transform it into an "Access" table. How can i do it automatically? Is there any macro or a programm code that would allow me to do it automatically? (In the future I …

Member Avatar for Ancient Dragon
0
75