Next url to show View with filter
Next url to show View with filter
Hi all,
I have a script, containing a :
input.SelectItem = (((("<span style='font-size: small;'><a style='white-space:nowrap;background:#3A5999;border:1px solid #4165C5;color:#ffffff' href=#Form:Reserveringsitem?ResID=") + otmpRes.ID) + "&zc_LoadIn=dialog&zc_NextUrl=#View:Reserveren?ResID=") + otmpRes.ID) + ">Reserveringsobject</a>";
which creates a href, working great.
Also, the nexturl works, but is doesn't the ResID.
In the browser, it shows :
http://creator.zoho.com/dnjs/hotel/#Form:Reserveringsitem?ResID=38685000001024261&zc_LoadIn=dialog&zc_NextUrl=#View:Reserveren?ResID=38685000001024261,
so all values are know.
But after clicking Submit, I get this page:
http://creator.zoho.com/dnjs/hotel/#View:Reserveren
without the ?ResID part.
What am I doing wrong?
Danny