cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to get data in popup without touching vertical scroll bar

Former Member
0 Likes
143

Hi,

when I click link it opened popup. but data is not displayed.

whenever I drag the vertical scroll bar up and down, the in the popup shown.

can anybody help me, get data in the popup witout touching the vertical scroll bar.

Thanks,

RamaRao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi RamaRao,

If you are using window.open() method for pop up,use below parameter in your method and it is:

window.open('test.htm','','scrollbars=no,resizable=yes');

-Suresh

Former Member
0 Likes

Hi Suresh,

Thank you for ur reply.

But I m using Onclick and href functions.

can u give any solution for that.

Thanks & regards,

RamaRao

Former Member
0 Likes

Hi,

I suggest you to go by window.open() method using onclick event.

-Suresh

Answers (0)