我想通过单击链接在 ifrmae 中打开一个 url。我正在使用以下代码。
//Prototype Js code
Event.observe(window,'load',function(){
$('button').observe('click', function() {
$('login-slide').update('<iframe src="domian" />');
$('test').remove();
);
但我只想展示 IFRAME 的一部分。我知道,通过删除功能,我可以删除内容。但它在 iframe 中不起作用。请指导我该怎么做?