Jump to content

problem with progress bar.


ravi.kinjarapu

Recommended Posts

thanks for reply..sorry for poor information .. my sample code using in html .

 

 

This code is kept in second frame... when i click test link in first frame .. this progress bar should call show in second frame.. it is possible.

 

first frame:

<a href="test.php" target="main" onclick="showProcess();">test</a>

 

second frame:<div id="loadingOverlay" style="display:none">

            <div align="center" class="webpagetext">

              Processing...

            </div>

            <div id="outerItem" align="center"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"><img src="./images/off.gif" class="item"></div>

          </div>

 

 

javascript:

 

showProcess(){

 

// something related to progress bar....

}

 

 

thanks and regards

Ravi.k

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.