[thelist] NS 4.05 Page Reloading b/c of Form's

miinx lists at miinx.com.au
Tue Oct 8 19:25:00 CDT 2002


Brian W. Reaves wrote:
> http://www.beachrentalvacations.com/temp/index2.php
>
> Using NS 4.05 on WIN2K, this page loads and reloads unless I remove one of
> the forms. Can you only have one form on a page for NS 4.05? I am using
> different names for each form.

ns4.x will hang unless you stick "return true" at the end of any event
handlers

e.g. you've got onClick="(searchForm.city.value='')" - change this to:
onClick="(searchForm.city.value=''); return true;"

don't forget the body.onresize event too

hth
karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au





More information about the thelist mailing list