Chat LIVE With Programming Experts! There Are 23 Online Right Now...

Welcome to Dream.In.Code
Become a PHP Expert!

Join 244,257 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,294 people online right now. Registration is fast and FREE... Join Now!




filtering or searching

 
Reply to this topicStart new topic

filtering or searching

angel_star
9 Jan, 2008 - 03: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
+Quote Post


mnn888
RE: Filtering Or Searching
9 Jan, 2008 - 11:37 AM
Post #2

New D.I.C Head
*

Joined: 10 Dec, 2007
Posts: 18



Thanked: 2 times
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 - 05:44 PM
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 7/4/09 11:05AM

Live PHP Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month