• Resolved ElementalMedia

    (@elementalmedia)


    Hello
    I want to include Door-to-Door directions
    on my web page.

    This this the code I am using:

    <form action="http://maps.google.com/maps" method="get" <em>target="_blank</em>">
    <p><label for="mapsUsSaddr">Your Starting Address (street, city state)</label>
    <input type="text" class="text" name="saddr" id="mapsUsSaddr" value="" size="40" />
    <input type="submit" class="submit" value="Map It" />
    <input type="hidden" name="daddr" value="123 Any Street, anywhere usa" />
    <input type="hidden" name="hl" value="en" /></p>
    </form>

    As you can see there is a target=blank statement,
    which opens the results in a new page.

    Is there any way this form submission can
    open up in a fancybox? If so what would be the
    syntax/code I would use to achieve this?

    Thanks and have a great day.

    http://wordpress.org/plugins/easy-fancybox/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Google Maps/Directions in Fancybox’ is closed to new replies.