Revision 1937
Added by brooke almost 21 years ago
lib/style/common/branding.js | ||
---|---|---|
186 | 186 |
} else { |
187 | 187 |
|
188 | 188 |
document.write("<iframe src=\""+targetURL+"\" class=\""+cssClass+"\" " |
189 |
+" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\">" |
|
190 |
+" border=\"0\" frameborder=\"0\" framespacing=\"0\">" |
|
191 |
+" hspace=\"0\" vspace=\"0\" </iframe>"); |
|
189 |
+" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" " |
|
190 |
+" border=\"0\" frameborder=\"0\" framespacing=\"0\" " |
|
191 |
+" hspace=\"0\" vspace=\"0\">Your browser does not support" |
|
192 |
+" the iframe tag. <a href=\""+targetURL+"\" " |
|
193 |
+"target=\"_blank\">This content</a>" |
|
194 |
+" should have been displayed at this location</iframe>"); |
|
192 | 195 |
} |
193 | 196 |
} |
194 | 197 |
|
Also available in: Unified diff
fixed iframe tag- had multiple closings. Also added text for browsers that can't display iframes