securityCheck(client.valid, client.usertype, "admin", "../login.htm?type=admin"); if(!dbCheck()) { redirect("../error.htm?error=dbfail"); } cursor = database.cursor("select * from advertiser where advid='" + request.advid + "'"); cursor.next(); // Initialize the cursor. bodystr = dynBody("settings.cfg");
Advertiser Administration
Modify acccount information as needed and submit the changes.
Advertiser Information:
Advertiser Name:
Address 1:
Address 2:
City:
State:
if (cursor.state == null) tempStr = ""; else tempStr = cursor.state; stateList("state", "1", false, "", tempStr); // see dynhtml.js
Zip:
Country:
if (cursor.country == null) tempStr = ""; else tempStr = cursor.country; countryList("country", "1", false, "", tempStr);
E-Mail:
Phone:
Fax:
Advertisement Information:
Adv URL:
GIF URL:
Adv Text:
Contact Information:
Contact Name:
Phone:
Fax:
E-Mail:
cursor.close();
Return to the
Administration Home Page
.
Return to the
WorkNet Home Page
.