--- nfo/php/libs/com.newsblob.phphtmllib/tag_utils/form_utils.inc 2003/02/22 21:08:05 1.2 +++ nfo/php/libs/com.newsblob.phphtmllib/tag_utils/form_utils.inc 2003/09/20 00:15:57 1.3 @@ -4,7 +4,7 @@ * This file contains various helper functions * for building forms and form elements. * - * $Id: form_utils.inc,v 1.2 2003/02/22 21:08:05 jonen Exp $ + * $Id: form_utils.inc,v 1.3 2003/09/20 00:15:57 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -255,7 +255,7 @@ } $attr["class"] ="form_link"; - $attr["href"] = "#"; + $attr["href"] = "javascript:void(0)"; $js = "javascript: function check(item){item.click();} check(".$name.".item($i));"; $attr["onclick"] = $js; @@ -356,7 +356,7 @@ $js_action .= $onClick; } - $attributes = array("href"=>"#", + $attributes = array("href"=>"javascript:void(0)", "onClick"=>$js_action );