Let us help you navigate the seas of the job market and sail into a new career.
//
//** Place an Access Counter on the Home Page
//
project.lock();
if (project.counter == null)
project.counter = 1;
else
project.counter = parseInt(project.counter) + 1;
write("You are visitor number " + project.counter + "
\n");
project.unlock();
What is WorkNet?
Manage WorkNet Accounts
For LiveWire Developers
 |
 |
Documentation for WorkNet |
ER Diagram for WorkNet |