Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Page Load Timer

  1. #11
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    It would do nothing if JS was disabled

  2. #12
    Senior Member t34b4g5's Avatar
    Join Date
    Sep 2003
    Location
    Australia.
    Posts
    2,391

    Wink

    Quote Originally Posted by oofki
    It would do nothing if JS was disabled
    i was actually thinking the same thing. I just re looked over it, and was just about to make a post stating this.

  3. #13
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    Yep. JS is probably the worst way to generate the page render time, much better to do it in php...

  4. #14
    Senior Member frpeter's Avatar
    Join Date
    Dec 2004
    Posts
    131
    Quote Originally Posted by oofki View Post
    Yep. JS is probably the worst way to generate the page render time, much better to do it in php...
    Not every server has php, where as JavaScript is more available.

    ---

    The Matthias Chronicles

  5. #15
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    using JS is just not a good practice for many things, you should never rely on client-side data.

  6. #16
    Senior Member frpeter's Avatar
    Join Date
    Dec 2004
    Posts
    131
    Quote Originally Posted by oofki View Post
    using JS is just not a good practice for many things, you should never rely on client-side data.
    Very true, however, there are a lot of servers that don't allow server side functions. Blogger is a good example for which my script will work just fine.

Similar Threads

  1. Customizing Back|Track....Need Some Help
    By earthrocker in forum Newbie Security Questions
    Replies: 7
    Last Post: August 5th, 2006, 03:43 PM
  2. Secure Spreadsheets
    By IcSilk in forum Newbie Security Questions
    Replies: 7
    Last Post: July 5th, 2004, 08:23 PM
  3. Tcp/ip
    By gore in forum Newbie Security Questions
    Replies: 11
    Last Post: December 29th, 2003, 08:01 AM
  4. Create a web page with VB
    By \/IP3R in forum Other Tutorials Forum
    Replies: 10
    Last Post: March 18th, 2003, 07:54 AM
  5. The Worlds Longest Thread!
    By Noble Hamlet in forum AntiOnline's General Chit Chat
    Replies: 1100
    Last Post: March 17th, 2002, 09:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •