Search:
Type: Posts; User: lorkan
Search :
Search took 0.01 seconds.
obj.name does only seem to work with internet explorer in order to produce the
name="the_name" of some html tags (in this case <P>).
Therefore one should use
title="the_name" instead, which...
Hi!
My problem is that obj.name, or any of its derivatives do not seem to work in FF and Chrome, but work fine in IE.
The variable obj stems from
function catchIt(e) {
if (editing)...
Hi!
I'm going to post the whole code right here, and I hope that somebody could help me figure out why the layout of the page gets mixed up in IE.
The problem is that everything that i marked...
Hi!
Made a script for uploading and resizing images, and then making thumbnails of them.
Problem is that the script crashes with no error messages (let's say it just stops) if the image is over...
Thank you! Your shot into the dark worked and the best way to fix the code to work in both IE and FF is as following:
echo '<td...
Hi!
Now the cursor changer works fine in firefox, thanks, but I would like the focus thing to work too.
Code this far:
echo '<td...
Hi!
I'm trying to use an onclick event on a link to make the page scroll down to a <td> which is labeled with an id.
<td id="<?php echo $objectnr; ?>..........</td>
To do this I am using...
thanks a lot!
worked just as I wanted after I implemented the piece of "ajax" sending the information to the server-side...
What you would need is a script that changes the image source to another image with a delay - which means that it doesn't change it right away, but waits a while for every change... and loop through...
hasn't anybody got any idea??
please try to help me out here...
That didn't help, but you are right that it should be like that...
But still - the problem remains that I have to click an extra click for the function to start running...
any thoughts?
Hi!
I've written a script for changing background color in a table or to be specific in a <td>.
The table looks like this:
<table bgcolor='#FFFFFF' border='1' id='manad' name='1'>
<tr...
thanks,
It is very close to be perfect...
what happened when I did the last change:
while ($row = mysql_fetch_array($resultt))
{
$count = mysql_num_rows($resultt);
Thanks for your reply.
You are right about the $c, I never wrote from where I get it (it is in the top of the page) and I get it though:
$c=$_GET["c"];
It comes from an ajax application and I...
ok. so far I have come to this code... made a few changes, so If you are planning on a solution - it is for this code:
$month_length = "28";
$sql="SELECT * FROM `schema` ORDER BY `objektnr`";...
could a simple redirect script help?
I'm not sure about what you ask for...
Hi!
I'm very much for the simple way when it is simple so this is what I would suggest...
substr($string, $start, $length)
$start and $length are of course integers.
See example:
hasn't anybody got any ideas??
well of course!
You build a php page with a <form method="post" action="yourpage.php">
in the form you have inputs with different names.
In the top of your page before the html you configure...
Hi!
I'm trying my best to make a sort of calendar that only shows colors.
It takes the colors from a DB. The output should be a table with 1 row for each objektnr (object number) in the db. That...
Hi!
Try this link it is an ajax example on how to do it with style.
http://www.w3schools.com/php/php_ajax_poll.asp
It can be pretty difficult if you want to put a lot of our own touch on it....
To solve the array problem when the scipt only runned 3 times - one for each variable in the array - I took away the foreach loop.
But still remains the problem of the incremention that I mentioned...
thanks,
that made it work.
but still we have more to solve.
it only makes 3 input - one for each array. and on those it increments but wrong.
It increments both day and month - so 201 gets...
Hi!
What I need is a loop that inserts values into a mysql db. The script is for a special calendar and has some very special conditions.
First if you look at the do/while loop inside the...
Hi!
This is a part of a larger function but I need this to work first.
When I click the checkbox I would like an alert telling me that I have...
This is what I put in the <header>
<script...