February 19, 201114 yr Hello, I am writing a FileMaker script and need to extract a piece of information from the source code of a web page. Viewing the source code manually is not difficult, I just bring up the web page I'm interested in and under Safari's View menu I select View Source ( I am using Snow Leopard on a MacBook Pro). However I would like to automate this process using a script rather than performing these tasks manually. Does anybody know of a way to view web page source code directly in a FileMaker field. I am thinking of something similar to 360 Works ScriptMaster GetURLasText(url) calculation function. With the GetURLasText(url) function you simply set the calculation of a calculation field to GetURLasText("url name") and the field displays as text. Is anybody aware of a GetURLasSourceCode(url) calculation function or something similar that would accomplish the same task? Once I have the source code in a FileMaker field, parsing the desired information should be trivial. Sincerely, George
February 19, 201114 yr Author Hello, Thank you very much for your response. It is exactly what I need and worked perfectly. Thanks again, George
Create an account or sign in to comment