Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-10 Thread mihaifrisan
> var addme = value +":1%"; > } > > theURL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; > winName="order3"; > f

Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-10 Thread mihaifrisan
> var addme = value +":1%"; > } > > theURL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; > winName="order3"; > f

Re: [PHP-DB] Page refresh question

2005-06-09 Thread mihaifrisan
> var addme = value +":1%"; > } > > theURL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; > winName="order3"; > f

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-09 Thread sbruno
You may also open a sized new window where the update takes place and the user has a confirmation and a close button. Stéphane On Thu, 2005-06-09 at 04:32, Bobo Wieland wrote: > ...or if everything else fail, do it the ugly-hack style and us a > frameset with an 1 px wide frame where you update

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-09 Thread mihaifrisan
> var addme = value +":1%"; > } > > theURL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; > winName="order3"; > f

Re: [PHP-DB] Page refresh question

2005-06-09 Thread Stéphane Bruno
You may also open a sized new window where the update takes place and the user has a confirmation and a close button. Stéphane On Thu, 2005-06-09 at 04:32, Bobo Wieland wrote: > ...or if everything else fail, do it the ugly-hack style and us a > frameset with an 1 px wide frame where you update

Re: [PHP-DB] Page refresh question. .

2005-06-09 Thread Martin Norland
Chris Payne wrote: I'm using PHP and MySQL in a shopping cart system but the client wants it so that when you add an item to the cart the page doesn't refresh and we all know with PHP the page MUST refresh in order to execute the MySQL query. Is it possible, maybe with javascript? That I can ta

RE: [PHP-DB] Page refresh question

2005-06-09 Thread Bastien Koert
use a hidden frame to do the submission bastien From: "Chris Payne" <[EMAIL PROTECTED]> To: Subject: [PHP-DB] Page refresh question Date: Thu, 9 Jun 2005 00:33:12 -0400 Hi there everyone, I'm using PHP and MySQL in a shopping cart system but the client wants it so

Re: [PHP-DB] Page refresh question

2005-06-09 Thread Bobo Wieland
...or if everything else fail, do it the ugly-hack style and us a frameset with an 1 px wide frame where you update the db... just target the update to the "invisible" frame and only that gets updated... _bobo www.bitbob.biz Chris Payne wrote: Hi there everyone, I'm using PHP and MySQL in

Re: [PHP-DB] Page refresh question

2005-06-09 Thread Mihai Frisan
RL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; chil

Re: [PHP-DB] Page refresh question

2005-06-08 Thread Han
r3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> vspace="3" border="0" onClick="javascript:SetCookie('555435,£3,image1');">">Hope this helps. Han.

[PHP-DB] Page refresh question

2005-06-08 Thread Chris Payne
Hi there everyone, I'm using PHP and MySQL in a shopping cart system but the client wants it so that when you add an item to the cart the page doesn't refresh and we all know with PHP the page MUST refresh in order to execute the MySQL query. Is it possible, maybe with javascript? That I can t