Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Attenti a Poco F7: può essere il best buy del 2025. Recensione
Attenti a Poco F7: può essere il best buy del 2025. Recensione
Poco F7 5G, smartphone che punta molto sulle prestazioni grazie al processore Snapdragon 8s Gen 4 e a un display AMOLED da ben 6,83 pollici. La casa cinese mantiene la tradizione della serie F offrendo specifiche tecniche di alto livello a un prezzo competitivo, con una batteria generosissima da 6500 mAh e ricarica rapida a 90W che possono fare la differenza per gli utenti più esigenti.
Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Abbiamo provato per molti giorni il nuovo Z Fold7 di Samsung, un prodotto davvero interessante e costruito nei minimi dettagli. Rispetto al predecessore, cambiano parecchie cose, facendo un salto generazionale importante. Sarà lui il pieghevole di riferimento? Ecco la nostra recensione completa.
The Edge of Fate è Destiny 2.5. E questo è un problema
The Edge of Fate è Destiny 2.5. E questo è un problema
Bungie riesce a costruire una delle campagne più coinvolgenti della serie e introduce cambiamenti profondi al sistema di gioco, tra nuove stat e tier dell’equipaggiamento. Ma con risorse limitate e scelte discutibili, il vero salto evolutivo resta solo un’occasione mancata
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 23-06-2005, 13:56   #1
Matrixbob
Senior Member
 
L'Avatar di Matrixbob
 
Iscritto dal: Jul 2001
Messaggi: 9947
[W3C] Rendere valida 1 pagina con bottoni flash si può?!

Gli errori sono ovviamente questi:
Codice HTML:
Line 45, column 15: there is no attribute "src"

<embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.c

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). 

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. 

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. 

✉ 

Line 45, column 37: there is no attribute "quality"

<embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.c

✉ 

Line 45, column 56: there is no attribute "pluginspage"

...ton1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/dow

✉ 

Line 45, column 149: there is no attribute "type"

...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1

✉ 

Line 45, column 187: there is no attribute "width"

...application/x-shockwave-flash" width="100" height="22" ></embed>

✉ 

Line 45, column 200: there is no attribute "height"

...-shockwave-flash" width="100" height="22" ></embed>

✉ 

Line 45, column 205: element "embed" undefined

...kwave-flash" width="100" height="22" ></embed>

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
e la pagina hce li genera questa "index.jsp":
Codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>SYSCONF | Admin's menù</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta name="Keywords" content="conferenze, gestione conferenze" />
  <meta name="Description" content="SYSCONF" />
  <link rel="stylesheet" type="text/css" href="css/ws-style.css" />
  <script language="javascript"  type="text/javascript" src="js/ws.js"></script>
</head>

<body onload="displayt(); MM_preloadImages('img/login2.jpg','img/loginreg2.jpg')">

<!-- logo e accesso admin/cliente -->
<div align="center"><fieldset id="altronominativo">
<table width="100%" align="center">
  <tr> 
    <td rowspan="2"><img src="img/folla.jpg" alt="folla" width="481" height="107" /></td>
    <td><div align="center"><strong>Area Administrator</strong><br />
	<a href="http://localhost:8080/www" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('admin','','img/login2.jpg',1)">
	<img src="img/login1.jpg" alt="area administrator" name="admin" width="70" height="41" border="0" id="admin" /></a>
    </div></td>
  </tr>
  <tr>
	<td><div align="center"><strong>Area Cliente</strong><br />
	<a href="acliente.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('cliente','','img/loginreg2.jpg',1)">
	<img src="img/loginreg1.jpg" alt="area cliente" name="cliente" width="210" height="41" border="0" id="cliente" /></a>
	</div></td>
  </tr>
</table>
</fieldset></div>
<!-- end logo e accesso admin/cliente -->



<p align="left" style="font-weight: bold; color: #FF0000;">[01] INSERISCI UN AUTORE:
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
    <param name="BGCOLOR" value="" />
    <param name="movie" value="button1.swf" />
    <param name="quality" value="high" />
    <embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
  </object>
</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[02] INSERISCI UNA CONFERENZA COI SUOI EVENTI:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[03] VISUALIZZA GLI UTENTI ISCRITTI AD UNA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[04] RICERCA UN UTENTE PER NOME E COGNOME:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[05] RICERCA GLI UTENTI AFFILIATI AD UN ENTE:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[06] RIMUOVI UN UTENTE ISCRITTO AD UNA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[07] INSERISCI IL PROGRAMMA DELLA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[08] INSERISCI IL PROGRAMMA DEL WORKSHOP:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[09] MODIFICA IL PROGRAMMA DELLA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[10] MODIFICA  IL PROGRAMMA DEL WORKSHOP:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">&nbsp;</p>
<p align="left" style="font-weight: bold; color: #FF0000;">&nbsp; </p>
<div id="player3">Sei nell'area riservata ai gestori di SYSCONF - Torna alla <a href="index.php">Index</a><br /></div>
<div align="center"><font color="#993333" size="-1"><em><strong>Copyright 2004 - SYSCONF.
Tutti i diritti riservati. SYSCONF &egrave; un marchio registrato - Asti (AT).</strong></em></font></div>
</body>
</html>
__________________
Aiuta la ricerca col tuo PC: >>Calcolo distribuito BOINC.Italy: unisciti anche tu<<
Più largo è il sorriso, più affilato è il coltello.

Ultima modifica di Matrixbob : 23-06-2005 alle 14:00.
Matrixbob è offline   Rispondi citando il messaggio o parte di esso
Old 23-06-2005, 15:37   #2
lombardp
Senior Member
 
L'Avatar di lombardp
 
Iscritto dal: Jun 2002
Città: Firenze
Messaggi: 630
Prova a mettere questo:

Codice:
<object type="application/x-shockwave-flash" data="button1.swf" width="100" height="22">
<param name="movie" value="button1.swf" />
</object>
Potrebbe non fare streaming su IE nel caso il filmato sia molto lungo.
__________________
---> Lombardp
CSS Certified Expert (Master Level) at Experts-Exchange
Proud user of LITHIUM forum : CPU technology
Webmaster of SEVEN-SEGMENTS : Elettronica per modellismo
lombardp è offline   Rispondi citando il messaggio o parte di esso
Old 24-06-2005, 13:26   #3
Matrixbob
Senior Member
 
L'Avatar di Matrixbob
 
Iscritto dal: Jul 2001
Messaggi: 9947
Quote:
Originariamente inviato da lombardp
Prova a mettere questo:

Codice:
<object type="application/x-shockwave-flash" data="button1.swf" width="100" height="22">
<param name="movie" value="button1.swf" />
</object>
Potrebbe non fare streaming su IE nel caso il filmato sia molto lungo.
Magari poi provo, ma ormai ho abbondonato quella strada per rimanere sullo standard garantito!
__________________
Aiuta la ricerca col tuo PC: >>Calcolo distribuito BOINC.Italy: unisciti anche tu<<
Più largo è il sorriso, più affilato è il coltello.
Matrixbob è offline   Rispondi citando il messaggio o parte di esso
Old 25-06-2005, 08:46   #4
anonimizzato
 
Messaggi: n/a
Segui il consiglio di lombardp, sostanzialmente la validazione con un filmato Flash incorporato in modo "classico" impedisce la validazione a causa del tag proprietario embed.

qui http://www.alistapart.com/articles/flashsatay/ trovi un articolo dettagliato sul problema.
  Rispondi citando il messaggio o parte di esso
 Rispondi


Attenti a Poco F7: può essere il best buy del 2025. Recensione Attenti a Poco F7: può essere il best buy...
Recensione Samsung Galaxy Z Fold7: un grande salto generazionale Recensione Samsung Galaxy Z Fold7: un grande sal...
The Edge of Fate è Destiny 2.5. E questo è un problema The Edge of Fate è Destiny 2.5. E questo ...
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello Ryzen Threadripper 9980X e 9970X alla prova: AMD...
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale Acer TravelMate P4 14: tanta sostanza per l'uten...
Grok Imagine: evoluzione dell'IA o nuova...
L'Italia saluta anche IVECO: finalizzata...
Summer Black Friday: spendi meno e godit...
Half-Life 3? No, Gabe Newell produrr&agr...
Apple al lavoro su un sensore che "...
TSMC vittima di spionaggio industriale s...
Cooler Master MasterFrame 500: un flusso...
Apple accelera sull'IA interna: c'&egrav...
I robotaxi arrivano in Europa: Lyft e Ba...
Ancora voci sul mega tablet pieghevole d...
Un computer quantistico con 10.000 qubit...
AVM cambia nome e faccia: ora si chiama ...
SatNet ha lanciato altri satelliti per l...
Flop autonomia per la Fiat Grande Panda ...
2 TV LG da favola in super sconto: OLED ...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 03:20.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v