browser related issue..setting in javacript

This is a discussion on "browser related issue..setting in javacript" within the JavaScript Forum section. This forum, and the thread "browser related issue..setting in javacript are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 24th, 2008, 09:40
New Member
Join Date: Jun 2008
Location: Paris
Age: 29
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
browser related issue..setting in javacript

Hi,

I am facing a browser related issue from last few days. My Problem is When I click on the submit button of JSP page, I can see the progress bar in Mozilla firefox browser, but when I execute the same in Internet explorer, progress bar appears for a second and disappears then. Result is coming in both the cases but users are using IE and can not find whether process is running or not...Is there anythign I can do in javascript for IE?
Please help...

My code is
JSP code...

Code: Select all
<span class="mini">
<html:link href="#" styleClass="bouton" onclick="return submit_form_with_parameters('delegationForm', 'delegation', 'noInit=Y');">
<bean:message key="rh2u.deleg.label.etape0.label.chercher" />
</html:link>
</span>
JavaScript code...

Code: Select all
function submit_form_with_parameters(strFormName, strAction, parameters){
objForm = eval("document." + strFormName);
objForm.action = strAction + ".do?" + parameters;
objForm.submit();

Last edited by CloudedVision; Jun 24th, 2008 at 17:26. Reason: Code tags, please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jun 24th, 2008, 17:28
CloudedVision's Avatar
Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,275
Blog Entries: 9
Thanks: 2
Thanked 40 Times in 40 Posts
Re: browser related issue..setting in javacript

Is this a javascript progress bar or the browser progress bar? Because the browser progress bar can't be changed with javascript.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP!!! Cross browser issue... hak Web Page Design 7 Dec 4th, 2006 11:40
CSS noob - Help with border color browser issue please!!! Micky-D Web Page Design 4 Oct 14th, 2006 19:58
Browser compatibility issue wombleUK Web Page Design 6 Sep 6th, 2006 13:58
Help! Cross Browser Issue centenial Web Page Design 1 Aug 8th, 2006 18:56
Javacript Scroller (NOT DHTML) therussian JavaScript Forum 18 Sep 28th, 2003 07:16


All times are GMT. The time now is 05:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved