Search found 11 matches
- Tue Jan 23, 2007 12:34 pm
- Forum: Javascript
- Topic: How to check which image/link is clicked?
- Replies: 5
- Views: 1151
- Tue Jan 23, 2007 4:13 am
- Forum: Javascript
- Topic: How to check which image/link is clicked?
- Replies: 5
- Views: 1151
How to check which image/link is clicked?
I got 7 links and 7 images. I need a function that would check which image is clicked and change it to another. Could someone help me the easiest way to do this??
Thx for the help...
Thx for the help...
- Fri Jan 13, 2006 9:56 pm
- Forum: PHP - Code
- Topic: Another DropList problem
- Replies: 4
- Views: 762
- Thu Jan 12, 2006 11:08 am
- Forum: PHP - Code
- Topic: Another DropList problem
- Replies: 4
- Views: 762
- Thu Jan 12, 2006 9:55 am
- Forum: PHP - Code
- Topic: Another DropList problem
- Replies: 4
- Views: 762
Another DropList problem
I need the following information from the database(2 tables, question and category). Other table includes CategoryId and CategoryText. $query = ("select Id, Answer, Type, QuestionText, Points, CategoryText FROM question, category where question.CategoryId=category.CategoryId and question.Id='$q...
- Wed Dec 28, 2005 11:47 am
- Forum: PHP - Code
- Topic: DropList problem
- Replies: 3
- Views: 235
- Wed Dec 28, 2005 10:34 am
- Forum: PHP - Code
- Topic: DropList problem
- Replies: 3
- Views: 235
DropList problem
Could semeone help me? I'm using PHP with MySql. I got a DropList where's 4 options. If i choose one of the 3 first options the value should go to the database. If i choose option 4 i need 2 write something 2 the textarea and the text should go 2 the database. So if u have written somethin' 2 the te...
- Fri Dec 23, 2005 4:00 am
- Forum: PHP - Code
- Topic: 2 dimension array and listbox
- Replies: 6
- Views: 563
- Thu Dec 22, 2005 3:23 am
- Forum: PHP - Code
- Topic: 2 dimension array and listbox
- Replies: 6
- Views: 563
- Wed Dec 21, 2005 2:31 pm
- Forum: PHP - Code
- Topic: 2 dimension array and listbox
- Replies: 6
- Views: 563
- Wed Dec 21, 2005 11:21 am
- Forum: PHP - Code
- Topic: 2 dimension array and listbox
- Replies: 6
- Views: 563
2 dimension array and listbox
Jcart | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] My broblem is that i need 2 select 2 values from the table(Id, Category). How 2 put these 2 dimension array and then show these in ...