/    Sign up×
Community /Pin to ProfileBookmark

Form Box Link????

Does any one know how to make a form box that could redirect my users to their pages using this format … i want to make a box where my users can just type their last six digits of their ssn to get to their personal employee pages…. here is what i’m talking about.

You can access your individual page directly by simply
inserting the [COLOR=”red”]last six digits of your social security number[/COLOR] where the
red #’s are in the example.

[url]http://www.test.com/[/url][COLOR=”Red”]######.[/COLOR]html

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@ryanbutlerJan 23.2008 — Can't be done with HTML alone. You need to be very careful how you store SSN. At the very least, you need to store them on a database server, behind a firewall, that only certain people have access to, encrypting them might not be a bad idea, but that might not be necessary.

When you let people sign in using that, you must have them login and view this information over a secure connection, otherwise, it should be out of the question.

Once these two matters are solved, then you need to look into a server-side method to query a database table and then display results from that. You should never display SSN via an address bar, that is way to easy to a malicious attacker to comprise.
Copy linkTweet thisAlerts:
@shibbyziggaauthorJan 23.2008 — We arent storing ssn's ... we just created pages using 6 digits of the ssn ... the pages themselves arent part of the navigational site. This still doesn't answer my question as to how to make this procedure work. But thanks for the feedback reguardless. ?
Copy linkTweet thisAlerts:
@TheBearMayJan 23.2008 — It will take a wee bit of javascript:

<i>
</i>&lt;input type="text" onchange="document.location='http://www.test.com/'+this.value+'.html'" /&gt;
×

Success!

Help @shibbyzigga spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...