Faves for this Web page

  • derek - Dec 07 2005 | e4x, javascript, mozilla, firefox

    S5 presentation on E4X (partially implemented in Gecko 1.8/Firefox 1.5), which lets you do the following insanity:

    var html = <html/>;
    html.head.title = "My Page Title";
    html.body.@bgcolor = "#e4e4e4";
    html.body.form.@name = "myform";
    html.body.form.@action = "someurl.jss";
    html.body.form.@method = "post";
    html.body.form.@onclick = "return somejs();";
    html.body.form.input[0] = "";
    html.body.form.input[0].@name = "test";

  • S5 presentation on E4X (partially implemented in Gecko 1.8/Firefox 1.5), which lets you do the following insanity:var html = ;html.head.title = "My Page Title";html.body.@bgcolor = "#e4e4e4";html.body.form.@name = "myform";html.body.form.@act

Add a Fave for this Web page

What happens when I press Publish?
Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
Why do you ask for my email address?
We use your email address to create an account, so you can easily find your Fave again at a later time.
Rate It

Separate each email address with a comma.
WE DO NOT SPAM | Please read our privacy policy.

Related Content from Around Faves

mozilla

VIEW ALL

firefox

VIEW ALL