Accueil > Forum > > > > popup qui ne fonctionne pas!!!
popup qui ne fonctionne pas!!!
jeudi 10 juillet 2003 à 19:49:38 |
popup qui ne fonctionne pas!!!

croco73
|
salut a tous et a toutes!! Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". Sur ce bouton, j'ai mis : on (release) { fscommand("openWindow"); getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); } // suite a la source n°467 poste par afadet dans ma page index.html, dans le <BODY> : <SCRIPT LANGUAGE=JavaScript> <!-- var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Handle all the the FSCommand messages in a Flash movie function FSCommand_DoFSCommand(command, args) { var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; // {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', 'height=300,width=800'),0} // } // Hook for Internet Explorer if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write('<SCRIPT LANGUAGE=VBScript\> \n'); document.write('on error resume next \n'); document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); document.write(' call FSCommand_DoFSCommand(command, args)\n'); document.write('end sub\n'); document.write('</SCRIPT\> \n'); } else { document.write('<SCRIPT language="javascript">'); document.write('function popup(page,nom,option){'); document.write('window.open(page,nom,option);}'); document.write('</SCRIPT>'); } //--> </SCRIPT> Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');Il attends soit une ' ou une " mais où je n'en sait rien. j'ai tout essaye, mais je suis incapable de la resoudre. merci de m'aider avant que je soit chauve croco
|
|
jeudi 10 juillet 2003 à 21:53:20 |
Re : popup qui ne fonctionne pas!!!

mathieumg
|
>>> on (release) { getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); } Cela fonctionne-t-il ? Merci Mathieu M-G  [ Lien ]------------------------------- Réponse au message : ------------------------------- > salut a tous et a toutes!! > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > Sur ce bouton, j'ai mis : > on (release) { > fscommand("openWindow"); > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > } > // suite a la source n°467 poste par afad> et dans ma page index.html, dans le <BODY> : > > <SCRIPT LANGUAGE=JavaScript> > <!-- > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > // Handle all the the FSCommand messages in a Flash movie > function FSCommand_DoFSCommand(command, args) { > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > // > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > 'height=300,width=800'),0} > // > } > // Hook for Internet Explorer > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > document.write('on error resume next \n'); > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > document.write('end sub\n'); > document.write('</SCRIPT\> \n'); > } > else { > document.write('<SCRIPT language="javascript">'); > document.write('function popup(page,nom,option){'); > document.write('window.open(page,nom,option);}'); > document.write('</SCRIPT>'); > } > //--> > </SCRIPT> > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> Il attends soit une ' ou une " mais où je n'en sait rien. > j'ai tout essaye, mais je suis incapable de la resoudre. > merci de m'aider avant que je soit chauve > > croco
|
|
vendredi 11 juillet 2003 à 01:01:48 |
Re : popup qui ne fonctionne pas!!!

croco73
|
oui ca fonctionne mais la page s'ouvre est rien!! ------------------------------- Réponse au message : ------------------------------- > >>> > > on (release) { > getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); > } > > > Cela fonctionne-t-il ? > > Merci > > Mathieu M-G  > [ Lien ]> > > ------------------------------- > Réponse au message : > ------------------------------- > > > salut a tous et a toutes!! > > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > > Sur ce bouton, j'ai mis : > > on (release) { > > fscommand("openWindow"); > > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > > } > > // suite a la source n°467 poste par afad> > et dans ma page index.html, dans le <BODY> : > > > > <SCRIPT LANGUAGE=JavaScript> > > <!-- > > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > > // Handle all the the FSCommand messages in a Flash movie > > function FSCommand_DoFSCommand(command, args) { > > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > > // > > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > > 'height=300,width=800'),0} > > // > > } > > // Hook for Internet Explorer > > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > > document.write('on error resume next \n'); > > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > > document.write('end sub\n'); > > document.write('</SCRIPT\> \n'); > > } > > else { > > document.write('<SCRIPT language="javascript">'); > > document.write('function popup(page,nom,option){'); > > document.write('window.open(page,nom,option);}'); > > document.write('</SCRIPT>'); > > } > > //--> > > </SCRIPT> > > > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> > Il attends soit une ' ou une " mais où je n'en sait rien. > > j'ai tout essaye, mais je suis incapable de la resoudre. > > merci de m'aider avant que je soit chauve > > > > croco >
|
|
vendredi 11 juillet 2003 à 01:34:50 |
Re : popup qui ne fonctionne pas!!!

mathieumg
|
Mais la page popup.htm existe-t-elle et y a t'il du contenu dedans ? Merci Mathieu M-G  [ Lien ]------------------------------- Réponse au message : ------------------------------- > oui ca fonctionne mais la page s'ouvre est rien!! > > > > ------------------------------- > Réponse au message : > ------------------------------- > > > >>> > > > > on (release) { > > getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); > > } > > > > > > Cela fonctionne-t-il ? > > > > Merci > > > > Mathieu M-G  > > [ Lien ]> > > > > > ------------------------------- > > Réponse au message : > > ------------------------------- > > > > > salut a tous et a toutes!! > > > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > > > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > > > Sur ce bouton, j'ai mis : > > > on (release) { > > > fscommand("openWindow"); > > > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > > > } > > > // suite a la source n°467 poste par afad> > > et dans ma page index.html, dans le <BODY> : > > > > > > <SCRIPT LANGUAGE=JavaScript> > > > <!-- > > > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > > > // Handle all the the FSCommand messages in a Flash movie > > > function FSCommand_DoFSCommand(command, args) { > > > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > > > // > > > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > > > 'height=300,width=800'),0} > > > // > > > } > > > // Hook for Internet Explorer > > > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > > > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > > > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > > > document.write('on error resume next \n'); > > > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > > > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > > > document.write('end sub\n'); > > > document.write('</SCRIPT\> \n'); > > > } > > > else { > > > document.write('<SCRIPT language="javascript">'); > > > document.write('function popup(page,nom,option){'); > > > document.write('window.open(page,nom,option);}'); > > > document.write('</SCRIPT>'); > > > } > > > //--> > > > </SCRIPT> > > > > > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> > > Il attends soit une ' ou une " mais où je n'en sait rien. > > > j'ai tout essaye, mais je suis incapable de la resoudre. > > > merci de m'aider avant que je soit chauve > > > > > > croco > > >
|
|
vendredi 11 juillet 2003 à 07:46:03 |
Re : popup qui ne fonctionne pas!!!

croco73
|
ca marche en local au fait!! mais pas en ligne. et oui, ya du contenu car ya un diaporama de photos. ------------------------------- Réponse au message : ------------------------------- > Mais la page popup.htm existe-t-elle et y a t'il du contenu dedans ? > > Merci > > Mathieu M-G  > [ Lien ]> > > ------------------------------- > Réponse au message : > ------------------------------- > > > oui ca fonctionne mais la page s'ouvre est rien!! > > > > > > > > ------------------------------- > > Réponse au message : > > ------------------------------- > > > > > >>> > > > > > > on (release) { > > > getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); > > > } > > > > > > > > > Cela fonctionne-t-il ? > > > > > > Merci > > > > > > Mathieu M-G  > > > [ Lien ]> > > > > > > > > ------------------------------- > > > Réponse au message : > > > ------------------------------- > > > > > > > salut a tous et a toutes!! > > > > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > > > > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > > > > Sur ce bouton, j'ai mis : > > > > on (release) { > > > > fscommand("openWindow"); > > > > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > > > > } > > > > // suite a la source n°467 poste par afad> > > > et dans ma page index.html, dans le <BODY> : > > > > > > > > <SCRIPT LANGUAGE=JavaScript> > > > > <!-- > > > > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > > > > // Handle all the the FSCommand messages in a Flash movie > > > > function FSCommand_DoFSCommand(command, args) { > > > > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > > > > // > > > > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > > > > 'height=300,width=800'),0} > > > > // > > > > } > > > > // Hook for Internet Explorer > > > > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > > > > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > > > > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > > > > document.write('on error resume next \n'); > > > > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > > > > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > > > > document.write('end sub\n'); > > > > document.write('</SCRIPT\> \n'); > > > > } > > > > else { > > > > document.write('<SCRIPT language="javascript">'); > > > > document.write('function popup(page,nom,option){'); > > > > document.write('window.open(page,nom,option);}'); > > > > document.write('</SCRIPT>'); > > > > } > > > > //--> > > > > </SCRIPT> > > > > > > > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> > > > Il attends soit une ' ou une " mais où je n'en sait rien. > > > > j'ai tout essaye, mais je suis incapable de la resoudre. > > > > merci de m'aider avant que je soit chauve > > > > > > > > croco > > > > > >
|
|
vendredi 11 juillet 2003 à 07:48:26 |
Re : popup qui ne fonctionne pas!!!

croco73
|
mais si tu as une methode plus simple, je suis preneuse  ------------------------------- Réponse au message : ------------------------------- > ca marche en local au fait!! mais pas en ligne. > et oui, ya du contenu car ya un diaporama de photos. > > > > ------------------------------- > Réponse au message : > ------------------------------- > > > Mais la page popup.htm existe-t-elle et y a t'il du contenu dedans ? > > > > Merci > > > > Mathieu M-G  > > [ Lien ]> > > > > > ------------------------------- > > Réponse au message : > > ------------------------------- > > > > > oui ca fonctionne mais la page s'ouvre est rien!! > > > > > > > > > > > > ------------------------------- > > > Réponse au message : > > > ------------------------------- > > > > > > > >>> > > > > > > > > on (release) { > > > > getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); > > > > } > > > > > > > > > > > > Cela fonctionne-t-il ? > > > > > > > > Merci > > > > > > > > Mathieu M-G  > > > > [ Lien ]> > > > > > > > > > > > ------------------------------- > > > > Réponse au message : > > > > ------------------------------- > > > > > > > > > salut a tous et a toutes!! > > > > > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > > > > > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > > > > > Sur ce bouton, j'ai mis : > > > > > on (release) { > > > > > fscommand("openWindow"); > > > > > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > > > > > } > > > > > // suite a la source n°467 poste par afad> > > > > et dans ma page index.html, dans le <BODY> : > > > > > > > > > > <SCRIPT LANGUAGE=JavaScript> > > > > > <!-- > > > > > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > > > > > // Handle all the the FSCommand messages in a Flash movie > > > > > function FSCommand_DoFSCommand(command, args) { > > > > > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > > > > > // > > > > > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > > > > > 'height=300,width=800'),0} > > > > > // > > > > > } > > > > > // Hook for Internet Explorer > > > > > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > > > > > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > > > > > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > > > > > document.write('on error resume next \n'); > > > > > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > > > > > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > > > > > document.write('end sub\n'); > > > > > document.write('</SCRIPT\> \n'); > > > > > } > > > > > else { > > > > > document.write('<SCRIPT language="javascript">'); > > > > > document.write('function popup(page,nom,option){'); > > > > > document.write('window.open(page,nom,option);}'); > > > > > document.write('</SCRIPT>'); > > > > > } > > > > > //--> > > > > > </SCRIPT> > > > > > > > > > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> > > > > Il attends soit une ' ou une " mais où je n'en sait rien. > > > > > j'ai tout essaye, mais je suis incapable de la resoudre. > > > > > merci de m'aider avant que je soit chauve > > > > > > > > > > croco > > > > > > > > > >
|
|
vendredi 11 juillet 2003 à 14:12:15 |
Re : popup qui ne fonctionne pas!!!

mathieumg
|
Est-ce que tu prend une redirection avec Ulimit ou un autre site ??? Merci Mathieu M-G  [ Lien ]------------------------------- Réponse au message : ------------------------------- > ca marche en local au fait!! mais pas en ligne. > et oui, ya du contenu car ya un diaporama de photos. > > > > ------------------------------- > Réponse au message : > ------------------------------- > > > Mais la page popup.htm existe-t-elle et y a t'il du contenu dedans ? > > > > Merci > > > > Mathieu M-G  > > [ Lien ]> > > > > > ------------------------------- > > Réponse au message : > > ------------------------------- > > > > > oui ca fonctionne mais la page s'ouvre est rien!! > > > > > > > > > > > > ------------------------------- > > > Réponse au message : > > > ------------------------------- > > > > > > > >>> > > > > > > > > on (release) { > > > > getURL("javascript:window.open('popup.htm','',width=800,height=300,scrollbars=no')"); > > > > } > > > > > > > > > > > > Cela fonctionne-t-il ? > > > > > > > > Merci > > > > > > > > Mathieu M-G  > > > > [ Lien ]> > > > > > > > > > > > ------------------------------- > > > > Réponse au message : > > > > ------------------------------- > > > > > > > > > salut a tous et a toutes!! > > > > > Ca fait deux jours que j'epluche le forum pour trouver une solution qui fonctionne mais rien y fait!! > > > > > j'ai une popup à ouvrir ( qui s'appelle popup) avec un bouton placé dans la deuzième scène de mon fichier " index". > > > > > Sur ce bouton, j'ai mis : > > > > > on (release) { > > > > > fscommand("openWindow"); > > > > > getURL("javascript:popup('popup.htm','',width=800,height=300,scrollbars=no')"); > > > > > } > > > > > // suite a la source n°467 poste par afad> > > > > et dans ma page index.html, dans le <BODY> : > > > > > > > > > > <SCRIPT LANGUAGE=JavaScript> > > > > > <!-- > > > > > var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; > > > > > // Handle all the the FSCommand messages in a Flash movie > > > > > function FSCommand_DoFSCommand(command, args) { > > > > > var FSCommandObj = InternetExplorer ? FSCommand : document.FSCommand; > > > > > // > > > > > {if(command=="openWindow"){ openNewWindow()}}function openNewWindow(){setTimeout(window.open('popup.htm','', > > > > > 'height=300,width=800'),0} > > > > > // > > > > > } > > > > > // Hook for Internet Explorer > > > > > if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && > > > > > navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { > > > > > document.write('<SCRIPT LANGUAGE=VBScript\> \n'); > > > > > document.write('on error resume next \n'); > > > > > document.write('Sub FSCommand_FSCommand(ByVal command, ByVal args)\n'); > > > > > document.write(' call FSCommand_DoFSCommand(command, args)\n'); > > > > > document.write('end sub\n'); > > > > > document.write('</SCRIPT\> \n'); > > > > > } > > > > > else { > > > > > document.write('<SCRIPT language="javascript">'); > > > > > document.write('function popup(page,nom,option){'); > > > > > document.write('window.open(page,nom,option);}'); > > > > > document.write('</SCRIPT>'); > > > > > } > > > > > //--> > > > > > </SCRIPT> > > > > > > > > > > Le probleme c'est que Dream MX me dit qu'il y a une erreur sur le script ('</SCRIPT>');> > > > > Il attends soit une ' ou une " mais où je n'en sait rien. > > > > > j'ai tout essaye, mais je suis incapable de la resoudre. > > > > > merci de m'aider avant que je soit chauve > > > > > > > > > > croco > > > > > > > > > >
|
|
vendredi 11 juillet 2003 à 20:43:59 |
Re : popup qui ne fonctionne pas!!!

didier59760
|
pour le bouton sur flash ce petit code
on (press) { getURL ("javascript:popup('monfichier.swf','popup','height=400,width=600,left=100,top=100,status=no,menubar=no,scrollbars=no,resizable=no')"); } ce code permet aussi de positionner sa fenêtre.
comme on fait un appel javascript, dans la partie html qui contient le swf avec le bouton concerné entre les balises head on place ce petit script
<html> <head> <script language="JavaScript"> <!-- function popup(theURL,winName,features) { window.open(theURL,winName,features); } //--> </script> </head> <body> </body></html>
ça devrai résoudre les problémes si ce n 'est pas déja fait
|
|
dimanche 13 juillet 2003 à 11:48:36 |
Re : popup qui ne fonctionne pas!!!

kodiask
|
je sui pa un gran pro mai si ca marche pa en ligne c peut etre ton hebergeur parce ke je c ke javai un chat en flash et ac multimania il me coler leur script dedan ca fai ke dans mon chat c t ecri <multimania script :blablablabla......</multimania> un truk du style ,mai en local sa marcher et sur free ossi. alor ptetre ke ta un pb du mm genre mai ke sa marche pa. voila c ce ke je pense ... ++ www.kodiaskdesign.fr.st
|
|
mardi 15 juillet 2003 à 16:46:09 |
Re : popup qui ne fonctionne pas!!!

croco73
|
merci a tous pour votre aide et plus particulierement a didier59760. a bientot sur le forum croco73
|
|
Cette discussion est classée dans : fonctionne, document, popup, write, fscommand
Répondre à ce message
Sujets en rapport avec ce message
popup avec contenu dynamique de .... !!!!!!! [ par zilkyan ]
salut à tous ! voilà mon problème : je charge des données d'un xml dans un champs texte dynamique (option : format HTML). Pour chaque news chargé
FScommand et FireFox [ par trouble magma ]
Bonjour tout le monde, j'ai un probleme avec mon programme flash.Je fais du SCORM a partir de Flash (envoie d'information sur une plateforme de format
pb de menu en flash [ par anelune ]
Bonjour!!!Je me suis mise a flash 8 il y a quelques jours, et j'ai crée un menu que vous pouvez voir ici : http://kaerchellala.wifeo.comMais comme vou
Intégration 2 animations Flash dans html [ par fopadek ]
Bonjour !Je ne parviens pas à intégrer 2 animations flash dans un doc html sous dreamweaver.J'ai pourtant créé un js où j'ai nommé les 2 animations co
expand banner [ par aljazzique ]
Bonjour, Je suis a la recherche d'une méthode pour utiliser un flash a la maniere d'un expand banner : j'ai un flash transparent de120x600 qui lorsqu
image arriére plan [ par nickg ]
bonjourDans ma page d'acceuil en en-tete, j'ai un tableau, 1 ligne unecolonne dans lequel j'ai mis une banniére flash , mais qui le prend pas toute l
Pb fenêtre popup [ par fullblood ]
Bonjour! J'ai fait quelques recherches, et j'ai bien évidement trouvé comment ouvrir une fenêtre popup sur la page en cours... mais le problème c'est
Pop-up aux dimensions de l'image. [ par baptiste2097 ]
Bonjour,je fais un petit site en flash, mon anim' principale est sur une page HTML (générée avec FlashCS4, modif avec DreamCS4), mon anim charge une a
deletePopUp depuis la popup [ par DarkCid ]
Bonjour,dans ma application, j'ai créer une popup avec la fonction createPopUp. Bon ça c'est nickel, seulement maintenant qu'elle ouverte, faudrait po
Liens Menu déroulant flash fonctionne rarement [ par js64 ]
Bonjour a tous, j'ai enfin terminé mon site grace a l'aide de bcp d entre vous !!! merci encore a tous ceux qui ont pris le temps de répondre à mes qu
Livres en rapport
|
Derniers Blogs
IMAGINE CUP 2012, MAKE A SIGN EN FINALEIMAGINE CUP 2012, MAKE A SIGN EN FINALE par junarnoalg
Voilà qui est fait, la nouvelle est officielle ! L'équipe belge "Make a Sign" va au pays des kangourous défendre son projet dans la catégorie Software Design. http://www.imaginecup.com/CompetitionsContent/Competition/WorldwideFinalists.aspx V...
Cliquez pour lire la suite de l'article par junarnoalg KINECT 1.5 IS OUT !KINECT 1.5 IS OUT ! par Vko
La version 1.5 du Kinect For Microsoft vient tout juste de sortir ! Plein de nouveautés: Tracking de squelette en Near Mode Détection en position assise Détection faciale avec un SDK dédié Documentation et des guideline (enfin) Un out...
Cliquez pour lire la suite de l'article par Vko LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) par richardc
Mise à jour des Web API du 14 Mai
Réservez dès maintenant votre journée du 20 juin pour le Windows Azure Dev Camp 2012 à Paris
Mise à jour de Team Foundation Service
MechCommander 2 sur Windows 8
Entity Framework 5 Release Candidate e...
Cliquez pour lire la suite de l'article par richardc REACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITERREACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITER par Groc
Une mauvaise utilisation de rx lors de l'écriture d'une couche d'accès à des services peut conduire à des cas embarassants avec des erreurs mal gérées, des appels qui ne partent lorsqu'ils le devraient, et même des résultats incorrects . le tout nuis...
Cliquez pour lire la suite de l'article par Groc SHAREPOINT BLOG SITE, PROBLèME D'ARCHIVESSHAREPOINT BLOG SITE, PROBLèME D'ARCHIVES par junarnoalg
Dernièrement, nous avons migré le site
myTIC
vers un nouveau serveur SharePoint 2010. Dans les contenus que nous vouloins récupérer, nous avions un certain nombre de blogs.
Nous avons utilisé les commandes Power...
Cliquez pour lire la suite de l'article par junarnoalg
Logiciels
sDEVIS-FACTURES vlPRO (8.1.0.3)SDEVIS-FACTURES VLPRO (8.1.0.3)sDEVIS-FACTURES vlPRO a été mis au point pour les particuliers, créateurs, entrepreneurs, artisa... Cliquez pour télécharger sDEVIS-FACTURES vlPRO 974 Application Server (12.2.4.6)974 APPLICATION SERVER (12.2.4.6)Développez de puissantes applications dans un environnement de 'cloud computing', clusterisé, séc... Cliquez pour télécharger 974 Application Server vPicture (1.4.2.1)VPICTURE (1.4.2.1)Avec vPicture, hébergez vos images facilement et rapidement.
vPicture est un utilitaire simple, ... Cliquez pour télécharger vPicture Easy-Planning (2.2.1.6)EASY-PLANNING (2.2.1.6)Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté au... Cliquez pour télécharger Easy-Planning COM-BACKUP (2.0)COM-BACKUP (2.0)
COM-BACKUP est un logiciel de sauvegarde qui permet de planifier les sauvegardes de vos dossiers ...
Cliquez pour télécharger COM-BACKUP
|