andrisp Posted March 22, 2006 Report Share Posted March 22, 2006 (edited) 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 March 22, 2006 by andrisp Link to comment Share on other sites More sharing options...
Recommended Posts