Custom Trigger View Recordset Data

For PHP:$_SESSION[‘kt_login_id’] = $tNG->getPrimaryKeyValue(); $_SESSION[‘kt_login_user’] = $tNG->getColumnValue(‘name_usr’); For ASPVBScript:Session(“kt_login_id”) = tNG.getPrimaryKey Session(“kt_login_user”) = tNG.getColumnValue(“name_usr”) SET Trigger_Custom  = Nothing For ColdFusion:SESSION.kt_login_id = tNG.getPrimaryKeyValue(); SESSION.kt_login_user = tNG.getColumnValue (“name_usr”);

Zoom in on a Web page

Zoom in on a Web page With Microsoft Internet Explorer 7 you can make Web pages easier to read by magnifying the page (zooming in). If you zoom in, everything on the Web page will be magnified (including text, images, and controls). Zooming will change the magnification of the Web site, regardless of the Web …