Today has been very good. I have successfully completed writing a data grid table and some very nice trickery. I must say, I am very proud of myself. :) and very appreciative of this forum ...
Now, I knew I was going to end-up needing to employ AJAX for the things I have in mind. I have a...
I did try that but when I click the minus image to hide the row again, the content was hidden but page did not roll-up.
In addition, when I showed the row, every row in the table looked funny (like 2.5 higher than normal).
I put the behavior back in the DIV tag and it works flawlessly except...
I have managed to figure it out. Perhaps, not the most attractive solution but a functional one.
Here is the new code
function ExpandSwap(i,j) {
var div = "custDetail" + i;
var td = "expand" + i;
var img = "img" + i;
//alert("Values are \n div: " + div + "\n td: " + td + "\n img: " +...
OK, I solved one of problems. I changed <a> tag to
<a class="white" href="javascript: hideall(328); ExpandSwap(1)"><img src="images/add.png" border="0" width="15" height="15" id="image1" name="img1"></a>
and I am no longer kicked up to top of page.
Regards,
Jose Lerebours
KNOWLEDGE...
I am working on a very nice data grid table. I am writing this dynamically using PHP. So far I have managed to get the table just the way I want it and added some very nice effect.
I am hiding a layer under the row. The left most column has an image (a plus sign); when clicked, three things...
Just because ... :)
Thanks for the follow-up. I will play around with the <tr> tag properties.
Regards,
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
I put the <div> tabs inside the <td> tags and content does not show but I can see that marginal border.
Can I get rid of it?
Thanks,
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
I just completed writing a script to show a data grid of my customer list. I do not want to show too much information horizontally so, I figure I use hidden layers and show them upon request.
That said, I have a table with 9 columns and one row per record set. I want to set a hidden second...
It looks like ActiveX is my problem ... I found this article
http://blog.thinkphp.de/archives/43-AJAX-redesign-your-PHP-applications.html
and it mentions this as a problem with IE and AJAX.
That said, I do have it disabled in my W2003 server for security reasons :) which is the very server...
It does not work in IE, same error as originally reported. In all these years I had never thought of MS family of products as @#@**$@$@ - Now that I am playing around with WWW development, the constant beating I get from IE (on top of PHP, JS, mySQL, Apache ... :) ... ) is just enough to make...
solepixel,
I spent a long time looking at the JavaScript. I even ran the PHP script by itself by passing the argument on the address bar and got what I thought was the proper results.
It goes to show that one must have a special gift to be a true integrated application developer.
As far as...
Hello!
I am reading off a book and came across the very first project. I typed all three programs (.htm, .js and .php) but I am not getting the expected results.
I decided to merge .htm and .js document to help trouble-shooting ... Here is the code I have
<!DOCTYPE HTML PUBLIC "-//W3C//DTD...
feherke,
It is a beautiful thing !!! I wish everything was this simple.
Thanks a BILLION!
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
It has come to my attention that one should be able to configure Apache Server to render .htm and .html pages through PHP Server thus resolving PHP code just as it does with .php pages. Is that clear? :)
What I am looking for is hide the type of server behind the page. So, if I were able to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.