Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~791 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for yilmazhuseyin

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. :-)

Member Avatar for yilmazhuseyin
0
363
Member Avatar for Kligham

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 …

Member Avatar for Kligham
0
183
Member Avatar for Xessa

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?

Member Avatar for jodin
0
210
Member Avatar for jodin

The End.