Jump to content

stradmadhu

New Members
  • Posts

    2
  • Joined

  • Last visited

stradmadhu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanx for the help jazzman1I really appreciate it. I had run the code and its working for domians. But i want it to ping all my SEO links. The is is'nt working for my SEO links. Can some one please help or can please suggest me for it??? And thnx for the rest who replied.
  2. Hi all, I have a problem to ping a website link. I have to ping many links placed in my textarea. Below is the code : <script type="text/javascript" src="http://ajax.googleapis.com/ ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript"> $(function() { $("#content").focus(function() { $(this).animate({"height": "85px",}, "fast" ); $("#button_block").slideDown("fast"); return false; }); $("#cancel").click(function() { $("#content").animate({"height": "30px",}, "fast" ); $("#button_block").slideUp("fast"); return false; }); }); </script> <form method="post" action="con1.php"> Enter Keywords: <input name="keywords" type="text" value=""><br/><br/> Enter Your Links : <textarea name="contents" rows="3" cols="20"></textarea> <div id="button_block"> <input type="submit" id="button" value=" Submit "/> <input type="submit" id='cancel' value=" cancel" /> </div> </form> Now this code is the complete design. aftr submit it should ping all my links placed in my text area. I Tried with google bt dint get the right solution. Can some one please help me out? Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.