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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -