Revision 2931
Added by anderson almost 19 years ago
lib/style/common/branding.js | ||
---|---|---|
198 | 198 |
} else { |
199 | 199 |
|
200 | 200 |
document.write("<iframe src=\""+targetURL+"\" class=\""+cssClass+"\" " |
201 |
+" id=\"" + cssClass + "\"" |
|
202 |
+" name=\"" + cssClass + "\"" |
|
203 |
+ "\" marginwidth=\"0\" scrolling=\"no\" " |
|
201 | 204 |
+" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" " |
202 | 205 |
+" border=\"0\" frameborder=\"0\" framespacing=\"0\" " |
203 | 206 |
+" hspace=\"0\" vspace=\"0\">Your browser does not support" |
Also available in: Unified diff
added id and name attribs to the generated <iframes>