Αρχή :: Ενότητες :: FrontPage :: Ερωτήσεις     
 

INFO FrontPage :: Θέματα

Τοποθέτησε Νέα Ερώτηση

Link για εγγραφή στο tip.gr feeds

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 21 από 49


FORUMS   mail μεταξύ χρηστών!

υπάρχει καποιο έτοιμο προγραμματάκι (asp, html κτλ) ή άλλο τέχνασμα ώστε οι χρήστες που μπάινουν σε μια περιοχή prive να μπορούν να αποστέλλουν ιδιωτικά μηνύματα μεταξύ τους (έστω και off-line) ?



Από: p_p - 17/11/2003
4 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   Επεξηγηματικό Κέιμενο

Πως προσθετουμε "επεξηγηματικό κείμενο" σε εικόνα του frontpage (αυτό που εμανίζεται μόνο όταν το mouse βρίσκεται πάνω από την εικόνα)



Από: gini - 16/11/2003
4 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   ΜΗΝΥΜΑ ΛΑΘΟΥΣ

ΠΑΙΡΝΩ ΤΟ ΠΑΡΑΚΑΤΩ ΜΗΝΥΜΑ ΟΤΑΝ ΑΠΟΣΤΕΛΩ ΤΟΝ ΚΩΔΙΚΟ ΑΠΟ ΦΟΡΜΑ ΓΙΑ ΕΛΕΓΧΟ.

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5f4 Thread 0xc40 DBC 0xb2c5fc4 Jet'.

ΑΥΤΟ ΕΙΝΑΙ ΤΟ ΑΡΧΕΙΟ ΠΟΥ ΒΓΑΖΕΙ ΛΑΘΟΣ ΣΤΟ ΣΗΜΕΙΟ ΠΟΥ ΕΧΩ ΤΑ *****




<%
'Dimension variables
Dim adoCon 'Database Connection Variable
Dim strCon 'Holds the Database driver and the path and name of the database
Dim rsCheckUser 'Database Recordset Variable
Dim strAccessDB 'Holds the Access Database Name
Dim strSQL 'Database query sring
Dim strUserName 'Holds the user name

'Initalise the strUserName variable
strUserName = Request.Form("txtUserName")

'Check the database to see if user exsits and read in there password
'Initialise the strAccessDB variable with the name of the Access Database
strAccessDB = "users"

'Create a connection odject
Set adoCon = Server.CreateObject("ADODB.Connection")

'Database connection info and driver
strCon = "DRIVER={Microsoft Access Driver (*.mdb)};uid=;pwd=letmein; DBQ=" & Server.MapPath(strAccessDB)

'Set an active connection to the Connection object
adoCon.Open strCon ****************

'Create a recordset object
Set rsCheckUser = Server.CreateObject("ADODB.Recordset")

'Initalise the strSQL variable with an SQL statement to query the database
strSQL = "SELECT tblUsers.Password FROM tblUsers WHERE tblUsers.UserID ='" & strUserName & "'"

'Query the database
rsCheckUser.Open strSQL, strCon

'If the recordset finds a record for the username entered then read in the password for the user
If NOT rsCheckUser.EOF Then

'Read in the password for the user from the database
If (Request.Form("txtUserPass")) = rsCheckUser("Password") Then

'If the password is correct then set the session variable to True
Session("blnIsUserGood") = True

'Close Objects before redirecting
Set adoCon = Nothing
Set strCon = Nothing
Set rsCheckUser = Nothing

'Redirect to the authorised user page and send the users name
Response.Redirect"tameio-polewn.asp?name=" & strUserName
End If
End If

'Close Objects
Set adoCon = Nothing
Set strCon = Nothing
Set rsCheckUser = Nothing

'If the script is still running then the user must not be authorised
Session("blnIsUserGood") = False

'Redirect to the unautorised user page
Response.Redirect"unauthorised_user_page.htm"
%>



Από: p_p - 14/11/2003
6 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   SOS - ΣΕΛΙΔΑ ΚΩΔΙΚΟΣ

πως μπορώ να στέλνω τον χρήστη στη σελίδα που θέλω ανάλογα με τον κωδικό που πληκτρολογεί; ΠΧ: Αν ο κωδικός είναι ο 70165 να τον στέλνω στη σελίδα 70165.htm, αν ειναι 054 στην 054.htm κτκ. (με ή χωρίς DataBase). Ευχαριστώ



Από: p_p - 7/11/2003
2 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   Ελληνικος χαρτης με Links

Καλημερα, 8α ηθελα να ρωτησω και εγω με την σειρα μου το εξης: ποια ειναι η διαδικασια για να εχω μια σελιδα με τον χαρτη της Ελλαδας και απο εκει ο επισκεπτης να εχει την δυνατοτητα να κανει click πανω σε καποια περιοχη του χαρτη και να του ανοιγει ενα παραθυρο με επιλογες? (π.χ. οπως ειναι της Telestet ο χαρτης καλυψης). ΕΥΧΑΡΙΣΤΩ.



Από: e_knowhow - 6/11/2003
2 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 21 από 49

INFOΝέα Ερώτηση | Καταχώρηση site








Η Εταιρία | Web Hosting | Domain names | Web Information | Υπηρεσίες | Resellers | Υποστήριξη |
Copyright © 2007–09 4GR.NETWORKS, All rights reserved.