At 16:25 17-02-2001 +0200, Siim Einfeldt aka Itpunk wrote:
>Hi everybody,
>
>I want to implement ordering something on a website without refreshing the
>page.
That is generally done using JavaScript. But be advised that not everyone
has JavaScript turned on by default: I often have it turned off because
so many sites abuse it for annoying popup windows.
So, if you go with JavaScript, make sure you also have a noscript
version which uses the traditional way of loading a new page.
Of course, JavaScript runs inside user's browser, so it cannot read
your database. You will need to import all relevant information from
your database to the JavaScript before you create the page. And you
can only save the results back into your database after the user submits
the form back to you.
Adam
---
Whiz Kid Technomagic - brand name computers for less.
See http://www.whizkidtech.net/pcwarehouse/ for details.
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php