nim Posted July 25, 2007 Report Share Posted July 25, 2007 Array.prototype.newprop = "test";Как тоже самое сделать с tr, да и вообще с любым другим элементом. Link to comment Share on other sites More sharing options...
0 AKS Posted July 25, 2007 Report Share Posted July 25, 2007 Как тоже самое сделать с tr...if (typeof (HTMLTableRowElement) == 'function') { HTMLTableRowElement.prototype.newprop = 'test';}Для IE в css:tr { behavior:url(tr.htc);}tr.htc:<public:component lightweight='true'> <public:property name='newprop' value='test' /></public:component> Link to comment Share on other sites More sharing options...
0 nim Posted July 25, 2007 Author Report Share Posted July 25, 2007 спасиб. а в каких случаях typeof (HTMLTableRowElement) != 'function' Link to comment Share on other sites More sharing options...
0 AKS Posted July 25, 2007 Report Share Posted July 25, 2007 в каких случаях typeof (HTMLTableRowElement) != 'function'Это тогда, когда браузер уже "седой и бородатый". Так, например, в FF 0.8 (2004 года рождения) это будет 'object', а в Opera 7 (она еще старше) - вообще нету такого "зверя". Ну и в IE, конечно же, такого не найти - у него своего "добра" полно... Link to comment Share on other sites More sharing options...
0 nim Posted July 25, 2007 Author Report Share Posted July 25, 2007 Вопрос не по теме... я не спец по пхп, но то что на вашем сервере можно *php файлы скачать это нормально для php? в aspx например это невозможно. Link to comment Share on other sites More sharing options...
0 aleksejm Posted July 25, 2007 Report Share Posted July 25, 2007 Ты их скачаешь но пхп кода там не найдешь.Пхп работатет на стороне сервера это значит что то что ты сейчас видешь это результат работы пхп скрипта Link to comment Share on other sites More sharing options...
Question
nim
Array.prototype.newprop = "test";
Как тоже самое сделать с tr, да и вообще с любым другим элементом.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts