M
mikezx10
I am trying to be consistant in display but I wrote code using a
submit button where the rest of the site uses an anchor & href with an
image.
old code
<a href="#"
onclick="javascript:window.frames('Cnt').ValidateForm();"><img src="../
images/go.gif" border="0"></a>
new code
<input type="submit" value="Go" />
submit button where the rest of the site uses an anchor & href with an
image.
old code
<a href="#"
onclick="javascript:window.frames('Cnt').ValidateForm();"><img src="../
images/go.gif" border="0"></a>
new code
<input type="submit" value="Go" />