%@LANGUAGE="VBSCRIPT"%> <% '===================================================== ' RequestUsedByThisProjectSummary.asp ' Show the body of the used by packages summary display ' This is invoked via AJAX '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store ' Essential to get UTF through all the hoops. ie: VÄSTTRAFIK (VTK) Response.ContentType = "text/html" Response.AddHeader "Content-Type", "text/html;charset=UTF-8" Response.CodePage = 65001 Response.CharSet = "UTF-8" %> <% '------------ Variable Definition ------------- Dim rsTemp Dim pkgId Dim parPvId Dim projId, projName, projCount Dim parMode Dim divId '------------ Constants Declaration ----------- '------------ Variable Init ------------------- parPvId = Request("pv_id") parMode = Request("mode") '---------------------------------------------- %> <% '------------------------------------------------------------------------------------------------------------------------ %> <% '------------------------ MAIN LINE --------------------------------- '-------------------------------------------------------------------- %>
| Project | |
|---|---|
| None Found | |
|
|