Recent content by myfcr

  1. M

    Java Solving Multiple Onload Issues with JavaScript

    Just use toload_a('Script name'); to add functions in toload_e(). toload_e() will start on the page load. <html> <head> <script language="javascript"> function duytr(){ alert("func1"); } function treda(){ alert("func2"); } function fregt(){ alert("func3"); } toloadfunc=new...