Search found 48 matches

by kees
Sun Nov 04, 2007 3:18 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: A Member System in PHP with some extras
Replies: 36
Views: 253643

A Member System in PHP with some extras

This article describes a login/member system using PHP. Some characteristics are: - No database needed; - Each member can be redirected to a specified page; - Members can be assigned to hierarchical levels; - Editable guiding messages. At least two pages are needed: the login page and a protected pa...
by kees
Fri Oct 13, 2006 4:02 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Password Protected Pages - Easy and Flexible
Replies: 0
Views: 12426

Password Protected Pages - Easy and Flexible

This article describes two methods of Password Protected Pages using JavaScript. The methods work almost identically: the filename is the password. For example: your secret page is 'ABC123.html', then the password is 'ABC123'. The code is placed on the calling page. Only when the visitor types the c...
by kees
Wed May 24, 2006 10:34 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Sub-pages should open in an Inline Frame
Replies: 29
Views: 179723

Sub-pages should open in an Inline Frame

Suppose you create your site using an Inline Frame with several sub-pages. How can you assure that the sub-pages are always opened inside the Inline Frame? Let's assume that the main-page is called index.html , the Inline Frame is called IFrameName , the default sub-page is called sub_1.html and tha...