c# - How to pass search criteria from one site to another site and load -


in application have address displayed on screen, have dropdown links when user clicks on link should open site in new tab , search address.

lets have address "3301 s finely rd, chicago il" , link "www.zillow.com" how pass address site , load page?

resolved creating passing parameters way zillow accepts. url generated when search property on zillow site.

http://www.zillow.com/homes/{address}-{city}-{state}-{zip}_rb 

and opened using window.open()


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -