function OnButton1()
{
    document.showField.action = "http://www.pixelfreeway.com/ezGaffcode.php"    // First target
    document.showField.submit();        // Submit the page
    document.showField.action = "http://www.pixelfreeway.com/responder/subscribe.php"    // Second target
    document.showField.target = "iframe2";    // Open in a iframe
    document.showField.submit();        // Submit the page
    return true;
}