System Parameter

download System Parameter

If you can't read please download the document

description

system prameter

Transcript of System Parameter

# System parameter: base HTML file for use with Suns Java Plug-InbaseHTMLjpi=basejpi.htmAnd add below parametersjpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.htmljpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBAjpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06Now install J2RE version 1.4.2_06 from following URL,ExampleIf time is less than 20:00, create a "Good evening" greeting, if not, but time is less than 20:00, create a "Good day" greeting, otherwise a "Good evening":if (time < 20) { greeting = "Good evening";} else if (time < 20){ greeting = "Good today";} else{ greeting = "Good evening";} The result of greeting will be:Good day SET_ITEM_PROPERTY('BRET7. ITEM1', ENABLED, PROPERTY_TRUE); set_item_property('BRET7. ITEM1', UPDATE_ALLOWED, PROPERTY_TRUE); ELSE

set_item_property('BRET7. ITEM1', UPDATE_ALLOWED, PROPERTY_FALSE); SET_ITEM_PROPERTY('BRET7. ITEM1', ENABLED, PROPERTY_FALSE); END IF;