Salut a tous,
la je comprend vraiment pas pourquoi ca marche pas. J'ai épuré ma page afin qu'il ne rest que le code qui marche pas et en fait j'ai presque tout enlevé. Alors d'apres vous pourquoi ca marche pas?
voila le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script language="Javascript" > <!-- function openwin(balise) { var haha=postagenews.news.value.substring(postagenews.news.selectionStart,postagenews.news.selectionEnd); alert(balise); } --> </script> </head> <body> <form action="?pnews=0" name="postagenews" > <BUTTON type="button" onClick="openwin('b');"><strong>B</strong></button> <textarea name="news"></textarea> </form> </body> </html>
Partager