PDA

View Full Version : [html] tag object


prazision
25-05-2009, 11:39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>


</head>


<object id="mytest3"
type="text/html"
data="http://www.vodafone.it/190/trilogy/jsp/home.do?tabName=Privati&ty_skip_md=true" style="width:780px;height:780px;">
</object>



</body>
</html>

questo codice funziona ma su firefox alcuni link aprono l'url in tutta la pagina e non nel tag object

c'è una maniera per evitare questo?
grazie