i want to make a pop window like in javascript, when a user enters invalid username or password, a window appears requesting valid information. how can i do that please?
camillee 0 Newbie Poster
Recommended Answers
Jump to PostHmm. The first example gives a vanilla javascript alert - easy, but ugly (no offence). The second gives a php response hard coded into the page. This can't be closed unless by js.
IMO, you could use lightbox-type popups to hold your login form / message - e.g. facebox. …
Jump to PostThe last example still needs js to trigger events. 2penneth. CSS-only solutions have been the holy grail for ages, but consistent triggers across all browsers have been elusive. The example provided by rajarajan07 uses minimal js, so it should avoid problems with users who partially enable js, if that makes …
Jump to PostWhat have you found / tried so far? There are literally hundreds (if not thousands) of these FREE scripts out there.
All 9 Replies
vibhaJ 126 Master Poster
Grantism 0 Newbie Poster
jdog006 0 Newbie Poster

diafol

rajarajan2017

diafol
chino_klil 0 Newbie Poster
chino_klil 0 Newbie Poster

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.