473,322 Members | 1,232 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Aide syntaxe bouton ???

Bonjour,

J'ai un bouton que je n'arrive pas à faire fonctionner au niveau du lien
de ce dernier, il doit y avoir un problème de syntaxe, mais je ne sais pas
lequel, le bouton doit appeler un lien qui appel un site, pouvez vous me
dire, voici mon code, et ci-annexé le fichier htm don on peut copier la
source:
http://irolog.free.fr/bouton.htm
<html>
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
function navigation(wth,hth) { fen = window.open
("","fiche","0,0,0,0,0,scrollbars=no,0,width="+wth +",height="+hth); if(
self.focus ) fen.focus(); } // -->
</SCRIPT>
</head>
<body>

<!votez logitheque>
<input
type=button
style="font size:18"
style="font.bold=true"
VALUE="Votez pour mon logiciel"
style="height:35"
style="width:220"
onclick=location.href="http://www.logitheque.com/vote.asp?I=16823&amp;L=AGENDA,
PLANIFICATEUR, CALENDRIER:">

<! source d'origine pour le onclick>
<!a HREF="http://www.logitheque.com/vote.asp?I=16823&amp;L=AGENDA,
PLANIFICATEUR, CALENDRIER" target="fiche" onclick="navigation(485,140)">
<! Votez pour mon logiciel
<!/a>

</body>
</html>
--
Merci beaucoup, au revoir et à bientôt :o)
------
Site de MES LOGICIELS
http://irolog.free.fr
Site éditeur MES ROMANS édités
Le serpent
http://www.manuscritdepot.com/a.jose...-pusztay.1.htm
Le Gaulois
http://manuscritdepot.com/a.joseph-attila-pusztay.2.htm
mon adresse EMail
http://irolog.free.fr/ecrire/index.htm
------------------------------------------------------------------------------------
Dec 6 '06 #1
1 2027
VK
LE TROLL wrote:
<snip>
<html>
<head>

<SCRIPT LANGUAGE="JavaScript">
<!--
function navigation(wth,hth) { fen = window.open
("","fiche","0,0,0,0,0,scrollbars=no,0,width="+wth +",height="+hth); if(
self.focus ) fen.focus(); } // -->
</SCRIPT>
</head>
<body>

<!votez logitheque>
<input
type=button
style="font size:18"
style="font.bold=true"
VALUE="Votez pour mon logiciel"
style="height:35"
style="width:220"
onclick=location.href="http://www.logitheque.com/vote.asp?I=16823&amp;L=AGENDA,
PLANIFICATEUR, CALENDRIER:">

<! source d'origine pour le onclick>
<!a HREF="http://www.logitheque.com/vote.asp?I=16823&amp;L=AGENDA,
PLANIFICATEUR, CALENDRIER" target="fiche" onclick="navigation(485,140)">
<! Votez pour mon logiciel
<!/a>

</body>
</html>
You are right, these are multiple syntax errors both in style and in
script. Try this (and watch the changes):

<button
type="button"
onclick="
location.href='http://www.logitheque.com/vote.asp?I=16823';"
style="
font-size: 1em;
font-weight: bold;
width: 220px;
height: auto;">Votez pour mon logiciel</button>

P.S. Though not a requirement of any kind, but by expressing your
problem in English you may count of bigger amount of readers and
respectively on quicker help.

Dec 6 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Raymond H. | last post by:
Bonjour, Est-il possible d'exécuter seulement un msgbox dans l'événement clik d'une ToolBar mais sans que le bouton en question (de la ToolBar) ne s'enfonce mais reste normal sans enfoncement ?...
2
by: NDAKI MBOULET | last post by:
J'ai un problème pour écrire un programme. Voici mon sujet: Ecrire en c++ un programme qui reçoit en entrée une suite d'instruction encadrées par les mots clés BIBODLE et LISUK dans un langage...
5
by: Philippe | last post by:
Bonjour je suis nouveau en C# (je viens de delphi) j ai qq questions comment faire pour mettre une statusbar qui ai le meme look que VisualStudio 2003 ?? j utilises des compos boutons...
4
by: Wildemar Wildenburger | last post by:
Hi :) I'm thinking of letting my program create hardlinks (or symlinks). I know python allows doing this for ext, reiser and the like, but apparently not for ntfs systems. Is there any package...
1
by: Sebastien | last post by:
Bonjour, Je tient d'abort a m'excuser de poster cette demande ici, mais je ne vois pas tres bien ou fair cette demande, Je développe un logiciel de génération de code (Génération de Code VB et...
11
by: Mathieu | last post by:
je ne sais pas si c'est bien l'endroit où poser ces questions, mais j'ai 2 autres petits problèmes à régler. Je débute en php, vous allez peut-être trouver les questions faciles, tant mieux dans ce...
4
by: WT | last post by:
Hello, Using VS2005, when I open the global.asax file, the editor underlines in blue all the line with a tooltip saying 'Syntaxe error '. <%@ Application Language="C#"...
2
by: Guid | last post by:
Bonjour, je cherche a connaitre le code permettant d'activer le mode Help qui originalement s'active en cliquand sur le bouton '?' (pres de la croix pour quitter l'application). j'aurai besoin de...
2
by: test | last post by:
Maybe this should not be asked here, but is there a good SIMPLE visual javascript editor? I would like to make simple javascripts, but don't have the time to learn more code... Any visual...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.