|
עמוד:138
אתחל את מונה המבקרים באתר < body dir = "rtl" > head > < title > Site Counter title > < head id = "Head 1 " runat = "server" > < html > // application . setAttribute ( "siteCounter" , 0 ); if ( application . getAttribute ( "siteCounter" ) == null ) < % אם עדיין לא הוגדר משתמש if ( session . getAttribute ( "user" ) == null ) // הגדר את המשתמש כ " משתמש לא קיים % > session . setAttribute ( "user" , "none" ); // " h 3 > < div > המונה אותחל a > < h 3 > לאתר div > < a href = "siteCounterShow 1 . jsp" > > html > body head > < title > show Site Counter title > < meta http-equiv = "Content-Type" content = "text / html ; charset = UTF-8 " > < head > < html > Integer siteCounter = ( Integer ) application . getAttribute ( "siteCounter" ); { if ( session . getAttribute ( "user" ) ! = null && session . getAttribute ( "user" ) == "none" ) < % < body > עדכון מונה המבקרים siteCounter = 1 + siteCounter ; //
|
|