Search bar clicking

Hello fellas,
First I’d like to add i’m not even qualified as a beginner with php yet and I’m in trouble with this one who a friend created for me;

Basically it is an advanced search button which opens a search bar;
http://prntscr.com/b4g2dq <- image of the advanced search

Now, none of the buttons within the advanced search is working, add, delete, search etc…
I was wondering if anyone here have got a clue what might be wrong, i’ll be providing some of the code below. And if you have anymore questions or need more info, let me know.

[code] Advanced Search


Between


And


Type


IP


Message Contains



















Chat
Command
Private Message







		<div class="searchright">
			<div class="searchelement">
				<p>Players</p>
				<input class="button noselect" id="addplayer" unselectable="on" onmousedown='return false;' onselectstart='return false;' value="Add">
				<input class="button noselect" id="delplayer" unselectable="on" onmousedown='return false;' onselectstart='return false;' value="Delete">
				<br>
				<input type="text" id="newplayer" size="20" value="">
			</div>
			<div class="searchelement">
				<select class="playersearch" id="playerlist" size="11" multiple></select>
			</div>
		</div>
		<div class="clear center buttonpanel">
			<input class="button" id="searchbutton" type="button" value="Search">
			<input class="button" onclick="location.href='index.php'" type="button" value="Reset">
		</div>
	</form>
</fieldset>[/code]

Thanks.

It does not seem to be calling the javascript function, anyone?

Sponsor our Newsletter | Privacy Policy | Terms of Service