cancel
Showing results for 
Search instead for 
Did you mean: 

show "page loading" icon when using frameset

former_member416498
Active Participant
0 Kudos

Hi All

I have created a BSP application using frames sets.

1. Default page to show the left and right pages.

2. Left.htm

3. Right.htm

The left.htm is having a tree with acts as links. So when the user clicks on the any of links in the left.htm, correspoding page should come in the right.htm page. if loading of page is taking time the loading message should come.

I tried using the example HTMLB_samples. But i am not undestanding how this has been achieved. I have tried many ways but in vein. Request some one to help me. If possible give some code.

Edited by: vijaya musti on Nov 10, 2008 5:01 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI kindly post the codings.I too in search for the same and im trying it using htmlb_samples. post it,so that we will be benefitted more.

With Regards,

SHARMILA BRINDHA.M

former_member416498
Active Participant
0 Kudos

Dear Sharmila

In the example HTMLB_samples i can explain what is happeing taking the example of page a) breadcrumb.htm and b) breadcrumbSample.htm.

Here when we click the link in the left(Samplelist.htm) page, the page Defaultright.htm will be rendered.

The defaultright.htm is calling breadcrumb.htm and load.htm.

The breadcrumb.htm in turn is calling the page breadcrumpSample.htm(Before it is calling the load.htm page is shown in mean time). For this to happen below code is kept in breadcrumb.htm page.

<htmlb:form method = "post"
                  action = "breadcrumbSample.htm"
                  target = "coding" >

This is how the loading icon is comming.

Thanks

Vijay.M

former_member416498
Active Participant
0 Kudos

HI guys

I got it resolved. Here the the page in right frame itself is calling the other page using javascript.

Thanks

Vijay.M