[thelist] Option Value change

Ken Schaefer ken at adOpenStatic.com
Sat Jun 5 05:44:13 CDT 2004


You can do what you want using the DOM and javascript. But how are you doing
to tell the javascript what the new values are? That is what Tim is trying
to say.

If the values are stored in a database *on the server*, then you will need
some server-side technology to get access to these values. Javascript is
client-side - it runs in the client browser, and short of using
remote-scripting, you can't get access to information stored on the server.

Cheers
Ken

----- Original Message ----- 
From: "7 sinz" <btcode at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Saturday, June 05, 2004 7:34 PM
Subject: Re: [thelist] Option Value change


:
: i just want to change the option value nothing more nothing less.
:
: Why do i need PHP or similar to do that? is it becaue Javascript cant do
it?
:
: And if i do need php to do it, how would you go about it>?
:
: -Steven
:
: >From: apathetic <timbooker at gmail.com>
: >Reply-To: "thelist at lists.evolt.org" <thelist at lists.evolt.org>
: >To: "thelist at lists.evolt.org" <thelist at lists.evolt.org>
: >Subject: Re: [thelist] Option Value change
: >Date: Sat, 5 Jun 2004 09:32:15 +0100
: >
: >I think so far you haven't really asked the right question.  You have
: >data which changes everyday, and you need to get it onto your web page
: >automatically.  Where is the data stored?
: >
: >It sounds like yoiu just need a bit of PHP or similar to generate the
: >avascript data file for you.
: >
: >Tim
: >
: >--



More information about the thelist mailing list