Freepages-Help-L Archives
Archiver > Freepages-Help > 2011-01 > 1295816354
From: "Barry Carlson" <>
Subject: Re: [FreeHelp] An Alternative to Pop-up Windows
Date: Mon, 24 Jan 2011 09:59:14 +1300
References: <448B1D614C84482C98DE4985773B1ADB@BERT><FBE482A5FF82447FA2DC9B0754EF4F28@JILLMUIR><FF59E24EA78241469E64CD3B7EEC8B30@BERT><AANLkTingNB3UxanoU1DSuRoBkdZcLvv3HzeOGC4fxW2a@mail.gmail.com>
On Monday, January 24, 2011 7:30 AM (UTC+13)
Judy wrote:-
> I didn't understand much of your first post -- LOL!
>
> But, could something like this work to present, say, the data from a
> Birth-Marriage-Death Register Book? Let me explain.
>
> Could one of these pages hold "one person" data, with the buttons you used
> then assigned to show a different part of a person's record.
> For example:
> Button 1: Birth Record
> Button 2: Early Life / Schooling
> Button 3: Marriage Record
> Button 4: Military Service
> Button 5: Death Record
> Button 6: Photos
>
> If something like that could work, would individual pages just be linked
> together as usual?
>
> And, where would the webmaster type the data for each button-section?
>
> Would the called files be able to be formatted? Like Person's Name
> centered
> as H1, paragraph breaks, etc?
> Could a web visitor print each "section" of "a record"?
>
> Sorry that I don't always understand right off.
>
> If it could work, it'd be a nice way to do the project I have in mind.
------------------
Yes to all the above.
You do not need to use buttons, but can activate the pseudo pop-up windows
by using hyperlinks suitably encoded with the javascript onClick function.
You could have a sequence of links as you have listed throughout your text,
and clicking each will display the appropriate text/image in the pseudo
popup. Infact you will not even need to close the last opened, as the next
called will replace the contents and styling of the first.
A few days ago when you were wanting to create a hidden link, you retrieved
a lorem-ipsum.txt file. Here is a link to that same file, and it has the
styles included in it:-
http://freepages.computers.rootsweb.com/~bristowe/xhr/lorem-ipsum-1.txt
Styles prefixed #xhr relate to the pseudo window frame, and those prefixed
#xml relate to the file contents.
Barry
This thread:
| Re: [FreeHelp] An Alternative to Pop-up Windows by "Barry Carlson" <> |