User Profile
Collapse
-
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.... -
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...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....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
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...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....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?...Leave a comment:
-
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... -
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 } ?>
Leave a comment:
-
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...Leave a comment:
-
if you can access the database just export data in csv format.Leave a comment:
-
don't print anything before session start.so make session start as your first lineLeave 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) .Leave a comment:
-
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.
No activity results to display
Show More
Leave a comment: