Forum: JavaScript / DHTML / AJAX Aug 12th, 2009 |
| Replies: 43 Views: 1,703 [COLOR="Red"][var li = this;/COLOR]
it give me an erroro in this line |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 43 Views: 1,703 <form name="menu">
<font face="Comic Sans MS " size="4" >
<table id="menutable" name="table1" frame="void" rules="none" >
<ul>
<tr ><li><a href="main.html" onmouseover="ChangeCol();" id="ch1" ... |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 22 Views: 1,114 I don"t think change ID is a good Idea because in a future you may use they "id" in another cases |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 43 Views: 1,703 I have a menu and I want when I mouseover them it change their color and style .Are the any suggestion? |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 5 Views: 336 I really don't wantto to store data if are any way to insert data directly to the forum page? |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 5 Views: 336 that is my question I don"t want to use any language not PHP,MySQL |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 4 Views: 463 my mistake you was right
It work perfect .
Thanks
Best Regards |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 5 Views: 336 Hi,I have maybe stupid question but are anyway to build "forum" on javaScript or Html without using SQL or ASP
maybe there is way client send his information directly to the page?
Thanks,Sergey |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 4 Views: 463 Here my script I tried now :
<script type="text/javascript"">
function Reset()
{
opinion.value="what to improve insert your opinion";
document.getElementById("op1").checked=false;... |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 6 Views: 574 thaanks a lot it solve my problem
Best Regards |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 574 I still can get to solution
sorry |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 3 Views: 470 <script language="JavaScript" type="text/javascript">
function curTime()
{
var now=new Date()
var hrs=now.getHours()
var min=now.getMinutes()
var sec=now.getSeconds()
var don="AM"
if... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 3 Views: 470 I wrote code below it open me a new window and show current time but I want it will show it in same window and chnge each second
here is my code (i think I must use setInterval function to change... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 574 it's look likewhat I look for but I get some exception on line:
var cell1 = table.rows[ 0 ].cells( 0 ).style.backgroundColor = col;
do you know what a reason ? |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 574 I wrote this code bellow but it doesn't work how I get to bgcolor of tr tag?
<table id="menutable" name="table1">
<tr onmouseover="ChangeCol()" id="tr_1"><li><a href="main.html" name="main"... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 4 Views: 463 I want reset user choice of radiobutton here is my code
form action="mailto:meerovichsergey@gmail.com" method="post" enctype="text/plain">
<fieldset>
<legend>Your opinion</legend>
<input... |