Thanks, but it does'nt seem to be working.
Here is the exact code i'm adding, not sure if I got it completly right but when the mouse hovers over the text it does turn to a pointer but clicking on it does'nt so anything.
<td><span style="cursor  ointer;" onClick="forms.form1.submit()">Submit Form</span></td>
The original code I had is below, the submit button as you would usually expect and this seems to work fine but the client would rather have text saying 'log in' than the standard button DWMX provides you with.
<input type="submit" name="Submit" value="Submit">
|