Launch Google search from a form

Contains tips for configurators working with Aware IM
Post Reply
kklosson
Posts: 1617
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Launch Google search from a form

Post by kklosson »

I have a form that has shool information in it. I want to put a button on the form to launch a Google search based on the school name, cit, and state. So I made a process that does this but it doesn't do anything when executed. The action in the process is:

DISPLAY URL 'http://www.google.com Search='+HighScool.Name+' '+HighScool.City+' '+HighScool.State

Any help please?
pbrad
Posts: 781
Joined: Mon Jul 17, 2006 11:03 pm
Location: Ontario, Canada

Post by pbrad »

I don't know if the 'DISPLAY URL' function can parse attributes and I don't have time to check right now but if it can, the proper syntax would likely be more like:

DISPLAY URL 'http://www.google.com/search?q=<<HighSc ... cool.State>>'

Good luck,
Pete
kklosson
Posts: 1617
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Post by kklosson »

That dood it. Thank you.
pbrad
Posts: 781
Joined: Mon Jul 17, 2006 11:03 pm
Location: Ontario, Canada

Post by pbrad »

Your woolcome
Post Reply