User Profile

Collapse

Profile Sidebar

Collapse
vetrib2w
vetrib2w
Last Activity: Apr 6 '09, 07:24 AM
Joined: Aug 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • It is not the html file and it is template file.I am using smarty template .It is very big fine so i cant able to post the file....
    See more | Go to post

    Leave a comment:


  • Thanks for providing me the firebug for IE.
    and this is the error it showing up in IE
    "Object doesn't support this property or method (cart.php?mode= checkout,268)"

    WHERE cart.php?mode=c heckout =>current page...
    See more | Go to post

    Leave a comment:


  • Is it possible for you check the IE browser with firebug.
    And i have checked in FF with firebug .and it didnt turn up any error.
    And i am working in my local system .So i cant provide you the link....
    See more | Go to post

    Leave a comment:


  • Ok.I hereby attached my script(ajax function in which i am getting the error).
    Error Line:
    document.forms. checkout_form.a ction = url;

    Is this help you to slove my problem?
    Please tell me is there any typo error?

    Code:
    function ajax_return_to_order(serverScript, insert, Data)// to take order .dont disturb this function
    {
        var xmlHttp;
        try {
            // Firefox, Opera 8.0+, Safari
    ...
    See more | Go to post

    Leave a comment:


  • What do you mean by typo ?
    Could you please tell me in brief.


    NOTE:
    I did this by mistake while typing in this forum so this is not the issue...
    See more | Go to post

    Leave a comment:


  • While typing in the forum i made a mistake .Sorry.,but actually it is http://
    So,this is not the issue.
    and thanks for your quickly response....
    See more | Go to post

    Leave a comment:


  • Yes there is an hidden action field .But i removed that field too even i am getting the error.
    Is there any other reason?...
    See more | Go to post

    Leave a comment:


  • vetrib2w
    started a topic Form Action using Ajax+Not working in IE

    Form Action using Ajax+Not working in IE

    Hi ,

    In short:
    How to change the form action attribute value using javascript and that need to supported in IE also ?

    BRIEF:

    I am using ajax function to submit the form.
    I am also changing the action of the form tdynamically using java script.Its is working fine in FF.But i am getting the ERROR as "object doesn't support this property or method" in IE

    I found that Error is...
    See more | Go to post

  • vetrib2w
    replied to display certain images on certain pages
    in PHP
    reply

    Hi,
    find the index.php in templete folder and there i added this code to use the different class name for frontpage and other page.

    Code:
    <?php
    if ($_GET[view]=="frontpage") { ?> 
    class="wrapper-bfront"
     <?php
     } else { 
    ?> 
    class="wrapper-b" 
    <?php 
    } 
    ?>
    And $_GET[view] which tell you the name of the page....
    See more | Go to post
    Last edited by Markus; Nov 26 '08, 10:58 AM. Reason: added [code] tags.

    Leave a comment:


  • vetrib2w
    replied to display databse records
    in PHP
    I did few changes in your code.. try this now?

    [PHP]<?php require_once('C onnections/mysql_connect.p hp'); ?>
    <?php
    if (!function_exis ts("GetSQLValue String")) {
    function GetSQLValueStri ng($theValue, $theType, $theDefinedValu e = "", $theNotDefinedV alue = "")
    {
    $theValue = get_magic_quote s_gpc() ? stripslashes($t heValue) : $theValue;

    $theValue...
    See more | Go to post

    Leave a comment:


  • vetrib2w
    replied to Import data from mysql to excel
    if you can access the database just export data in csv format.
    See more | Go to post

    Leave a comment:


  • vetrib2w
    replied to session_start error
    in PHP
    don't print anything before session start.so make session start as your first line
    See more | Go to post

    Leave a comment:


  • I don't see any difference.I tested in ff and chrome.and your drop down search calender looking wried in chrome and i cant pick a date in ff(calender is popping in and out simultaneously) .
    See more | Go to post

    Leave a comment:


  • vetrib2w
    started a topic help need to find row size...

    help need to find row size...

    Hi friends,
    I need to find the record size when i m fetching the data from mysql table .
    example:
    id|name | details|
    1 |vetri | b2w |
    2| peter | dog |
    query:
    SELECT * FROM example where id='1';
    -------
    When i execute this query i need to find the size(in bytes) of the resulting output.

    Thanks in advance.
    See more | Go to post
No activity results to display
Show More
Working...