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
~192 People Reached
Favorite Tags
Member Avatar for jogisarge

Hi, i have a form with controls that show productinformation. now i have 10 textboxes named tbxPrice1 -> tbxPrice10 . in my artikecleobject exists a property list<articleprice> named articlepricelist that could have 0 till 10 elements. now i want to fill my 10 textboxes in a loop against my articlepricelist …

Member Avatar for Ramy Mahrous
0
145
Member Avatar for jogisarge

hi, i have a problem with JS and the IE8. From a popup i want to redirect the opener with JS: [CODE] <script type=\"text/javascript\"> function siteload() { opener.location.href='www.google.de'; opener.focus(); self.close(); } </script> [/CODE] In IE 6,7 and Firefox 2,3 it works fine. In IE8 the URL ([url]www.google.de[/url]) was opened in …

0
47