![]() |
|
|
+ Search |
![]()
|
Aug 30th, 2004 23:31
Sunil M, Mattias Westberg,
You just need to give different actions before submitting the form.
function submitForm(){
document.formName.action="targeturl";
document.formName.submit();
}
You can write separate functions for each button or you can use ur own
logic to change the url. hope this will help anyone.