I want s.value to be flipped all in lowercase and then ucwords, but I donโt know how to do this since it is inside the form.
Basically I want to do something like this: ucwords (strtolower (s.value here));
This is the form:
<form role="search" method="get" id="searchform" action="http://chusmix.com/?s=" onsubmit="if (document.getElementById('s2').value.length > 5) window.location = action + '<php echo $city; ?>++++' + s.value; return false;" >
thanks
source share