i'm doing the same thing but it works for me...
maybe u have conflicting data types...
eg boho might have data type int
and ur trying to search for a char?
Type: Posts; User: mini_minh; Keyword(s):
i'm doing the same thing but it works for me...
maybe u have conflicting data types...
eg boho might have data type int
and ur trying to search for a char?
XD thanx heaps guys
hiya was just wondering...
if i had a select list like...
<select name="list">
<option name="option1" value="1">option 1</option>
<option name="option2" value="2">option 2</option>
<option...
XD oks thanx
hey was wondring..if i had a form like..
<form id="form" method="post" action="this.asp">
when u submit it, it'll open "this.asp"
was wondering is it possible to direct the page to another...
thanx heaps dude
yea i already have the form tags and stuff
just needed the function code cause i wan't sure how to the the loop and yea
thax heaps!!
hey was just wondering...if i have like a set of checkboxes or something like...
<input type="checkbox" name="checkbox1"/>
<input type="checkbox" name="checkbox2"/>
<input type="checkbox"...
i've got a checkbox what i want it to do when it is checked is to add 10.00 to a text field and when it is unchecked it subtracts 10.00
what i've got so far is:
<script language="JavaScript"><!--...
sorry but another question on arrays...just say my array was:
var answer = new Array();
answer[0] = "yes";
answer[1] = "no";
answer[2] = "maybe";
answer[3] = "yes";
answer[4] = "yes";
...
thanx a lot ^^
if i have an array in an external js file such as:
var blah = new Array();
blah[0] = "sumthing";
blah[1] = "...";
blah[2] = "=D";
how would i create a document that displays the...