Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q775 How can I refresh the current page when the value of a select form field changes?

irt.org | Knowledge Base | JavaScript | Redirect | Q775 [ previous next ]

Q775 How can I refresh the current page when the value of a select form field changes?

You could try using the trick of using the history objects go() method to go to the current history location:

<FORM>
<SELECT onChange="history.go(0)">
<OPTION VALUE="abc">text 123
<OPTION VALUE="def">text 456
</SELECT>
</FORM>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.