Question
passing a value to URL
Hi,
I have to just pass a value[entryid] to a URL. I have tried this without any use. It is just copying the variable rather than its value.
window.location="manage.cfm?action=delete&entryid=entry";
If I <cfoutput> #entryid#</cfoutput>, before the above statement, i am getting the value of entryid as a number[correct]. How do I pass the value to the URL?
Please help.
Thanks,
Vijayvijay77.
