Jump to content
Server Maintenance This Week. ×

Open a web browser and enter data into form?


liltbrockie

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

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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