我想尝试在我的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>
答案 0 :(得分:2)
你走了:
<iframe src="http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39"></iframe>
我还建议您访问W3Schools,以便了解有关HTML,ASP.NET等的更多信息。