"javascript:void()" Problem

2005-09-10 Thread ojay78
  HI, What is with my a href wrong`? I tried several other solutions like _javascript_:void(0) or javscript:; but I get always a syntax error in the _javascript_ console. I tried it with firefox, IE and avant browser always the same failure   td class="button">   Thanks    

RE: "javascript:void()" Problem

2005-09-10 Thread Martin Gainty
ers Mailing List" To: Subject: "javascript:void()" Problem Date: Sat, 10 Sep 2005 10:16:14 +0200 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by mc3-f14.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 10 Sep 2005 01:16:16 -0700 Received: (qmail 9638 in

Re: "javascript:void()" Problem

2005-09-10 Thread Murray Collingwood
You have too many nested quotes. Take out the inner nested double quotes. Try: show Form Value Key Names I don't know if Struts will complain about this, I know it's not XML compliant but it might be the best you can do unless you write the url manually. Also, you can prove the problem is not t