// Dynamically generate the body string according to the attributes in the // configuration file specified as the argument of dynBody() bodystr = dynBody("settings.cfg"); if(!dbCheck()) { redirect("../error.htm?error=dbfail"); } cursor = database.cursor("select * from advertiser where active = 'Y'");

WorkNet Advertiser Account List

Click on an advertiser to modify its profile.

while(cursor.next()) { } cursor.close();
Advertiser Name
write("" + cursor.advname + "");

Return to the Administration Home Page.

Return to the WorkNet Home Page.