Jump to content
php.lv forumi

object tags kropļojas


andrisp

Recommended Posts

Uz servera tiek uploadots šāds fails (ar paplašinājumu .php):

<html>
<head>
 <title>Hello!</title>
</head>

<body>

<div align=center>
<object width="468" height="60">
<param name="movie" value="movie.swf" />
<embed src="movie.swf" width="468" height="60">
</embed>
</object>
</div>


</body>

</html>

 

Webservis nezkāpēc, pieprasot šo lapu, atgriež šādu:

<html>
<head>
 <title>Hello!</title>
</head>

<body>

<div align=center>
<!-- ct width="468" height="60">
<param name="movie" value="nezivi.swf" />
<embed src="nezivi.swf" width="468" height="60">
</embed>
</obje-->
</div>


</body>

</html>

 

Object tags nezkāpēc ir sačakarēts un aizstāts ar HTML komentāru apzīmējumiem. Rezultātā nekas nestrādā.

 

Kas tā par "fīču" ?

 

 

Ui, atvainojos par nevajadzīgu tēmu - atklāju, ka mans paša firewalls to dara - tipa izgriež reklāmas vadoties pēc width un height (standarta bannera izmērs).

 

mjā.

Edited by andrisp
Link to comment
Share on other sites

×
×
  • Create New...