-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
74 lines (73 loc) · 3.06 KB
/
faq.html
File metadata and controls
74 lines (73 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>Welcome To South Indian Bank</title>
<link rel="stylesheet" type="text/css" href="css/faq.css">
<link rel="stylesheet" type="text/css" href="css/nav_logo.css">
<script type="text/javascript" src="js/cookies.js"></script>
<script>
function show_block()
{
if(getCookie("username")!="")
{
document.getElementById("login_opt").style.visibility="hidden";
document.getElementById("login_opt").style.display="none";
}
}
</script>
</head>
<body onload="show_block();setPrev_page();checkLogin();">
<div id="container">
<div id="login_opt">
<a href="login.html" id="login_btn" style="color:white;">Login</a>
</div>
<div id="page_heading">
Frequently Asked Questions (F.A.Q.)
</div>
<div id="faq_questions">
<table id="faq_table" style="border-collapse:collapse;">
<tr class="question">
<td>1. What is Online South Indian Bank?</td>
</tr>
<tr>
<td>Online South Indain Bank is the Internet banking service provided by Union State Bank Of Maharashtra, India's largest and premier commercial bank</td>
</tr>
<tr class="question">
<td>2. What is special about Internet banking?</td>
</tr>
<tr>
<td>Internet banking is the most convenient way to bank- anytime, any place, at your convenience.</td>
</tr>
<tr class="question">
<td>3. I do not have a PC?</td>
</tr>
<tr>
<td>You can access Online South Indian Bank from any computer that has connectivity to the Internet. But make sure your computer is Malware free.</td>
</tr>
<tr class="question">
<td>4. How do I access Online South Indian Bank?</td>
</tr>
<tr>
<td>You need to have an account at a branch. You also need to register for the Internet banking service with the branch. Branch will provide you a Pre Printed Kit (PPK) containing username and password for first login. If you are not in a position to collect PPK in person, the bank will arrange to send a username through SMS and a mailer containing password to your registered address. Logon to our website using this username and password. At the first login, you will need to go through a simple initialization process. Our Net banking assistant will guide you step by step through this process on the site.</td>
</tr>
<tr class="question">
<td>5. I do not have an account with SBI?</td>
</tr>
<tr>
<td>You are welcome to open it now. It is very easy to open an account with SBI. You can apply online for opening of a savings bank account. A link 'Online SB Account Application' is available on the home page of our website or just walk in to any of our branches nearby. Our staff would be pleased to assist you.</td>
</tr>
<tr class="question">
<td>6. I want a Corporate Account?</td>
</tr>
<tr>
<td>We are sorry that this service is underdevelopment.</td>
</tr>
</table>
</ol>
</div>
</div>
<div id="footer" style="margin-top:10%;">
<hr>
CopyRight © 2014 SIB.
</div>
</div>
</body>