On Sun, 2006-11-12 at 11:36 -0800, Curt Zirzow wrote:
> On 11/12/06, Ross <[EMAIL PROTECTED]> wrote:
> >
> > echo (' > onclick="window.open(\'news/old_news_list.php?month=$j&year='.$i.'\',\'\',\'width=700,height=500\');
> > return false \" >$thisMonth');
>
> Just remove any question on what is wro
On 11/12/06, Ross <[EMAIL PROTECTED]> wrote:
echo ('$thisMonth');
Just remove any question on what is wrong:
$thisUrl = "news/old_news_list.php?month=$j&year=$i";
?>
$thisMonth
I am trying to get this to open in a popup however it doess not open and I
cannot work out why. Must be a syntax a
On Sun, 2006-11-12 at 15:21 +, Ross wrote:
> echo (' onclick="window.open(\'news/old_news_list.php?month=$j&year='.$i.'\',\'\',\'width=700,height=500\');
> return false \" >$thisMonth');
>
>
> I am trying to get this to open in a popup however it doess not open and I
> cannot work out why. M
Ross wrote:
> echo (' onclick="window.open(\'news/old_news_list.php?month=$j&year='.$i.'\',\'\',\'width=700,height=500\');
> return false \" >$thisMonth');
>
t my first guess is that you've back-slashed something you
shouldn't have - try breaking it down (and/or looking at the html source) ...
$
echo ('$thisMonth');
I am trying to get this to open in a popup however it doess not open and I
cannot work out why. Must be a syntax arror as the page displays ok.
Ross
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
there is a hidden field called submitte
"Chris Ramsay" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> [snip]
>> if (isset($submitted)){
> [/snip]
> s...what sets $submitted then?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
[snip]
> if (isset($submitted)){
[/snip]
s...what sets $submitted then?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7 matches
Mail list logo