Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Validation to protect a page...help needed!
Hi. Using ASP/Acsess/VBscript I need a validation or something to prevent
that a user who is logged in on my system with usename and password -
MM_Username - dont 'Cut and Paste' a specified link in the browser to acsess a
another page. The user must instead navigate through 2 other secure pages to
get acsess to this page - page number 3 in the line. (In other words; I must
be sure that user have been visiting page number 2 before he is automatic
redirected to page number 3. Not 'jump' to page number 3 from page number 1
with the cut and paste method. All users are already logged in with username
and password. ) Is this possible? Bjorn.
btn Guest
-
problem with validation of css page
Hi all why can't I validate this page with w3c, here is the page /* CSS Document */ @charset "iso-8859-1"; @media all { body { font-family:... -
Where in the page lifecycle does validation occur?
Hi all, I don't use auto postbacks on my web site to keep it javascript-free and browser agnostic. Whenever there's a postback to my page I'm... -
Validators and Page validation
My page is not receiving any validators that I have added to the page during PageIndexChanged event. If I call the same piece of code from some... -
How to password protect a page?
I have a set of bulletins in a new site that the client wants protected. He wants the visitor to enter a password to access the bulletin index page... -
Using Validation Controls with Page.ParseControl
Hi, I'm playing around with the possibilities of Page.ParseControl. I parse a string with an input-field and an RequiredFieldValidator-control. ... -
Anthony Brown #2
Re: Validation to protect a page...help needed!
It is possible.
Thinking quickly, you could append another Session variable to exists when
they visit the pages. Therefore, if 2 out of 3 session vars don't exist it
will redirect them back to a page you choose.
Hope that helps.
"btn" <webforumsuser@macromedia.com> wrote in message
news:d0adt9$79$1@forums.macromedia.com...> Hi. Using ASP/Acsess/VBscript I need a validation or something to
> prevent
> that a user who is logged in on my system with usename and password -
> MM_Username - dont 'Cut and Paste' a specified link in the browser to
> acsess a
> another page. The user must instead navigate through 2 other secure pages
> to
> get acsess to this page - page number 3 in the line. (In other words; I
> must
> be sure that user have been visiting page number 2 before he is automatic
> redirected to page number 3. Not 'jump' to page number 3 from page number
> 1
> with the cut and paste method. All users are already logged in with
> username
> and password. ) Is this possible? Bjorn.
>
Anthony Brown Guest
-
Felix1 #3
Re: Validation to protect a page...help needed!
Use the User Authentication suite built in DW if you are using ASP.or JSP or ColdFusion.
Combine the Log In User with the Restrict Access To Page
Felix1 Guest
-
Paul Whitham TMM #4
Re: Validation to protect a page...help needed!
Bjorn
This is quite possible. The best method is to check that the http - referrer
reference on page 3 is page 2 otherwise throw them to page 1. The exact code
will depend upon the server model being used.
FYI a pasted URL does not have a referrer so will alway fail the test.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"btn" <webforumsuser@macromedia.com> wrote in message
news:d0adt9$79$1@forums.macromedia.com...prevent> Hi. Using ASP/Acsess/VBscript I need a validation or something toacsess a> that a user who is logged in on my system with usename and password -
> MM_Username - dont 'Cut and Paste' a specified link in the browser toto> another page. The user must instead navigate through 2 other secure pagesmust> get acsess to this page - page number 3 in the line. (In other words; I1> be sure that user have been visiting page number 2 before he is automatic
> redirected to page number 3. Not 'jump' to page number 3 from page numberusername> with the cut and paste method. All users are already logged in with> and password. ) Is this possible? Bjorn.
>
Paul Whitham TMM Guest
-
Michael Fesser #5
Re: Validation to protect a page...help needed!
.oO(Paul Whitham TMM)
The referrer is not always available, never rely on it.>This is quite possible. The best method is to check that the http - referrer
>reference on page 3 is page 2 otherwise throw them to page 1.
Micha
Michael Fesser Guest



Reply With Quote

