Posted by Erwin Moller on 11/12/07 14:11
richard 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?
JavaScript?
PHP cannot produce a popup. At most it can send HTML to a browser that
contains JavaScript that creates a new window.
Basically you bind an event (onClick for example) to a
button/hyperlink/whatever, then call a routine that creates the new
window using window.open(....).
Consult comp.lang.javascript for more help.
(But most regulars in there prefer you post your failing code instead of
asking them to write it for you.)
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|