cancel
Showing results for 
Search instead for 
Did you mean: 

CIM IFrame Window - How do I turn scrollbars ON?

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

 

WHeisenberg
Regular Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

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

 

View solution in original post

WHeisenberg
Regular Contributor
1 REPLY 1

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

 

WHeisenberg
Regular Contributor