Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: michael123 ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Mar 7th, 2008
Replies: 4
Views: 839
Posted By michael123
Another issue:
getElementById() works only in IE, if I try to use Firefox this will not work, how to solve this issue?
Forum: JavaScript / DHTML / AJAX Mar 7th, 2008
Replies: 4
Views: 839
Posted By michael123
thanks, that help me.
Forum: JavaScript / DHTML / AJAX Mar 6th, 2008
Replies: 4
Views: 839
Posted By michael123
I have a form text field called "field_0", and javascript code:

<script language="javascript">
function test() {
var a=document.form1.field_0.value;
alert (a);
}
</script>
<form name=form1...
Forum: JavaScript / DHTML / AJAX Nov 13th, 2006
Replies: 1
Views: 2,595
Posted By michael123
In html page I have two forms:
<form name=fm1 method=post action=aaa.html>
<input type=text name=a1>
<textarea name=a2></textarea>
<input type=submit>
</form>

<form name=fm2 method=post...
Forum: JavaScript / DHTML / AJAX Dec 15th, 2005
Replies: 3
Views: 13,617
Posted By michael123
I can run the following javascript code succefully in IE browser:

<script language="JavaScript" type="text/JavaScript">
document.formname.submit();
</script>

this javascript automatically...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC