[thelist] javascript debug (easy)

Matt Warden mwarden at gmail.com
Sun Jun 5 00:44:50 CDT 2005


Tyme,

Try:

<p align="center" class="center">
<b>[<a href="https://boomersrentals.c2.ixwebhosting.com/orderform.asp"
target="_blank" onclick="return openOrderForm();" title="Online
ordering reserved for weekly rentals only.">Online Order Form</a>]
</b></p>

>From external .js file:
----------------------------

function openOrderForm()
{
 
    var agree=confirm(...);

    if (agree)
    {
        window.open(...);
    } // end if

    return false;
}


-- 
Matt Warden
Miami University
Oxford, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list