Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Dani

Do you do freelance work as a web designer or web developer? If you do custom work for clients, you're welcome to advertise your service in our [URL="http://www.daniweb.com/techtalkforums/forum52.html"]Custom Services For Hire[/URL] forum within the Webmaster Marketplace.

Member Avatar for anuj_sharma
2
748
Member Avatar for dave_nithis

This is my HTML File: [code=html]<html> <head> <script type="text/javascript"> function validateCatalogId(){ var req=init(); function init(){ if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else if (window.ActiveXObject) { return new ActiveXObject("Microsoft.XMLHTTP"); } } var catalogId=document.getElementById("catalogId"); req.open("POST", "validateForm", true); req.onreadystatechange=processRequest; req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); req.send("catalogId="+ encodeURIComponent(catalogId.value)); function processRequest(){ if(req.readyState==4){ if(req.status==200){ processResponse(); } } } function …

Member Avatar for dave_nithis
0
151
Member Avatar for member98

Hi..! I am trying to get whole browser in my jsp page. I have a sample url as, "http://www.ab.com/#/pages/ab" I need this whole URL to be print in my scriptlet code in jsp. I can't use javascript as that is disabled. I tried with REQUEST objets several methods like getURL …

Member Avatar for stephen84s
0
235
Member Avatar for adnanahsan

i have to make a search engine for my client, but i am confusing about indexing websites to search engine database, please can any one tell me how can i achieve this goal? can any one tell me how can i make spider / crawler to do this ? please, …

Member Avatar for lordspace
0
198
Member Avatar for adnanahsan

i have make tabs and when some one click on tab "Add Comment" Comment Form will appear through AJAX, and same for another tab which is "Tell A Friend" .. my problem is that both tabs displays same captcha image, and after adding comments or sending email to friend they …

0
52
Member Avatar for lydia21

hi i am very new to ajax .when a user post comment i want to diaplay immediately ie something like dani web quick reply please tell how do tat in ajax

Member Avatar for adnanahsan
0
117
Member Avatar for adnanahsan

i am 20th year old, working as a freelance web developer, i am from pakistan, i had done my secondary education 3 years ago, then i wasted rest years due to cysts under my both armpit, and did not complete my college, i did 1 year diploma from APTECH COMPUTER …

0
33