Couldn't you just replace the href with javascript:void(0) on links that you are manipulating? This allows the link to function as expected when a user doesn't have Javascript enabled and I think it should address your clients concern.
Brandon On 8/15/06, William Attwood <[EMAIL PROTECTED]> wrote:
The difference between <a> and <a href=""> is the first is an Anchor, while the second is a Link. If you want to link text but not have it be a 'link', try putting <span></span> around the text and have your style/actions in that tag, including the mouseover effect. --William -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Kimball Sent: Tuesday, August 15, 2006 9:36 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Completely off-topic, so flame me Sam wrote: > problem. A customer posted a complaint yesterday about how I'm coding > href's when an onclick event is used and the href should not be used. Stupid question: can you leave out the href entirely? Or does that break our good friend IE? Cheers, Ben -- Ben Kimball <mailto:[EMAIL PROTECTED]> Webmaster <phoneto:512.232.2195> Division of Continuing Education, UT Austin <walkto:SW7,203> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.10.10/419 - Release Date: 8/15/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.10.10/419 - Release Date: 8/15/2006 _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs