-
Notifications
You must be signed in to change notification settings - Fork 0
/
fpForm.php~
232 lines (197 loc) · 9.25 KB
/
fpForm.php~
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<?php
session_start();
//if(!session_is_registered("hello"))
if (!($_SESSION['sid']))
{
header('Location:http://localhost/alamedacountycan/FinancialProducts/index.php');
}
?>
<!DOCTYPE html>
<html>
<head>
<link type="text/css" href="FpStyles.css" rel="stylesheet" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script src="../accan2008.js"></script>
<script type="text/javascript">
_uacct = "UA-697750-4";
urchinTracker();
</script>
<script language="javascript" type="text/javascript">
<!--
//Browser Support Code
function getTip(a){
if(document.getElementById("float_help").style.display !='none'){
document.getElementById("float_help").style.display='none';}
else{
document.getElementById("float_help").style.display='block';
var ajaxRequest; // The variable that makes Ajax possible!
try{
// Opera 8.0+, Firefox, Safari
ajaxRequest = new XMLHttpRequest();
} catch (e){
// Internet Explorer Browsers
try{
ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try{
ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e){
// Something went wrong
alert("Your browser broke!");
return false;
}
}
}
}
// Create a function that will receive data sent from the server
ajaxRequest.onreadystatechange = function(){
if(ajaxRequest.readyState == 4){
var ajaxDisplay = document.getElementById('float_help');
ajaxDisplay.innerHTML = ajaxRequest.responseText;
}
}
var number= a
ajaxRequest.open("GET", "tooltip.php?number="+number, true);
ajaxRequest.send(null);
}
//-->
</script>
<?php
include("head.html");
?>
</head>
<body>
<div id="container">
<?php
include("../headernav.html");
?>
<div class="midSection">
<div class="coach"><p><b>Coach:</b><br />We can find a bank account or similar financial product for everybody. The purpose of these questions is to help you find the fest fit product for you. So it doesn't matter if:</p>
<ul>
<li>you are new to banking and have never had a bank account</li>
<li>you have had a bank account and had problems with it</li>
<li>have a bank account but just aren't happy with its cost or service.</li>
</ul>
<img onclick="getTip()" style="float:right;margin-right:20px;" src="../images/Tip.png" />
<br />
So let's talk about your situation and what you need from a bank account.</div>
<div class="midContent">
<div id="float_help">
<p>This is where the tooltip will appear.<br /> It is fixed here even when page is scrolled.</p> <img src='../images/submitbutton.png' />
<a onclick="togglewindow();">close this window</a>
</div>
<form action="FpResults1.php" method="post" class="FpForm">
<div class="formsection">
<Label for "begin">How much money do you have available to open an account?<img onclick="getTip(1)" style="float:right" src="../images/Tip.png" /></Label>
<select name="begin">
<option value="1"> None to start</option>
<option value="2"> $1 to $25</option>
<option value="3"> $26 to $50</option>
<option value="4"> $51 to $99</option>
<option value="5"> $100 or more</option>
</select>
</div>
<div class="formsection">
<Label for "Mincheck">How much money would you regularly keep in this account?<img onclick="getTip(2)" style="float:right;" src="../images/Tip.png" /></Label>
<input type="textbox" name="maintain" />
</div>
<div class="formsection">
<Label for "bounce">Do you find yourself running short at the end of your pay period? Are you concerned about possibly being charged a bounced check fee?<img onclick="getTip(3)" style="float:right" src="../images/Tip.png" /></label>
<span class="buttongroup" id="bounce">
<input id="radio1" name="bounce" type="radio" value="False" />
<label for "radio1">Yes</label>
<input id="radio2" checked="checked" name="bounce" type="radio" value="not null" />
<label for "radio2">No</label>
</span>
</div>
<div class="formsection">
<Label for "ssn> What form of identification do you have? (Select only the one that applies) ID.
<!--<strong>V</strong>alid Driver's License,
<strong>S</strong>tate Identification
Passport, <strong>M</strong>ilitary ID,
<strong>V</strong>alid employer photo ID,
<strong>U</strong>nexpired credit card,
<strong>V</strong>alid Student ID <span style="color:red">(Minors Only)</span>,
<strong>V</strong>alid Foreign Passport,<br/>
Alien has SSN/ITIN <b><u>OR</u></b> any unexpired gov't ID (does not have to be U.S.)
with picture and unique serial number<em>*</em>--><img onclick="getTip(4)" style="float:right" src="../images/Tip.png" /> </label>
<div class="checkbox" id="ssn">
<input id="radio1" name="ssn" type="checkbox" value="true" />
<span style="font-size:90%">SSN/ITIN </span><br/>
<input id="radio2" name="ssn" type="checkbox" value="true" />
<span style="font-size:90%">Unexpired Gov't ID w/ Picture</span><br />
<input id="radio2" checked="checked" name="ssn" type="checkbox" value="not null"/>
<span style="font-size:90%">(SSN/ITIN or Unexpired Gov't ID w/Picture)</span><br /><span style="position:relative;left:30px"><B> PLUS an Additional ID</b> </span>
</div>
</div>
<div class="formsection">
<Label for "legal">Have you ever had a bank account closed by a financial institution<br/>
or have had a legal problem?<img onclick="getTip(5)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="legal">
<input id="radio1" name="legal" type="radio" value="false" />
<label for "radio1">Yes</label>
<input id="radio2" checked="checked" name="legal" type="radio" value="not null" />
<label for "radio2">No</label>
</div>
</div>
<div class="formsection">
<Label for "chex">Problems with credit history, previously denied an account, on Chex with last two years?<img onclick="getTip(6)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="chex">
<input id="radio1" name="chex" type="radio" value="false" />
<label for "radio1">Yes</label>
<input id="radio2" checked="checked" name="chex" type="radio" value="not null" />
<label for "radio2">No</label>
</div>
</div>
<div class="formsection">
<Label for "dd">Can you have your income directly deposited into a banking account?<img onclick="getTip(7)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="dd">
<input id="radio1" checked="checked" name="dd" type="radio" value="false" />
<label for "radio1">Yes</label>
<input id="radio2" name="dd" type="radio" value="not null" />
<label for "radio2">No</label>
</div>
</div>
<div class="formsection">
<Label for "intranet">Do you have access to a computer and the internet to manage your account?<img onclick="getTip(8)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="intranet">
<input id="radio1" checked="checked" name="intranet" type="radio" value="false" />
<label for "radio1">Yes</label>
<input id="radio2" name="intranet" type="radio" value="not null" />
<label for "radio2">No</label>
</div>
</div>
<br />
</div>
<div class="coach" style="margin-top:10px;">
Now we have a few hard questions but it is important that we understand what challenges you may have in opening and managing a bank account. Everything you tell me is private, just between you and me. I want to help you get into a bank product that will help you increase your financial security.
</div>
<div class="midContent">
<br />
<div class="formsection">
<Label for "transfer">Do you remit/send money to family and friends? Where? Or do you travel internationally?<img onclick="getTip(9)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="transfer">
<input id="radio1" checked="checked" name="transfer" type="radio" value="-1" />
<label for "radio1">Yes</label>
<input id="radio2" name="transfer" type="radio" value="0" />
<label for "radio2">No</label>
</div>
</div>
<div class="formsection">
<Label for "checks">How do you currently pay your bills?<br />Do you need to use cachiers checks, money orders, or certified checks for payments because a personal check would not be accepted?<img onclick="getTip(10)" style="float:right" src="../images/Tip.png" /></label>
<div class="buttongroup" id="intranet">
<input id="radio1" name="checks" type="radio" value="false" />
<label for "radio1">Yes</label>
<input id="radio2" checked="checked" name="checks" type="radio" value="not null" />
<label for "radio2">No</label>
</div>
</div>
<div>
<input type="image" value="Submit Form" src="../images/submit_button.png" />
</div>
</form>
</div>
</div>
</div>
</body>
</html>