".M." <[EMAIL PROTECTED]> writes: > Any suggestions on preferable way to get around this problem? Delicious > code for posting the current webpage is not well formed accordng to Kid > but looks ok to me... > > <a href="http://del.icio.us/post" > onclick="window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), > 'delicious','toolbar=no,width=700,height=400'); return false;"> Save > This Page</a>
It probably has to do with the unescaped '&'. Try using '&' instead. It should render as '&' and get passed OK to the browser. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

