Project

General

Profile

« Previous | Next » 

Revision 1937

Added by brooke over 20 years ago

fixed iframe tag- had multiple closings. Also added text for browsers that can't display iframes

View differences:

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