> Tech > Listing 3

Listing 3

Tech - Par Renaud ROSSET - Publié le 24 juin 2010

Procédures ShowActions et InvokeURLAction côté client

<script language=vbscript>

  Sub ShowActions(strTableName)
    ‘ Toggle the display of the Action list.
    If document.all(strTableName).style.display = “block” Then
      document.all(strTableName).style.display = “none”
    Else
      document.all(strTableName).style.display = “block”
    End If
  End Sub
  
  Sub InvokeURLAction(strURL, strTableName)
  ‘ Open the URL in a new window and hide the Action table.

window.open(strURL)
document.all(strTableName).style.display = “none”
End Sub

</script>

Téléchargez cette ressource

Construire une infrastructure cloud optimisée pour l’IA avec Microsoft Azure

Construire une infrastructure cloud optimisée pour l’IA avec Microsoft Azure

Les managers IT ont besoin d’une stratégie claire et de solutions concrètes pour préparer leur infrastructure cloud à l'adoption de l'IA, tout en optimisant les coûts, renforçant la sécurité et développant les compétences internes. Découvrez tous les conseils dans ce guide Insight.

Les plus consultés sur iTPro.fr

A lire aussi sur le site

À la une de la chaîne Tech