[PHP] Re: php - jscript - onclick event..

2005-06-22 Thread Rene Brehmer
it's 6000 km away, so I can't really reach it atm ... FWIW Rene Documented research indicate that on Wed, 22 Jun 2005 10:15:53 -0700, "bruce" wrote: > hi.. > > a somewhat php/jscript question... -- Rene Brehmer aka Metalbunny We have nothing to fear from f

Re: [PHP] php - jscript - onclick event..

2005-06-22 Thread Colin Ross
, 99); > > "; > echo " > > return false; > > "; > } > ?> > > my hope was that this would effectively simulate the running of the > jscript.. but it didn't seem to work. the tabs/screens don't change, which > indicates that the j

[PHP] php - jscript - onclick event..

2005-06-22 Thread bruce
hi.. a somewhat php/jscript question... i have the following onclick that works... - Account i'd like to be able to have the jscript run if i have a query var foo. basically, i'd like a way of running the same jscript tha

Re: [PHP] JScript

2004-04-22 Thread Brent Clark
Hi sorry I figured it out here is my example Kind Regards Brent Clark echo"$var"; I add this part after the jscripts ") opener=self;return false;" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] JScript

2004-04-22 Thread Brent Clark
Hi I know this is not a javascript mailing list and I do apologies. Does anyone know how display a javascript window, WITHOUT having to reload or refresh a page on which the link was clicked Below is a copied and pasted section of my code Please keep in mind that I am new to javascript Kind Rega