I have a iframe php form and I request the 3-digit code from the back of
a credit card. Can I have a pop-up html page for help?
The screen goes:
"3-digit Security Code: _______ (on back of card)"
I would like to have it so if the user clicks on (on back of card) a pop help window appears is this possible with php code.
My code looks like this now.
<tr><td><p>3-digit Security Code:</p></td><td colspan=5 height=30><p><input type=text name=securitycode size=3 maxlength=3>(on back of card)</p></td></tr>
Thx for any help. Russ