Home > Archive > PHP SQL > August 2004 > Re: Frames and Shopping Cart
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Frames and Shopping Cart
|
|
| Mike Parks 2004-08-30, 3:57 pm |
| You may run into problems with session or cookies between the pages in the
frameset. I haven't tried frames using PHP but I have run into problems
with
session and cookies with ASP code.
las69lenguas wrote:
> Is it advisable to build a shopping cart with frames?
> I don't think its a good idea, but then this client is asking me to
> build
> it.
> He wants to have a framed web site, with two frames, a Navigation Bar
> and
> the Content Page. The shopping cart is supposed to be on the content
> page.
> With a button on the navigation bar that would call the check out
> section,
> to be loaded on the Content side of the site.
> I think that if I do that, I'm gonna get duplicate items...
> But maybe there are other things to consider...
##-----------------------------------------------##
Article posted from PHP Freaks NewsGroups
http://www.phpfreaks.com/newsgroups
Get Addicted: alt.comp.lang.php,alt.php,alt.php.sql,comp.lang.php,mailing.www.php-dev,mailing.www.php-user,php.general,php.notes
##-----------------------------------------------##
| |
| Roderik 2004-08-31, 8:56 pm |
| Mike Parks wrote:
> You may run into problems with session or cookies between the pages in the
> frameset. I haven't tried frames using PHP but I have run into problems
> with
> session and cookies with ASP code.
>
>
> las69lenguas wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ##-----------------------------------------------##
> Article posted from PHP Freaks NewsGroups
> http://www.phpfreaks.com/newsgroups
> Get Addicted: alt.comp.lang.php,alt.php,alt.php.sql,comp.lang.php,mailing.www.php-dev,mailing.www.php-user,php.general,php.notes
> ##-----------------------------------------------##
You can do this with frames, the things you say are possible. But you
can get the same functionality the customer asks for using layers and
some css. That way you can keep everything in one file.
--
http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica
|
|
|
|
|