0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: [COLOR="red"][B]Use the below two jsp pages to get please wait effect.[/B][/COLOR] [B][COLOR="red"]PleaseWait.jsp[/COLOR][/B] [code] <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </head> <body onLoad="do_totals2()"> <script language="javascript"> function submitForm(oForm) { dototals1(); oForm.submit(); // return true; } … |