Russell Keith-Magee wrote: > On 8/31/06, frank <[EMAIL PROTECTED]> wrote: > > > > > > This is clearly not the "Django way", but is there some way in which > > this might be accomplished? > > > Can you make the button an <input type="submit"> inside a <form > action="myurl" method="post">, where myurl is either: > > 1) the location you want the button to go to, or > 2) a URL that will redirect based on which button was pressed? > > Yours, > Russ Magee %-) > Wooo hooo!
Russell, you've hit it perfectly! My HTML ignorance really got me that time. Using the ACTION= form key works great! THANKS! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

