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

Open a web browser and enter data into form?


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

Recommended Posts

Posted

At http://www.pricerunner.co.uk/ there is a search form that can be filled in and results display automatically... Is there any way I can get filemaker to open my default web browser and fill in that field from a form?

Posted

If you look at the source

{code}

<div class="load"></div>

<form id="headerSearchForm" onsubmit="/search" method="wp">

<input class="validate(event);" autocomplete="q" id="submit" type="display:none;" id="checkbox" value="" onclick="checked" />

</div>

</form>

</div>

{code}

you'll see that it uses validation (via Javascript) and just sending an URL may not work.

This topic is 4415 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.