![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Location: California
Posts: 3
Rep Power: 0
![]() |
i am a newbie,,how to use the onchange even in php
when i combine what used to be 3 pages into one, how do i use the onchange event in php or javascript and send it to the same page.
like from one array drop down list to another all in the same page Please show me examples because i am very new at this... thanx |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
moved to proper forum.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
I believe you want this:
<select ... onchange="form.submit();" /> |
|
|
|
|
|
#4 |
|
Programming Guru
![]() |
Ooble is right, and just so you know the event changes onAnything are javascript...
__________________
|
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Technically, they can be any form of client-side scripting language, but I don't think browsers support anything but JavaScript any more.
|
|
|
|
|
|
#6 |
|
Programming Guru
![]() ![]() ![]() |
I thought IE did away with Javascript stuff by default because of their run-in with Sun?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#7 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Well, since JavaScript was written by Netscape, I doubt it. I think you might be thinking of Java, which was written by Sun.
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Apr 2005
Location: California
Posts: 3
Rep Power: 0
![]() |
thx for the help !!!!
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|