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
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for infernodeep

hi guys , im facing a small problem with javascript,it works fine in FF,but inIE6 & IE7 nothing is happening could anyone solve this problem....plz help me. Here is the HTML code: [CODE]<div id="div1" style="display: visible">Div 1</div> <select> <option onclick="javascript:changeDisplay('div1','block')">visible</option> <option onclick="javascript:changeDisplay('div1','none')">hidden</option> </select> [/CODE] Here is the JavaScript code: [CODE]<script …

Member Avatar for papiya
0
759
Member Avatar for infernodeep

Hi guys I need some help from you guys... im facing a new problem with php download script when im downloading a application file, it suddenly stops and showing completed but application is not installing. the actual size is 9Mb....but it downloads sometimes 5.2Mb,6Mb,6.8,7.4Mb....it's not constantly downloading at certain size …

0
48
Member Avatar for infernodeep

hi can anyone help me plzz im very new to php. [CODE]http://localhost/cion_latest/download.php?code=adm&user=7&download_type=trial[/CODE] from this im try to download an application. Application downloading correctly but when im try to install app. im getting this error [COLOR="Red"]This installation package could not be opened. contact the application vendor to verify that this is …

0
55
Member Avatar for infernodeep

Hi, I have a dynamically generated form, and each listing contains a checkbox named 'del'. The users checks the 'del' checkbox next to each listing they wish to delete, and click the submit button. If there are multiple listings/checkboxes on the page, then the script I have works quite well, …

Member Avatar for infernodeep
0
170
Member Avatar for infernodeep

hi there could any one solve this problem for me plzz..... In my site iam generating multiple textfields and i need to wite validation for that [CODE] function valid(){ for(var i=0;i<4;i++){ if(document.getElementById('d'+i).value == ""){ alert("not empty"); return false; } return true; } } [/CODE] [CODE] <form name="f1"> <input name="cc1" id="d1" …

Member Avatar for Traicey
0
79