Posted by Michael S Bykov on 11/12/07 14:41
On Nov 12, 3:01 pm, richard <s...@google.dom> wrote:
> http://littleworldofours.com/1960/table1.html
>
> I want to take the calendar table and hide it from the page until a user
> clicks on a link. Then show only that calendar in a popup window. What's my
> best approach on this?
Hi!
2 ways really and both related to JS.
1st way
Open new window:
http://www.w3schools.com/htmldom/met_win_open.asp
2nd way
Divs. Here is 3 good examples with description of use:
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
http://www.dynamicdrive.com/dynamicindex11/abox2.htm
http://www.dynamicdrive.com/dynamicindex11/abox2.htm
Hope my information will help you.
Regards, Michael
Navigation:
[Reply to this message]
|