I want to know what to use instead of these tags and attributes for xhtml transitional:
toolbar attribute in a tag
menubar attribute in a tag
embed tag
toolbar attribute in a tag
menubar attribute in a tag
embed tag
| Code: |
| <a href="quotes.html" target="_blank" toolbar="no" menubar="no" >Click Here</a> |
| Code: |
|
<a href="#" onclick="javascript:window.open('quotes.html','','scrollbars=yes,menubar=no,height='+screen.height+',width='+screen.width+',resizable=yes,toolbar=no,location=no,status=no,left=0,top=0,screenX=0,screenY=0')">Click Here!</a> |
| Code: |
|
<script language="JavaScript" type="text/javascript"> function openWindow(url) { window.open(url,'','scrollbars=yes,menubar=no,height='+screen.height+',width='+screen.width+',resizable=yes,toolbar=no,location=no,status=no,left=0,top=0,screenX=0,screenY=0' } </script> |
| Code: |
|
<a href="#" onclick="javascript:openWindow('quotes.html')">Click Here!</a> |
| Code: |
|
<a title="Traduisez cette page en Français " href="http://www.google.com/translate?u=http://www.iscorpio.com[b]&[/b]langpair=en|fr&hl=en&ie=UTF8"> |
| w3c validator wrote: |
| Error Line 309 column 126: general entity "hl" not defined and no default entity.
...ttp://www.iscorpio.com&langpair=en|fr&hl=en&ie=UTF8" |
| Quote: |
| general entity "ie" not defined and no default entity.
...www.iscorpio.com&langpair=en|fr&hl=en&ie=UTF8"> |
| Code: |
| & |