User Profile

Collapse

Profile Sidebar

Collapse
shivasusan
shivasusan
Last Activity: Apr 16 '10, 07:09 AM
Joined: Oct 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How do collect selected iteam retrival to shopping chart?

    Hi!

    In my project, I am working on a Buy page. when users select in the check box that item want to display in display in the Shopping cart page. I don't know. Pls give me some idea.

    My doubt is, How i count the checkbox selected?

    i try like this

    for i = 1 to Request.Form("f orm").count
    if Request.Form("r s("itemcode")") (i) ="on" then
    ...
    See more | Go to post

  • Hi,

    Thank you soo much
    See more | Go to post

    Leave a comment:


  • shivasusan
    started a topic How do correct the exception occurred?

    How do correct the exception occurred?

    Hi!

    I got error. Pls check my error.

    Code:
    <%
    dim uname
    dim pwd
    
    uname = Request.Form("txtuname")
    pwd = Request.Form("txtpwd")
    Session.Contents("uname") = uname
    
    Set rs = Server.CreateObject("ADODB.Recordset")
    Set rs.ActiveConnection = my_Conn
    rs.Open "select * from tbl_Login_info where User_name =
    ...
    See more | Go to post

  • shivasusan
    started a topic how do display top 10 new release songs?

    how do display top 10 new release songs?

    Hi!

    My backend is MS-Access. I want to display the resent new releases song.
    i got in error in query. i tryed in two way, but i didn't got the answer. pls help me........

    1. "Select Title,singer,Re lease_date from tbl_Item_Master where datediff(month, Release_date,no w())<=1 order by Release_date;"

    2. "Select Title,singer,Re lease_date from tbl_Item_Master where datediff(month, Release_date,ge tDate())<=1...
    See more | Go to post

  • shivasusan
    started a topic How do collect data in array?

    How do collect data in array?

    i have data in database. I want to collect data in combo box.

    for ex:
    field name: New_song
    data: aaa
    bbb
    ccc
    ddd

    how?

    pls help me....
    See more | Go to post

  • shivasusan
    started a topic Insert data into two table

    Insert data into two table

    Hi!

    I have two tables in my database (userinfo, logininfo)

    - userinfo table has five fields (uname, pws, con_pws, squest, sans)
    - logininfo table has then six fields (fname,lname,do b,add1, add2, country)

    I want to insert data in two tables (userinfo, logininfo) using this code:
    Code:
    <%sql1="insert into userinfo (uname, pws, con_pws, squest, sans) values ('"&uname&"','"&pws&"','"&con_pws&"','"&squest&"','"&sans&"');"
    ...
    See more | Go to post

  • shivasusan
    started a topic How do display new releases songs?

    How do display new releases songs?

    Hi!

    My backend is MS-Access. I want to display the resent new releases song.
    i got in error in query. i tryed in two way, but i didn't got the answer. pls help me........

    1. "Select Title,singer,Re lease_date from tbl_Item_Master where datediff(month, Release_date,no w())<=1 order by Release_date;"

    2. "Select Title,singer,Re lease_date from tbl_Item_Master where datediff(month, Release_date,ge tDate())<=1...
    See more | Go to post

  • shivasusan
    started a topic How do collect all data in combo box?

    How do collect all data in combo box?

    Hi!

    Pls help me.
    My backend is MS-Access.
    This is my coding........

    <%pathdefiner = "../"%>
    <!--#include file="../Connection/connector.asp" -->

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">...
    See more | Go to post

  • shivasusan
    started a topic How many server can run ASP program?

    How many server can run ASP program?

    I want to know. how many server can run asp program? because My system cann't support IIS server. (Windows vista SP2). so pls send me list of server name. pls help....... i am waiting for yrs reply.

    Advance thanks.....
    See more | Go to post

  • shivasusan
    replied to change the text box name
    Hi!

    How i can solve this problem? still i didn't get the answer. pls any one help me...

    I try like this.... but i got error message, ("tbl.tBodie s[0].rows[i].myRow is undefined. var aRow = tbl.tBodies[0].rows[i].myRow.two.valu e.length; ")
    below is my code:

    Code:
    function validateRow(frm)
    {
        var tbl = document.getElementById('tblSample');
        var lastRow = tbl.rows.length
    ...
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    i got this error:

    document.getEle mentById("txtf" + i) is null
    var FDate= document.getEle mentById('txtf' + i).value;
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    document.getEle mentById("txtf" + i) is null
    var FDate= document.getEle mentById('txtf' + i).value;
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    now i changed the name, also i got the same error.

    pls help me.... reply to me immed..


    Thanks & Regards,
    Susan
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    Hi!

    Pls check my coding below:

    Code:
    <html>
    <head>
    <link href="../calCSS/CalendarControl[1].css" rel="stylesheet" type="text/css">
    <script src="../calJS/CalendarControl.js" type="text/javascript"> </script>
    
    <script language="JavaScript" type="text/javascript">
    ...
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    Hi!

    document.getEle mentById("txt_C " + i) is null
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    Hi!

    yes.... i changed the the name for the text box.

    now i got the error in validateRow(). how to solve?

    delete row code:
    Code:
    for(var k=i;k<lastRow-1;k++){ 
    
     
       tbl.rows[k].cells[0].innerHTML = (k-1)+1; 	 /// serial no.
    tbl.tBodies[0].rows[k].myRow.two.name = 'txtc'+ k; // input text country
    	tbl.tBodies[0].rows[k].myRow.three.name = 'txtf'+ k; // input
    ...
    See more | Go to post

    Leave a comment:


  • shivasusan
    shivasusan posted a Visitor Message for dmjpro
    hi
    r u online? I need yr help..
    See more | Go to post

  • shivasusan
    replied to change the text box name
    Hi!

    tbl.rows[k].cells[0].innerHTML ---- display the inner value of the text node.

    by using this way, i want to get the text box value. how?

    i try like this:
    Code:
    tbl.rows[k].cells[0].value
    pls reply to me immed....

    Thanks & Regards,
    Susan.
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    Hi!

    I was changed...."get ElementsByName( )", but I didn't got the answer. The alert message display "undefine"
    Code:
    getElementsByName()
    pls help me..

    Thanks & Regards,
    Susan.
    See more | Go to post

    Leave a comment:


  • shivasusan
    replied to change the text box name
    Hi

    pls check my code is below:

    Code:
    for(var k=i;k<lastRow-1;k++){ 
    
     var aRow = document.getElementById('txtc' + k); 
    // var FDate = document.getElementById('txtf' + (k+1)); 
     //var TDate = document.getElementById('txtt' + (k+1)); 
    
        tbl.rows[k].cells[0].innerHTML = (k-1)+1; 	
    	alert(document.getElementByName('txtc' + k)[0]);  
    	aRow = "new_Name";
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...