Hi,

In a window.opener.location("here comes the link") in javascript, I
framed links in both formats:

"/vs/create_association_cd?vs_id="+${str(vs_id)}+"&para_vs="+$
{str(para_vs)}+"&disk_id="+disk_id;
or
"/vs/create_association_cd?
vs_id=vs_id&para_vs=para_vs&disk_id="+disk_id;

It does work for me in firefox but not in ie

vs_id = 1
para_vs = 0
disk_id = 0

output:
------------------------------------------------------
{'vs_id': u'1\xb6_vs=0', 'disk_id': u'20'}

as per the output the vs_id and para_vs variables are joined and
disk_id is obtained correctly
any solution????

thanks,
vimal
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to