close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Select onchange

Thread began 2/24/2022 5:49 am by birdscreen398247 | Last modified 2/25/2022 7:30 am by Ray Borduin | 131 views | 1 replies |

birdscreen398247

Select onchange

I have a SELECT field on a form that uses a query for the list.

It uses onchange to trigger.

However, if the user clicks on the first item on the list, nothing happens. It only works if the user clicks on any item other than the first.

<select name="CountyName" id="CountyName" onchange="this.form.submit()" >
<?php
while(!$rsCounty->atEnd()) { //dyn select
?>
<option value="<?php echo($rsCounty->getColumnVal("CountyName")); ?>"<?php if (!(strcmp($rsCounty->getColumnVal("CountyName"), ((isset($_GET["select"]))?$_GET["select"]:"")))) {echo "selected=\"selected\"";} ?>><?php echo($rsCounty->getColumnVal("CountyName")); ?></option>
<?php
$rsCounty->moveNext();
} //dyn select
$rsCounty->moveFirst();
?>
</select>

How can I get it to trigger on the first item as well as any other? I tried onclick, but that ONLY selected the first item.

Sign in to reply to this post

Ray BorduinWebAssist

Add a top option to the list like:

<option value="">SELECT ONE</option>

Then the first option of the list shouldn't submit the form.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...