the code found below is in a javascript file. what i am trying to do is to write a document to a page and submit it ( or to inplement a back ) .. for this i want to create a button .. when i wrote the following code nothing happend .. can your'll look in to this and let me know ..
i simply want to use a submit button here, where i can use the following code to implement a back.
can you do this ??
Code:
document.write ("</table> <INPUT type=\"submit\" name=\"mysubmit\" value=\"Click!\"></body></head></html>")
Code:
<A HREF="javascript:javascript:history.go(-1)">Click here to go back to previous page</A>
Comment