Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So if Mozilla had offered to monetize by asking $299 to use the <blink> and <marquee> tags that would turn you off the rest of the browser? Or do you think you could make text blink another way?

Here's how you replace the URL without a page refresh:

  function processAjaxData(response, urlPath){
      document.getElementById("content").innerHTML = response.html;
      document.title = response.pageTitle;
       window.history.pushState({"html":response.html,"pageTitle":response.pageTitle},"", urlPath);
  }
Similar snippets for the other few and you have successfully avoided helping fund the framework!


> So if Mozilla had offered to monetize by asking $299 to use the <blink> and <marquee> tags that would turn you off the rest of the browser?

I hadn’t thought about it, but yes. I say this as someone who paid for Netscape Navigator.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: