What's wrong in this HTML Source file of a Bank

T

Thaqalainnaqvi

Several times I logged-in successfully but after log-in I can't use
features/services which were shown prior to my login. Can anyone exoert

from this forum check , is it technical fault of Bank Web Site or this
problem pertaining to the user(me).

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META Http-Equiv="Cache-Control" Content="no-cache">
<META Http-Equiv="Pragma" Content="no-cache">
<META Http-Equiv="Expires" Content="-1">
<TITLE>hPLUS Login</TITLE>
<LINK
href="https://rs6.habibbank.ae/stylesheet.css;jsessionid=391BF2AEF1EC6EECFB..."

rel="stylesheet"


title="Style" type="text/css">
<script type="text/javascript">
var processed = false;
function processForm(alertMessage, button,
buttonMessage, command , ignore ) {
var msg = "Please wait. Your request has been
sent for processing.";
if(alertMessage == null ||
alertMessage=='null') alertMessage = msg;
if ( !ignore ) {
if(processed) {
alert(alertMessage);
return false;
}
}
processed=true;
if(button!= null) {
button.value = buttonMessage;
}
var f =document.forms[0];
f.hPLUSWEB_ACTION.value= command;
f.pageId.value = 48416044248;
f.submit();
return true;
}
</script><script type="text/javascript">
function commonPostForm( value, command ) {
var url = value.split( ':', 2 );
var f = document.forms[0];
f.commonOptionLogic.value = url[ 0 ];
f.commonOptionNumber.value = url[ 1 ];
return processForm( null, null, null, command );

}
function titleAccountPostForm( value, command ) {
var f = document.forms[0];
f.accountSelected.value = value;
return processForm( null, null, null, command );

}
function titleOptionPostForm( value, command ) {
var url = value.split( ':', 2 );
var f = document.forms[0];
f.optionLogic.value = url[ 0 ];
f.optionNumber.value = url[ 1 ];
return processForm( null, null, null, command );

}
</script>
</HEAD>
<BODY topmargin="0" leftmargin="0">
<TABLE border="1" cellpadding="0" cellspacing="0" width="100%">
<TR>
<TD align="center" class="black" width="125px"><IMG


src="https://rs6.habibbank.ae/banklogo.gif;jsessionid=391BF2AEF1EC6EECFBAF..."><BR>

<FONT size="1px"></FONT>Service with Security</TD><TD class="blue">
<TABLE width="100%">
<TR>
<TD align="center" class="blue" width="300px"><IMG


src="https://rs6.habibbank.ae/title.gif;jsessionid=391BF2AEF1EC6EECFBAF1FD..."></TD>

</TR>
<TR>
<TD align="center" class="blue" height="25px" width="300px">
(Incorporated in Switzerland 1967)</TD><TD align="right"
class="blue">Jun 13 2006, 11:18:49 AM


GMT</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align="center" class="red"> &nbsp;&nbsp;
</TD><TD class="blue">
<TABLE border="0" cellpadding="1" cellspacing="1">
<TR>
<TD class="button"><A href="http://www.habibbank.com">
Home
</A></TD><td class="button"><A


href="https://rs6.habibbank.ae/WebRegister.po;jsessionid=391BF2AEF1EC6EECFB...">Register



Online</A></td>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<script type="text/javascript">
function postForm( value, command ) {
return processForm( null, null, null, command );

}
</script>
<form method="post" id="WebDefaultMessage" view="WebDefaultFormView"


action="https://rs6.habibbank.ae/hPLUS;jsessionid=391BF2AEF1EC6EECFBAF1FDE35C..."

name="WebDefaultMessage">
<input type="hidden" name="Current_Form_View"
value="WebDefaultFormView">
<table align="center" border="0" class="blue" width="100%"
cellpadding="0" cellspacing="0">
<tr>
<td align="center" colspan="3" class="blue">
<h1></h1>
</td>
</tr>
<input name="pageId" type="hidden" value="P1150197529789"><input
name="hPLUSWEB_ACTION" type="hidden" value="">
<tr>
<td class="blue">
<br>
<A href="#" onClick="postForm('WebLogin' );return false;">HBZ Web
Login</A></td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<center>
<h1>Your request has been accepted</h1>
</center>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
</td>
</tr>
<tr>
<td class="blue">
<br>
<A href="#" onClick="postForm('WebLogin' );return false;">HBZ Web
Login</A></td>
</tr>
</table>
</form>
</BODY>
</HTML>
 
B

bruno at modulix

Several times I logged-in successfully but after log-in I can't use
features/services which were shown prior to my login. Can anyone exoert

from this forum check , is it technical fault of Bank Web Site or this
problem pertaining to the user(me).

<bofh>
It's definitively a problem with the user.
The problem is : "user posts in the wrong newsgroup".
</bofh>


(snip a whole page of crappy tag soup)
 
J

Jerry

This really isn't the place to ask what is wrong with code that isn't
Python, especially of someone else's website. There is absolutely no
way for us to tell what is happening on the server side. You should
contact the maintainer of the site and let them know you are having
problems.
 
D

Diez B. Roggisch

They don't know whats happeing despite sending them several e-mails.

So what? How are _we_ supposed to know? Even if somebody here found a bug in
their java script (this is a Python NG, btw...) - now _how_ exactly are you
planning to update their website with that information?

It's their problem, and thus unfortunately yours. So - change your bank, or
keep pestering them.

Diez
 
R

Remi Villatel

Several times I logged-in successfully but after log-in I can't use
features/services which were shown prior to my login. Can anyone exoert
from this forum check , is it technical fault of Bank Web Site or this
problem pertaining to the user(me).

This is definitively not the right newsgroup for HTML issues. Go to:

http://validator.w3.org/

And I'm already too nice...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top