Jump to content
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Résolu] non connaissance d'une variable

Featured Replies

Bonjour tout le monde,

Voila j'ai un soucis dans mon projet de développement.

Le client d'une appli Flash envoie via un sendAndLoad 2 variables que voici

function verification() {

var retour=new LoadVars();

var envoie=new LoadVars();

envoie.login=fenetre.login.text;

envoie.passwd=fenetre.passwd.text;

envoi.sendAndLoad("check.asp", retour, "POST");

...

}

De l'autre côté le serveur, les reçoit (ou pas apparemment :( du moins mal ) de cette façon

login=Request.Form("envoie.login")

passwd=Request.Form("envoie.passwd")

Puis je crée une autre variable qui est une simple concaténation de String et de mes 2 variables :

body="Login: " + login + Vbcrlf + "Password: " + passwd

Lors de l'execution et de l'affichage de la variable body, je me retrouve avec

Login:

Password:

J'ai beau changé la concaténation, bidouiller les variables, rien n'y fait :( Si quelqu'un saurait me filer un coup de main surtout qu'il n'hésite pas :)

Merci d'avance

Edited by volgur

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.