2 things: enter doesn't work in IE & empty form
Posted on
16th Feb 2014 07:03 pm by
admin
i have this search form that works well except for 2 things.
1) on IE when i hit enter instead of the Submit button, i do not get any result. with firefox, no problem.
2) when i hit submit or enter without putting anything on the search form, it outputs All data from the database.
Did you know?Explore Trending and Topic pages for more stories like this.
any help to fix the issue?
Line number On/Off | Expand/Contract <script type="text/javascript" language="JavaScript">function countryempty(){ if ( document.form.country.value == '' ) { alert('No search was entered!') return false; }}</script> <?$country = $_POST["country"]; // if page is not submitted to itself echo the formif (!isset($_POST['submit'])) { ?> <form method="POST" action="<? echo $PHP_SELF; ?>" onSubmit="return countryempty();"> <p><b>SEARCH</b> a City or Country <input type="text" name="country" size="32"><p> <p>
<input type="submit" value="submit" name="submit"><input type="reset" value="Reset" name="B2"></p> </form> <? } else {?> <? $db_host = ''; $db_user = ''; $db_pass = ''; $db_name = '';$db_table = ''; $conn = mysql_connect($db_host,$db_user,$db_pass); mysql_select_db($db_name,$conn); // The database query follows
No comments posted yet
Your Answer:
Login to answer
219
20
Other forums
do while...woes
I'm sure this is childsplay but it is stumping me, everytime i try what I think would make this work
Login page problems
I developed a website a few months ago and I am now having an issue with logging into it. The place
Could Someone Please Debug This?
I was wondering if someone could debug this script for me. I realize it's not the tidest script (and
this code is not working????
it says this error.. Warning: Division by zero in ..
the variables are correct, so why is th
help with mysql_error()
Hi,
I am trying to insert data into a table, but I am not able to insert it. I wanted to see
PHP arrays into arrays need help
Hello
I am trying to highlight the days on my calendar based on the dates that i have in my datab
some query on multilingual website
Hi all,
Which is the simplest and easiest method to make a website multilingual,
is it put
php redirecting
i wont open a new thread but i have a question about redirecting....
i wonder why my code doesnt
Help Import Animoto and Youtube
CAn someone help me urgently want to allow users on my website to import youtube/revver/dailymotion
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ