Jump to content

sudhakarReddy

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by sudhakarReddy

  1. how can i call this script in body section
  2. hi , I want to scroll the text in a table cell. And on mouseover scroll have to pause, and continue scroll on mouseout. how can i do this. please send me some code abt this.Plzzzzz, its very urgent.ByeSudhakar
  3. hi guys,Is it possible to change the colors of the alert box in Javascript. If it is possible how? just we r using alert("hello world");. Please tell me ByeSudhakar
  4. I Have a Feedback form in my site. when i submitting the form in Linux server it is working fine. But in Windows server the mail was not sending. here is my code<?php $to = "sudhakar@mysite.com"; $subject = $_REQUEST['Feedback'] ; $email = $_REQUEST['Email'] ; $message = $_REQUEST['Summary'] ; $From = $_REQUEST['Name'] ;$headers = "From: $email"; $sent = mail($to, $subject, $message, $headers); if($sent) {print "Your mail was sent successfully"; }else {print "We encountered an error sending your mail"; }?> when i running this code in Windows server the message is shows "We encountered an error sending your mail"So, Plz help me what is the error and how to catch that error?plz, it is urgent
  5. Hi Guys,I ahd a submenu. evrything is working fine. But there is small problem.Actually the submenus are shown OnMouseOver event only. They r showing. But, the problem is,when i open my html page in my browser, automatically the submenus are also showing for the first time only. After that it is working fine. why it is showing.Here is my Code// JavaScript Documentfunction showmenu(elmnt){document.getElementById(elmnt).style.visibility="visible";}function hidemenu(elmnt){document.getElementById(elmnt).style.visibility="hidden"}Plz help me.Sudha.
  6. Hi guys, I had a problem on mouse over event. i had a menu and submenu. I am taken that menu & sub menu in table format. I have to show my submenu on mouse over, and at the same time i have to change the color of the table cell also.Iam getting sub menu here, but iam not getting change the color of the my table cell on mouse over.How can i change the color and show the submenu at the same time on mouse over event.here is my code.function showmenu(elmnt){document.getElementById(elmnt).style.visibility="visible"; }function hidemenu(elmnt){document.getElementById(elmnt).style.visibility="hidden"}Plz help me.ByeSudhakar
  7. Hi ,I ahd a requirement. I had a page with some full information of the perticular image. But the problem i s the images are morethan 20.the requirement is in that page i have to display the image with the related information and below that image i want two buttons one is PREVIOUS and anothe one is NEXT. when i press the NEXT button only the image have to change with the related information. Not the whole page. how can i do this in PHP.Please give me some idea about this requirement.Plz its very Urgent.ByeSudha.
  8. How can i validate the E-mail field in a Form by using JAVA Script.And the remaining Text Fields also i ahve to validate.This is very urgent.Pls Help me.byeSudhakar
  9. sudhakarReddy

    NEW to PHP

    Hi FriendsIam Sudhakar. Iam Very New to this PHP. Any body Suggest me for a good material on PHP. Can any suggest me For a good Tutorial.
  10. how can i create the submenus. means when i placing the mouse on index the new sub menu have to come.
×
×
  • Create New...