I'm using the supplied IFrame popup window for customers to enter/edit payment information.
The IFrame popup window supplied through the example code downloads doesn't have scrollbars on it, so once the user has either more than 2 credit cards, or 1 credit card and 1 bank account, the lower-most information isn't displayed.
How do I turn scrolling 'on' for the IFrame window?
Kudos,
WHeis
Solved! Go to Solution.
07-15-2011 06:27 AM
Wow.. serious 'DUH' on this one..
But, for anyone else..
In the line that starts with "iframe name="iframeAuthorizeNet"..
Change scrolling="no" to scrolling="yes"
(Like I said, serious DUH).
WHeis
07-15-2011 07:35 AM
Wow.. serious 'DUH' on this one..
But, for anyone else..
In the line that starts with "iframe name="iframeAuthorizeNet"..
Change scrolling="no" to scrolling="yes"
(Like I said, serious DUH).
WHeis
07-15-2011 07:35 AM