Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: mohammed2raja ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008
Replies: 6
Views: 3,841
Posted By mohammed2raja
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<script>
function show()
{
var ss= document.getElementById('s1');
var len= ss.options.length;
var str="";
var...
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008
Replies: 6
Views: 3,841
Posted By mohammed2raja
oSelect = document.getElementById ('s1');
var iNumSelected = 0;
var str="";
for (var iCount=0; oSelect.options[iCount]; iCount++) {
if (oSelect.options[iCount].selected == true) {
...
Forum: JavaScript / DHTML / AJAX Sep 26th, 2008
Replies: 1
Solved: image as link
Views: 669
Posted By mohammed2raja
I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript.
I try this byt it files:...
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008
Replies: 3
Views: 865
Posted By mohammed2raja
Forum: JavaScript / DHTML / AJAX Sep 25th, 2008
Replies: 3
Views: 865
Posted By mohammed2raja
I want to design a progress bar when a file from data base in loading. Any body can help me.
Showing results 1 to 5 of 5

 


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

©2003 - 2009 DaniWeb® LLC