ΒΟΗΘΕΙΑ ΣΕ ΚΩΔΙΚΑ. ΣΟΣ!

ΒΟΗΘΕΙΑ ΣΕ ΚΩΔΙΚΑ. ΣΟΣ!

Από {p_p}

Παρακάτω σας παραθέτω ΟΛΟ το αρχείο epityxws.asp που είναι η σελίδα στην οποία μπαίνει ο χρήστης, αν έχει δώσει σωστό username-password.
To ζητούμενο, είναι με βάση τη μεταβλητή strUserName, πως θα τον οδηγήσω σε σελίδα που αφορά ΜΟΝΟ αυτόν, και οχι άλλους. ΕΥΧΑΡΙΣΤΩ.
*******************************

<%
'If the session variable is False or does not exsist then redirect the user to the unauthorised user page
If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then
'Redirect to unathorised user page
Response.Redirect"unauthorised_user_page.htm"
End If
%>


Authorised User



<%
'Dimension Variables
Dim strUserName 'Holds the name of the user

'Get the users name passed from the previous page
strUserName = Request.QueryString("name")
%>









PRIVE -start page







Α.Γ.Μ.Σ
<% =strUserName %>
fghjfgjfghj




  1. 2/11/2003

    Αυτό που μπορείς να κάνεις είναι όλους τους χρήστες να τους πηγαίνεις στο epityxws.asp και μετά ανάλογα με το user name (προφανώς πρέπει να το κάνεις έτσι ώστε το user name να φαίνεται στην epityxws.asp) κάνε response.redιrect στη σελίδα που θέλεις.




   Πίσω στην προηγούμενη σελίδα