No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Hi, you have to add an Id to the script [code] <script type="text/javascript" id="evalMe"> alert('asdf'); pdbinit(23001); </script> [/code] and when the dynamic content is load you have to find the script [icode] getElementById('evalMe')[/icode] and apply eval. :-) | |
Re: Hi In PHP generate the collection of data and for the "transport" you can use any HTML tag( ie textarea, select, ... ) and for render in the client extract the collection from the HTML of ajax. [code] PHP <?php $phpArray = new Array("pOne", "pTwo", "pThree"); foreach( $phpArray as $toJsArray … | |
Re: try adding the parameter size [code=html]<select multiple="multiple" size="10" name="a"> <option value="1">1</option> ... </select>[/code] Your final file is HTML or XHTML? | |
The End.