输入表单,输出到iframe URL

时间:2016-06-29 16:14:21

标签: javascript jquery html iframe

我正在尝试进行地图搜索,其中用户输入他们想要的位置并显示在下面的iframe中,因此用户会查找伦敦,并且该网址会带回google.com/maps&location=london。到目前为止,我无法让输出部分工作;

我觉得我很近,只是可以解决如何将位置移动到iFrame

  Buffer : A

1 个答案:

答案 0 :(得分:1)

所以你只需要能够将位置传递给src?

使用MyService wcf = new MyService(url, qName); IMyService a = wcf.getBasicHttpBinding(); Client cxfClient = ClientProxy.getClient(a); CdataInterceptor myInterceptor = new CdataInterceptor(); cxfClient.getInInterceptors().add(myInterceptor); cxfClient.getOutInterceptors().add(myInterceptor);

此外,您的$('#selector').attr('src', value);声明使用了错误的选择器来获取值。

var

最后一件事,我相信网址是错误的,它应该是 https://www.google.com/maps/place/locationvariable