Voilà mon problème j'ai deux variable que je récupére en script CGI dans mon frameset et je souhaiterais les récuperer dans ma mainFrame mais je ne sais pas comment m'y prendre. Si quelqu'un pouvais m'aider ....

echo "Content-type: text/html" echo "" echo "" echo "<html>" echo "<head>" echo "<title> Interd@ta ** Téléchargement de fichier CSV ** </title>" echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">" echo "</head>" echo "<frameset rows=\"80,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">" echo "<frame src=\"$PUBLIC/interdata_top.htm\" name=\"topFrame\" scrolling=\"NO\">" echo "<frame src=\"csv.html\" name=\"mainFrame\" id=\"mainFrame\">" echo "<form method=\"post\" name=\"var\" id=\"var\" target=\"document.mainFrame\" >" echo "<p><input name=\"USERNAME\" id=\"USERNAME\" type=\"hidden\" value=\"$USERNAME\"></p>" echo "<p><input name=\"MAIL\" id=\"MAIL\" type=\"hidden\" value=\"$MAIL\"></p>" echo "</form>" echo "</frameset>" echo "<body>" echo "</body>" echo "</html>"
|
The Artiste-Gunm
