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

hi guys... i really need help on this one... i try to put a form like this <script> function checkuser() { var xmlhttp; if(window.XMLHttpRequest) { xmlhttp=new window.XMLHttpRequest(); //for mozilla } else { try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState == 4 && …

Member Avatar for hptchen
0
1K
Member Avatar for hptchen

hi guys... i really need reference ASAP what i'm trying to do now is: -creating API from my website so that -other website can read certain content for my website database and put it in their website. i don't know if i explain it correctly, i tried to googling for …

Member Avatar for pritaeas
0
65
Member Avatar for hptchen

Hi guys, I have a question **How to create mobile version of our website?** if we browse from smartphone, then will directly go to mobile version for example: m.facebook.com then if we browse from desktop browser, will go to www.facebook.com Thanx....

Member Avatar for hptchen
0
56
Member Avatar for hptchen

hi guys.. I tried to put google maps by the result of mysql query but i don't know why, it won't work... can anyone help me? Thanx... Anw, this is my code so far <html> <head> <?php include ("config/connection.php"); ?> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> var map; var marker=false; function …

0
51
Member Avatar for hptchen

hi... i'm a new member of daniweb i have a problem in setting 2 comboboxes. i want to populate the second combobox based on first combobox value. i already have the code running well in firefox and chrome. but the code is not working in IE. can anyone please help …

Member Avatar for hptchen
0
180