473,395 Members | 1,915 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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

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...">R egister

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>

Jun 13 '06 #1
8 1401
Th************@gmail.com wrote:
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)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Jun 13 '06 #2
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.

--
Jerry

Jun 13 '06 #3

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

Jun 13 '06 #4
Th************@gmail.com wrote:

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
Jun 13 '06 #5

I have posted the same question in alt.html but no one yet replied.

Jun 13 '06 #6
Th************@gmail.com wrote:

I have posted the same question in alt.html but no one yet replied.


No wonder.

Jun 13 '06 #7
Th************@gmail.com wrote:
I have posted the same question in alt.html but no one yet replied.


You should ask your butcher. Now please stop posting off-topic.

--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Jun 13 '06 #8
Th************@gmail.com wrote:
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...

--
==================
Remi Villatel
maxilys_@_tele2.fr
==================
Jun 13 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: johnathan | last post by:
How can I use a php script running on my web server to read in the html source from an arbitrary webpage and then write it to a file on my web server?
7
by: Tim Gaunt | last post by:
Hi, I'm hoping that someone will be able to help me with this one, I'm developing an application which basically inserts a load of data into the database ready for validation at a later date, I...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
4
by: pete | last post by:
I found it in the view source of a corporate website. <script Language="Javascript"> <!-- var keyMacro= ]; //--> </script>
17
by: Paul | last post by:
HI! I get an error with this code. <SCRIPT language="JavaScript"> If (ifp==""){ ifp="default.htm"} //--></SCRIPT> Basicly I want my iframe to have a default page if the user enters in...
39
by: VidTheKid | last post by:
THE PROBLEM The % symbol is too vague when defining dimensions in CSS and HTML. It can relate to an inherited value, a measure of the containing element (which can differ between box models) or...
2
by: Rod | last post by:
I've been struggling with this thing for 2 days, and after searching the 'net for help, I cannot find what is wrong. We're using Crystal Reports XI Release 2, with Visual Studio .NET 2003 in...
3
by: stephenrussett | last post by:
ok so i ma trying to tur this data: Post Position Street Side Cross_Street Size Time_Limit Yoke 1 1 Sparks E.S. Lyon & Bay DV 1 Hour 2 Piece (New)...
11
pbmods
by: pbmods | last post by:
A somewhat obscure hack has emerged recently that is an offshoot of the now-infamous XSS. It is known as Cross-Site Request Forgery, or XSRF for short. XSRF is a form of temporary identity theft...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.