oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

bug with form submitting with target='_self' #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in iui.js
in the addEventListener("click", function(event)
the statement: if (form.target == "_self") should be if (link.target == "_self")

Original issue reported on code.google.com by jad.hon...@gmail.com on 30 Dec 2009 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 16 Jul 2010 at 5:48

GoogleCodeExporter commented 9 years ago
Rather than change the iui.js code you should just put the target="_self" on 
the form tag.

Original comment by msgilli...@gmail.com on 22 Mar 2012 at 6:22