User Profile

Collapse

Profile Sidebar

Collapse
ravisuguna
ravisuguna
Last Activity: Feb 13 '08, 12:13 PM
Joined: Dec 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ravisuguna
    started a topic Single query to fetch data from two tables

    Single query to fetch data from two tables

    Hi,

    I have two tables in database .They have one field in common.
    I want to fetch data from both the tables through a single query.How could this be done?Pl help me


    Thanks in advance
    See more | Go to post

  • ravisuguna
    started a topic To open a frame in a window

    To open a frame in a window

    Hi,

    There are 3 frames(top,righ t,left) in my page.The frame on the left has some buttons in javascript.I want a window to open in the third frame(left) if i click a button in the right frame.How could this be done?

    Thanks in advance.
    See more | Go to post

  • ravisuguna
    started a topic How to display the page contents in a textarea
    in PHP

    How to display the page contents in a textarea

    Hi,

    I have some php pages.In the first page there are some check boxes .When the user selects the check boxes and clicks a button the selected values are displayed in the second php page.The third php page is a form which has a textarea.I want the selected values to be displayed in the textarea of the third page.how could this be done?Pl guide.

    Thanks in advance.
    See more | Go to post

  • To pass the contents of a php page into a text area

    Hi,

    I want to pass the entire contents of a php page into a text area in another php page..The php page fetches some data from the database.I want those data to be displayed in a text area in another php page.Pl guide me


    php code
    <?php

    if(isset($_POST['id']))
    {
    $id = $_POST['id'];
    $n= count($id);


    echo"<table border='0' cellspacing=0...
    See more | Go to post

  • selected items to be displayed in the next page/form

    Hi,

    I have a php page which has some checkboxes ,textfields and values.If I select a checkbox ,a particular value will be displayed in a textfield.I have a "go"button in the same page.I want the selected values and textfields to be displayed in the next page if i click the button.Pl guide me how to do this.

    I am sending the sample code below.

    arical.php

    [HTML]<!DOCTYPE html...
    See more | Go to post
    Last edited by acoder; Jan 12 '08, 12:35 PM. Reason: Added code tags

  • sending the contents of a div by mail

    Hi,

    I have a pricelist form in ajax.The user will select the items and the items will be displayed in a div tag. I want to send the contents of this div(dynamic) by email. How could this be done using ajax?


    Thanks in advance.

    ------
    See more | Go to post

    Leave a comment:


  • Hi,

    Thanks.I have given the sample codes below.
    1.fly-to-basket.js

    [CODE=javascript]/*************** *************** *************** *************** *************** *************** *************** ***
    (C) www.dhtmlgoodie s.com, March 2006

    This is a script from www.dhtmlgoodie s.com. You will find this and a lot of other scripts at our website.

    Terms of use:
    You are free to use...
    See more | Go to post
    Last edited by acoder; Jan 11 '08, 11:55 AM. Reason: Added code tags

    Leave a comment:


  • ravisuguna
    started a topic sending the pricelist by mail in ajax

    sending the pricelist by mail in ajax

    Hi,


    I am new to ajax.I am doing a pricelist form using ajax.I downloaded a sample code from the net(Dhtmlgoodie s.com-shopping cart programme) and I am modifying it.(url:http://www.dhtmlgoodie s.com/scripts/fly-to-basket/fly-to-basket.html).I want the shopping cart items price list to be sent by mail.Pl. guide me
    See more | Go to post

  • Displaying and adding values by clicking a check box

    Hi,

    I have check boxes and text fields in an ajax frame.I want a value to be displayed in the textfield if I select a check box and I also want the value to be added and displayed.Pl guide me.
    See more | Go to post

  • ravisuguna
    started a topic Controlling a drop down list throuugh a button
    in Java

    Controlling a drop down list throuugh a button

    Hi,

    I hava a drop down list and a button in my program. I want to control the functions of the menus through this single button.How could this be done?Pl help me.


    Thanks in advance.

    With regards,
    suguna
    See more | Go to post

  • Hi,

    Thanks for helping me gits and acoder.Now my codings work well.

    suguna
    See more | Go to post

    Leave a comment:


  • Refreshing a dynamic table using ajax

    Hi,
    I am new to ajax.I have a dynamic table in div .I want to refresh the table after every 3 seconds.Pl help me.

    Suguna
    See more | Go to post

    Leave a comment:


  • Hi,
    Here is my codings.Pl help me to change the bgcolor when the value in td11
    becomes 0.
    [PHP]<?
    session_start() ;
    ?>
    [/PHP][HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!--<meta http-equiv="Content-Type"...
    See more | Go to post
    Last edited by acoder; Dec 22 '07, 09:44 AM. Reason: Added code tags

    Leave a comment:


  • change of bgcolor in a td of a dynamic table using javascript and ajax

    Hi,
    I have a dynamic table in my programme in php and the value of a particular cell gets reduced after every 3 seconds.I want to change the bg color of that particular into a different color when it reaches '0'.Pl help me.

    thanks in advance

    Suguna
    See more | Go to post

  • ravisuguna
    started a topic Refreshing part of a page periodically

    Refreshing part of a page periodically

    Hi,
    I am new to ajax.I have a file in php which is a report. I want a certain portion of the report to be refreshed every 3 seconds.How can we refresh a part of page
    using ajax.I also want to know the usage of setTimeout method.Pl.help me

    Thanks in advance,

    Suguna
    See more | Go to post
No activity results to display
Show More
Working...