在我的应用程序中,我们在屏幕上显示了地址,当用户点击链接时我们有下拉链接,它应该在新标签中打开网站并使用地址进行搜索。
假设我说地址为“3301 s finely Rd,Chicago IL”,并链接为“www.zillow.com”如何将地址传递到此站点并加载页面?
答案 0 :(得分:1)
Resolved by creating the passing the parameters the way zillow accepts. This is the url generated when we search any property on the zillow site.
http://www.zillow.com/homes/{address}-{city}-{state}-{zip}_rb
and opened the using window.open()