On Sat, Feb 21, 2009 at 8:32 AM, Dan O'Keefe wrote: > On Fri, Feb 20, 2009 at 2:02 PM, Dan O'Keefe wrote: ... > Very bazaar. The issue causing the 2 threads to kick off was the following: > onclick="location.href='index.cfm?event=Report.SetupStep3&firstID=1381&secondID=156';" > > This is part of a multi step process with back and forward buttons. If I > change this to a straight href link, it only kicks off one thread and my > problem goes away. > So I am going to re-work that but would be interesting to know why the > location.href had that effect.
Do you have that onclick in a link? If you don't add "return false;", and you have an href attribute with a value other than "#", that could be it. -- Wise men make more opportunities than they find. Francis Bacon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
