Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 1:23 pm, Todd Cary wrote: > Is there a way to create a Window that is like the Help or Popup > type windows one can create with JavaScript? > > I have an event calendar and I want the link for the event to go > to a PHP page, but I want the page to be on top and have focus >

Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Todd Cary
Problem solved Todd Todd Cary wrote: How do I get the var into a php variable in the destination window? Todd Brady Mitchell wrote: Personally, I think that posting a way to allow php to communicate with javascript OR any other language is relevant for a php-general list, don't you thin

Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Todd Cary
How do I get the var into a php variable in the destination window? Todd Brady Mitchell wrote: Personally, I think that posting a way to allow php to communicate with javascript OR any other language is relevant for a php-general list, don't you think? To use the value of a PHP variable in j

Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Mike Rondeau
I'd like to echo that statement! Mike - Original Message - From: Todd Cary To: php-general@lists.php.net Sent: Wednesday, March 22, 2006 5:49 PM Subject: Re: [PHP] Creating a Window without JavaScript that is on top Thank you! Very helpful indeed! Todd

Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Todd Cary
Gosh darn! That really works!! Many thanks! Though I may be still playing around with the PHP code, a demo might be seen at http://209.204.172.137/calendar/php/showmonth.php Todd Brady Mitchell wrote: Personally, I think that posting a way to allow php to communicate with javascript OR a

RE: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Jay Blanchard
[snip] Personally, I think that posting a way to allow php to communicate with javascript OR any other language is relevant for a php-general list, don't you think? [/snip] Hm... maybe that is what I provided an example of how to make them work together. :) Lighten up. -- PHP General Mailin

Re: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Todd Cary
Thank you! Very helpful indeed! Todd Jay Blanchard wrote: [snip] Is there a way to create a Window that is like the Help or Popup type windows one can create with JavaScript? I have an event calendar and I want the link for the event to go to a PHP page, but I want the page to be on top an

RE: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Brady Mitchell
> Personally, I think that posting a way to allow php to communicate > with javascript OR any other language is relevant for a php-general > list, don't you think? To use the value of a PHP variable in javascript, you create a javascript variable and then echo the value of the php variable. F

RE: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread tedd
Jay said: There are several ways to pass variables back and forth using JavaScriptbut this is not the list for that :) Can you point me to a list that does? I don't think there is a php <-> javascript list. Personally, I think that posting a way to allow php to communicate with javascr

RE: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Jay Blanchard
[snip] Is there a way to create a Window that is like the Help or Popup type windows one can create with JavaScript? I have an event calendar and I want the link for the event to go to a PHP page, but I want the page to be on top and have focus with a Close button. The PHP page will have some

RE: [PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Jay Blanchard
[snip] Is there a way to create a Window that is like the Help or Popup type windows one can create with JavaScript? I have an event calendar and I want the link for the event to go to a PHP page, but I want the page to be on top and have focus with a Close button. The PHP page will have some

[PHP] Creating a Window without JavaScript that is on top

2006-03-22 Thread Todd Cary
Is there a way to create a Window that is like the Help or Popup type windows one can create with JavaScript? I have an event calendar and I want the link for the event to go to a PHP page, but I want the page to be on top and have focus with a Close button. The PHP page will have some PHP co