473,698 Members | 2,690 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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="JavaS cript">
<!--
function navigation(wth, hth) { fen = window.open
("","fiche","0, 0,0,0,0,scrollb ars=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.bol d=true"
VALUE="Votez pour mon logiciel"
style="height:3 5"
style="width:22 0"
onclick=locatio n.href="http://www.logitheque. com/vote.asp?I=1682 3&amp;L=AGEND A,
PLANIFICATEUR, CALENDRIER:">

<! source d'origine pour le onclick>
<!a HREF="http://www.logitheque. com/vote.asp?I=1682 3&amp;L=AGEND A,
PLANIFICATEUR, CALENDRIER" target="fiche" onclick="naviga tion(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 2040
VK
LE TROLL wrote:
<snip>
<html>
<head>

<SCRIPT LANGUAGE="JavaS cript">
<!--
function navigation(wth, hth) { fen = window.open
("","fiche","0, 0,0,0,0,scrollb ars=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.bol d=true"
VALUE="Votez pour mon logiciel"
style="height:3 5"
style="width:22 0"
onclick=locatio n.href="http://www.logitheque. com/vote.asp?I=1682 3&amp;L=AGEND A,
PLANIFICATEUR, CALENDRIER:">

<! source d'origine pour le onclick>
<!a HREF="http://www.logitheque. com/vote.asp?I=1682 3&amp;L=AGEND A,
PLANIFICATEUR, CALENDRIER" target="fiche" onclick="naviga tion(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=1682 3';"
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
2817
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 ? Car dans mon programme, lorsque je clique sur le point d'interrogation mon curseur change en point d'interrogation. Et si je clique sur la ToolBar avec ce point d'interrogatin je veux seulement afficher le msgbox d'aide qui explique le bouton de...
2
2000
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 quelconque appélé Bazoréen et rend en sortie soit une liste des erreurs rencontrées lors du traitement, soit un programme source en c++, sans erreurs de syntaxe ni de semantique, compilable et exécutable. Les éléments du bazoréen sont: 1 opérateurs
5
1507
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 MyXPButton
4
4683
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 out there that lets me create links in a platform independent way? bye wildemar
1
1628
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 PHP), il est depuis longtemps très aboutie (utiliser en production sur de nombreux developpement interne y compris pour des grand compte, (Télé2,Osram,EstVideo, ...) et propose de nombreuse fonctionnalite inedite a ma connessance dans d'autre...
11
2262
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 cas: 1) dans ma table transac (transactions) j'ai un champ bordereau qui vaut NULL ou 1 qui permet de savoir si la transaction a été relevée par la banque ou non. J'ai mis en place dans le fichier php d'affichage des transaction ceci: <? if...
4
7494
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#" Inherits="MyApp.Core.Global" Codefile="Global.asax.cs" %> But everything is running OK, the site is under a web application project.
2
1388
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 le faire par programmation car je dispose d'une interface redesignée pour mon application. j'espere que vous comprendrez mon explication Cordialement Guid
2
1507
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 help available? Thanks
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8901
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7739
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.