如何在我的aspx页面中嵌入宽容作业搜索页面

时间:2013-10-23 21:25:53

标签: iframe

我想尝试在我的aspx页面中嵌入toleo求职页面。我想使用iframe。

我正在使用

http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39

如何做到

我试过

<iframe> http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39 </iframe>

1 个答案:

答案 0 :(得分:2)

你走了:

<iframe src="http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39"></iframe>

我还建议您访问W3Schools,以便了解有关HTML,ASP.NET等的更多信息。