Jump to content

priyadharshini

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

About priyadharshini

  • Birthday 10/09/1988

Profile Information

  • Gender
    Female
  • Location
    india

priyadharshini's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi all, I have developed a code as, when a weight field is selected its corresponding ordered price field to be displayed using onchange event. <select name="weight" id="weight" class="ap_size" onChange="this.form['ordered_price'].value =this.options[this.selectedIndex].value;"> <option value="11.00">500 gms</option> <option value="22.00">1000 gms</option> </select> But now it should also display the actual price in the actual_price field when onchange occurs. Note : ordered price and actual price are not same I dont know how to do this. Provide me solution for this Thanks in advance!
  2. Hi all, I am in a need to pass the selected value of a list box as a parameter to a javascript function when the function is called with onclick(). The function is used to add to the cart the product details. The function should be called without the form submission. Please someone suggest me some ideas. Check through this: This is a reference site in asp.net http://www.chennaionlinegrocery.com/grocery/grocery.asp
  3. can u suggest me some script for word to text conversion
  4. I just want to open the file in my browser. It is an uploaded word .doc file but when displayed in browser i got like this
  5. Am getting junk values like this before and also after the contents ÐÏࡱá����������������>�þÿ ���������������[����������]������þÿÿÿ����Z���ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
  6. Hi all, I have a problem in displaying my file content in browser. It is being displayed with lots of junk values. I dont know how to clear that.Please someone help! The used the coding as follows: public function readContent($sEdit, &$contents = null){ if (file_exists($sEdit)) { $handle = fopen($sEdit, "r"); if ($handle) { while (!feof($handle)) { $contents .= fgets($handle, 4096); } fclose($handle); } } } Thanks in advance.
  7. Hi all, I have a problem in mysql related to searching a databse.I have 12 fields for searching a database.The database should be searched correctly when any numbers of fields given for searching.It should also be searched correctly when all fields given.Provide me some solution please. SQL version is 5.0 Thanks
  8. Someone please help me to solve this problem.Am in an urgent need of this
  9. I dont know javascript .Am a beginner. I used php for the above mentioned problem. But that refreshes page each time. So i shifted to script.
  10. Hi all, Am new to java scripts. Am in need of a javascript coding for, When a link is clicked it should bring 2 text box below that link. Someone suggest me javascript codings for this. Thanks.
  11. Its for regular work only.i need to place the resumes in database and then have to search from that. when used .doc file it stores as text in database but the .docx file stores as junk values. thats why i need the conversion
  12. Hi all, I am in need of php code for word file conversion. That is to convert word .docx file to .doc file Someone please provide me with a solution. Thanks.
  13. That url Page not found... Suggest me some ideas to convert the uploaded resumes in word and pdf to text and storing it in database
  14. Hi all, Am developing a consultancy project and i want the uploaded resumes to be placed in the database directly. I used blob in database but it is stored as junk values. I want it to be stored as like uploaded for the content to be searched. Mysql version:5.0 Please provide me some solution as soon as possible. Thanks.
  15. Hi, If a first user views a profile and set it to 1 means,when another user sees the same profile it will be 1 again so the counter is not incrementing.what to do for that?
×
×
  • 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.