August 22, 201015 yr Newbies Hi all ... I would like to import some Safari Pages into Filemaker Is there a way to do so? I set field as Contaners but I am unable to import anything and If I print as PDF the same result ... nothing. Is there a plug-in or some other way to get the page as it appears in saferi Thanks
August 22, 201015 yr If you simply want to display a page, try using a WebViewer. If the page must be displayed from static data, use a file URL, e.g. file:///C:/basesearch2.html in Windoze would load basesearch2.html. So the container would be exported to a temporary file, and then loaded into WebViewer. The temp file could then be deleted. Alternately, you can render the page as a data URL, eliminating the need for the temporary file Note that relative links will break unless actual full paths are substituted.
August 22, 201015 yr If there really is a webarchive involved here, the web viewer can point directly to the webarchive file. No need for an HTML file. But the web viewer can be pointed to the original web site as well, and it really is not clear why the OP is asking about a web archive. Edited August 22, 201015 yr by Guest
Create an account or sign in to comment