|
Posted by richard on 11/12/07 14:32
On Mon, 12 Nov 2007 15:11:10 +0100, Erwin Moller wrote:
> 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
thanks. I've also been reading up on this and it appears that doing so in
pure php just isn't possible as you say. As it is now, it is only a sample,
not the finished output.
Navigation:
[Reply to this message]
|