Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 118,923 PHP Programmers for FREE! Ask your question and get quick answers from experts. There are 1,960 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



filtering or searching

 
Reply to this topicStart new topic

filtering or searching

angel_star
post 9 Jan, 2008 - 04:30 AM
Post #1


New D.I.C Head

*
Joined: 2 Jan, 2008
Posts: 6

hi,
jI ust wanna seek some idea on how to do filtering /searching... i have this code

== <a href="#.html"> Search</a> ==
that when I click this, below will appear this....
=== <select name="search">
<option value="Department">Department</option>
<option value="Hard Disk Capacity">Hard Disk Capacity</option>
<option value="Operating System">Operating System</option>
<option value="Processor">Processor</option>
<option value="Serial Number">Serial Number</option>

===
now my problem is.. I do not know how to do that when I choose for example the Operating Systemanother select option will appear and will display the data about the search I made..anyone can help me please!!

thanks
User is offlineProfile CardPM

Go to the top of the page


mnn888
post 9 Jan, 2008 - 12:37 PM
Post #2


New D.I.C Head

*
Joined: 10 Dec, 2007
Posts: 18


My Contributions


<a onclick="ShowOptions();">Search</a>
<div id="divOptions">
<script type='text/javascript'>
function ShowOptions(){
document.getElementById('divOptions').innerHTML = '<select name="search">
<option value="Department">Department</option>
<option value="Hard Disk Capacity">Hard Disk Capacity</option>
<option value="Operating System">Operating System</option>
<option value="Processor">Processor</option>
<option value="Serial Number">Serial Number</option>'
}
</script>

This post has been edited by mnn888: 9 Jan, 2008 - 06:44 PM
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/13/08 05:04AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month