Thank you jeff,
but adding a doctype didn't bring any benefit,the problem remains.
The updated code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>12345 12345 12345 12345 12345 </title>
<meta http-equiv="Content-Type"...
Hi all,
i'm building a new, totally css based, layout for my site but i'm having troubles to have it working.The best results are with Firefox and Opera while in IE it's broken.I need to have all the blocks aligned one to each other with no space (displayed by the yellow color) between and...
Thank you tsuj,
but the code you provided doesn't seem to work properly.
I have many other images/links within the same page and it actually allows only one value to be inserted into the textarea blocking all the other links after the first click.
BTW,"uncaught exception" errors are shown in...
Hi all,
i've searched this forum before posting but didn't find a "clean" solution to my problem.
I have an image with a link on it:
<a href="#null" onClick="addValue('bold');"><img src="images/myimage.gif" title="Some text" alt="Some text" /></a>
which adds the value in a textarea in the same...
Hi all,
i have a page (main.html) and an iframe loading another page (frame.html).
In main.html an array is loaded to replace some variables:
arrayname['key_one_name'] = 'First value';
arrayname['key_two_name'] = 'Second value';
and so on...
For some reason this array is not loaded into...
Hi all,
i've found this nice foldout menu (click-show-hide menu) at
http://gosu.pl/dhtml/mygosumenu.html
that you can test it here:
http://gosu.pl/demo/mygosumenu/1.3/example2.html
and this is the full code:
/*
* DO NOT REMOVE THIS NOTICE
*
* PROJECT: mygosuMenu
* VERSION: 1.3.3
*...
Hi all,
i have this array
Array ( [0] => . [1] => .. [2] => serverstats.php [3] => phpstats.php [4] => phpstats.php~ [5] => serverstats.php~ )
It retrieves the values by scanning a directory where there are only two files
serverstats.php and phpstats.php
For some strange(for me) reason it...
Hi all,
i have this code:
var popupSrc = document.getElementById("f_url").value;
var popupTitle = document.getElementById("poptitle").value;
html = "<a href=javascript:myPopImage(";
html += "'" + popupSrc + "',";
html += "'" + popupTitle + "'";
html += ")>";
where "f_url" and...
Thank you cLFlaVA,
it works fine but it misses 2 things:
1)it actually doesn't allow multiple insertions
for the same text so you cannot have:
text1,text2,text3,text2,text1,text1,....
but only
text1,text2,text3,text4,....
2)Is it possible to have text insertions on the exact point where the...
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.