Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7904 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

eh?

-whose page is this?

-did you find some random page and try to steal customer list?

-are you generating these pages?

sounds like a reverse approach to me..usally people generate pages from some data they already have!?

<< .: need more info :. >>

Posted

i usually do this by writing a short perl cgi which fetches the web page and transorms it into xml. Although i would not recommend stealing customer lists from other people, i do use it to translate filemaker fields with google transltion service or look up driving directions from mapquest.

A good perl script to start with is "newsgrabber.cgi" at perlarchive.com.

You would call the cgi by using the import remote xml script step.

Another technique would be by using url access scripting or appescript

tell app internet explorer

get_source of "http://www.cusomerlist.com/index.html"

select all

copy

end tell

and do the text cleaning in filemaker using middle(), position() etc.

the easiest, but $$$, approach is probably using troi url plugin.

This topic is 7904 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.