[PHP] Java Script

2006-09-27 Thread Jo�o C�ndido de Souza Neto
Hi everyone. Excuse me by this off topic. Someone here know any list abaout javascript using nntp protocol? Thanks a lot. -- João Cândido de Souza Neto Curitiba Online [EMAIL PROTECTED] (41) 3324-2294 (41) 9985-6894 http://www.curitibaonline.com.br -- PHP General Mailing List (http://www.

Re: [PHP] Java Script or PHP

2004-07-29 Thread Skippy
Quoting Curt Zirzow <[EMAIL PROTECTED]>: > > What is the "correct" way to open the page from the print link to a new > > page? > > @media print { > .css { > its: all here; > } > } Yeah, but sometimes you want the print version to be more nifty, like have all the pages in an article instea

RE: [PHP] Java Script or PHP

2004-07-28 Thread Karl-Heinz Schulz
Thank you for your help. -Original Message- From: zareef ahmed [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 11:25 PM To: Karl-Heinz Schulz Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Java Script or PHP --- Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: > Zareef, >

Re: [PHP] Java Script or PHP

2004-07-28 Thread Curt Zirzow
* Thus wrote Karl-Heinz Schulz: > I have a database generated page and I want to show a "Print Version" in a > new window when somebody selects the print option. > > http://www.test.com/docs/view_record.php?id=1 > > http://www.test.com/docs/print_record.php?id=1 > > What is the "correct" way to

RE: [PHP] Java Script or PHP

2004-07-28 Thread zareef ahmed
reef ahmed [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 11:03 PM > To: Karl-Heinz Schulz; [EMAIL PROTECTED] > Subject: Re: [PHP] Java Script or PHP > > > --- Karl-Heinz Schulz <[EMAIL PROTECTED]> > wrote: > > > I have a database generated page and

RE: [PHP] Java Script or PHP

2004-07-28 Thread Karl-Heinz Schulz
11:03 PM To: Karl-Heinz Schulz; [EMAIL PROTECTED] Subject: Re: [PHP] Java Script or PHP --- Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: > I have a database generated page and I want to show > a "Print Version" in a > new window when somebody selects the print option.

Re: [PHP] Java Script or PHP

2004-07-28 Thread zareef ahmed
--- Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: > I have a database generated page and I want to show > a "Print Version" in a > new window when somebody selects the print option. > > http://www.test.com/docs/view_record.php?id=1 > > http://www.test.com/docs/print_record.php?id=1 > > What is

[PHP] Java Script or PHP

2004-07-28 Thread Karl-Heinz Schulz
I have a database generated page and I want to show a "Print Version" in a new window when somebody selects the print option. http://www.test.com/docs/view_record.php?id=1 http://www.test.com/docs/print_record.php?id=1 What is the "correct" way to open the page from the print link to a new page?

[PHP] Java script prompt - help

2004-03-23 Thread Brent Clark
Hi all I know this is not a Javascript mailling list, and I do apologies. I someone could please help me a url or an email, this would be most appreciated. I would like to have a yes \ no prompt displayed and depending on which button is pressed take the right course of action. Kind Regards

Re: [PHP] java script & session?

2002-09-24 Thread Jeff Bluemel
parsed as PHP > on your server? Do you lose the session in your .phtml page after you > call the given javascript? What is your question? > > ---John Holmes... > > > -Original Message- > > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] > > Sent: W

RE: [PHP] java script & session?

2002-09-24 Thread John Holmes
olmes... > -Original Message- > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 12:50 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] java script & session? > > what do you think the SESSIONS are??? possibly php session info ? ;) > >

Re: [PHP] java script & session?

2002-09-24 Thread Jeff Bluemel
??? > > > -Original Message- > > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, September 25, 2002 12:34 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP] java script & session? > > > > I want drop down menu's in my s

RE: [PHP] java script & session?

2002-09-24 Thread John Holmes
And there is any reference to PHP in your question where > -Original Message- > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 12:34 AM > To: [EMAIL PROTECTED] > Subject: [PHP] java script & session? > > I want dro

[PHP] java script & session?

2002-09-24 Thread Jeff Bluemel
I want drop down menu's in my setup that I am creating. however, when the java script opens the links then the session information is not passed. here's how the stuff is used in my .phtml files. addMainItem("home.phtml","Home",120,"center",""); -- Thanks, Jeff Bluemel -- PHP Gen

Re: [PHP] php java script

2001-09-14 Thread Sheridan Saint-Michel
cho's each element into a JavaScript Array Statement Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 10:07 A

[PHP] php java script

2001-09-14 Thread AJDIN BRANDIC
Hi I am doing a scroll bar with javascript and info pulled from MySQL. So I execute query and create an array with php called messages. Then when my page is loaded I guess this array should be available to JavaScript under the same name except the $. Am I right here or not? The java script err