Confirmed users, Bureaucrats and Sysops emeriti
419
edits
(→Types) |
|||
Line 59: | Line 59: | ||
<i>document.appendChild(new Button(string, text))</i> | <i>document.appendChild(new Button(string, text))</i> | ||
| < 'iframe' 'src' '=' string /> | | < 'iframe' 'src' '=' string /> | ||
<i>document.appendChild( | <i>let frame:IFrame = new IFrame(string) | ||
document.appendChild(frame) | |||
frame.load(string)</i> | |||
| < 'script' > text </ 'script' > | | < 'script' > text </ 'script' > | ||
<i>document.appendChild(new Script(text)) | <i>document.appendChild(new Script(text)) |