hi , im sorry this isnt really a php question , but for the web developer anyways and this is the place i get answers so here i go
ive seemed to have misplaced my little javascript handbook ,
at the momment im doing a send script that will send data to a different page , also using some xml so i dont have a refresh anyways
i have forgotten how to do the following
such as
function dothis(message)
<form onsubmit=dothis(variable)>
<input type="text" name="variable" value="">
<input type="submit" name="submit" value="submit">
</form>
shed some light ?