User Profile

Collapse

Profile Sidebar

Collapse
swetha123
swetha123
Last Activity: Jul 17 '09, 10:33 AM
Joined: Dec 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Pass the Input text value in a TD cell using DOM

    hello , I need to alert the value entered in the text box,which is in TD cell, using DOM
    can any one tell how please
    here is the code with out a text box which is working
    Code:
    <html> 
    <head> 
    <script type="text/javascript"> 
    function cell() 
    { 
    var x=document.getElementById('myTable').rows[0].cells; 
    alert(x[0].innerHTML); 
    } 
    </script> 
    </head>
    ...
    See more | Go to post

  • swetha123
    started a topic how to pass the user name using cookies
    in PHP

    how to pass the user name using cookies

    hello,
    I don't know how to use cookies

    please help me in this

    I am using the dream weaver cs4

    I designed the navigation bar to my page using dream weaver cs4
    navigation bar contains Home, Retail Contact Us

    In my retail.php when user login he goes to the second.php
    but i need to pass this user name using cookies to the second.php

    the thing is when...
    See more | Go to post

  • swetha123
    started a topic send mails using mail() ?
    in PHP

    send mails using mail() ?

    hello,


    can any tell me how to send mails from site using mail() in php

    do we need to change in the php.ini
    these are in php.ini


    [mail function]
    ; For Win32 only.
    SMTP = localhost
    smtp_port = 25

    ; For Win32 only.
    sendmail_from = me@example.com


    and i tried with this example it is giving me the message saying "message successfully...
    See more | Go to post
    Last edited by Atli; Dec 24 '08, 08:10 AM. Reason: Replaced real email address with an example.

  • Need to show the larger image when user clicks on the small image

    hello,

    Can any one please tell me

    I am Using php,Mysql,CSS to build my site

    In my database i have small images and large images
    i am show the small images to the right of the main container now i need to show the large image to left side when user clicks on these small images
    but when i click on the images it is showing the large image in the new browser

    hope u understand my problem...
    See more | Go to post
    Last edited by Markus; Dec 20 '08, 02:47 PM. Reason: Added [code] tags.

  • Need to show the larger image when user clicks on the small image using database

    hello,

    Can any one please tell me

    I am Using php,Mysql,CSS to build my site

    In my database i have small images and large images
    i am show the small images to the right of the main container now i need to show the large image to left side when user clicks on these small images
    but when i click on the images it is showing the large image in the new browser

    hope u understand my problem...
    See more | Go to post
    Last edited by numberwhun; Dec 18 '08, 01:57 PM. Reason: Please use code tags
No activity results to display
Show More
Working...