ravi.kinjarapu Posted July 11, 2008 Share Posted July 11, 2008 hi. i have two frames in my application. if i click one link in first frame the progressbar should show in second frame. can u any help how to show the progress bar. Thanks, Ravi.k Link to comment https://forums.phpfreaks.com/topic/114233-problem-with-progress-bar/ Share on other sites More sharing options...
DarkerAngel Posted July 11, 2008 Share Posted July 11, 2008 Nope, because we don't know what progress bar type your using or how your using it, your giving poor information and asking for information, try posting some relevant code and what is currently occurring. But I do believe you made your desired results quite clear. Link to comment https://forums.phpfreaks.com/topic/114233-problem-with-progress-bar/#findComment-587399 Share on other sites More sharing options...
vikramjeet.singla Posted July 11, 2008 Share Posted July 11, 2008 Could you upload any screen shot for problem u r facing.... Link to comment https://forums.phpfreaks.com/topic/114233-problem-with-progress-bar/#findComment-587401 Share on other sites More sharing options...
ravi.kinjarapu Posted July 11, 2008 Author Share Posted July 11, 2008 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 Link to comment https://forums.phpfreaks.com/topic/114233-problem-with-progress-bar/#findComment-587415 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.