<% string http = ""; http += "http://www.lynx.cz/eshop"; http += "/fromweb.aspx?x=1"; http += "&shop_rate=10"; http += "&shop_url=" + Server.UrlEncode("http://www.pclynx.cz"); http += "&shop_url_ok=" + Server.UrlEncode("http://www.pclynx.cz/lynxOK.apx"); http += "&shop_title=" + "Počítače LYNX od JPC s.r.o."; http += "&shop_cli_id=" + Session("cli_id"); http += "&shop_cli_name=" + Server.UrlEncode(Session("cli_name")); Response.Redirect(http); %>