They were orginally type=button but i changed it thinking that was the issue but neither worked. I just now changed it simple submit. Nothing fancy at all just a submit button that does nothing and it just sits on the page. You can see it but it will not respond to users at all.
A. 
----- Original Message -----
Sent: Wednesday, December 04, 2002 4:17 PM
Subject: RE: [KCFusion] a design question (off topic)

don't use type="submit" for onclick actions. I think ns is probably the reason I've made this rule but who knows. try either making it a type="button" or using the onsubmit of the form instead of the onclick of the submit. you shouldn't have any problems with either of those.
-----Original Message-----
From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 04, 2002 4:13 PM
To: [EMAIL PROTECTED]
Subject: [KCFusion] a design question (off topic)

I've hit an odd issue. I have a simple submit button that calls a js function when clicked. The problem is it does not work in Netscape6 (go figure). The buttons don't even respond to mouse clicks or anything its all very odd. This is not normally part of my job (graphics, yik)  and I know some of you do this full time. The tag looks like this:
<input type="Submit" name="email" value="Go" >
Anybody see anything glaringly wrong with it?
A.

Reply via email to