i need a develop ajax based browsing, for example www.mysite.com/#articles?type=1, www.mysite.com/#articles?type=2 etc. are urls for ajax based browsing, but when i write this link in new IE window i must get rid of # sign:
www.mysite.com/#articles?type=1 =>>> www.mysite.com/articles?type=1
how...
myform=document.createElement("form");
myinput = document.createElement("input");
myinput.setAtribute('type','text');
myinput.setAtribute('name','formName');
myform.appendChild(myinput);
i dont understand why it doesn't work..
today i discover wonderful form validator - TMT validator (http://www.massimocorner.com/validator/index.htm), but it doesnt work with xajax:( maybe there is similar open source form validator, which can work with xajax?
difference between IE6 and FIREFOX is that IE6 text '2nd row content' is placed in 2nd row 1st and 2nd cell (colspan=2), but in Firefox only in 2nd row 1st cell(colspan=1)
i have a table:
<table>
<tr id="a1"><td></td></tr>
<tr id="b1"><td></td></tr>
<tr id="a2"><td></td></tr>
<tr id="b2"><td></td></tr>
</table>
how can i delete a1 abd b1 rows by it's id?
i must make something like http://www.telerik.com/r.a.d.controls/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx
Please suggest me similar open source ajax/php solutions!
Thanks:)
I'm trying to make something like http://www.telerik.com/r.a.d.controls/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx
Maybe there is some open source javascript/php framework or libraries, which can help me in this task?:)
i have many forms and when i want get some form values i cant do that:
function updateForm(id)
{
.....
document.forms.id;
.....
}
in this function i pass id parameter which form i must process, but there is no allowed document.forms.id construction, because id is variable. How can i get...
i have serious problem. I'm trying to make datagrid like this one - http://cristian.nexcess.net/ajax/grid/ , but i dont understand how i can in table row make form of all cells.
Code:
roomRow[0].innerHTML =
'<input class="editName" type="text" name="name" '+
'value="' +...
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.