Forum: JavaScript / DHTML / AJAX Jun 27th, 2008 |
| Replies: 2 Views: 1,520 Oh I forgot...... for drop down list you need to change
this line of code
<option value="selected">SELECT</option>
to this
<option value="0"SELECTED>SELECT</option>
And to validate would be... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2008 |
| Replies: 2 Views: 1,520 For the radio button u need to group both radio buttons that means u gona have the same name for both of them u can change this line of code
<input type="radio" name="genderM" value="Male"... |
Forum: JavaScript / DHTML / AJAX May 30th, 2008 |
| Replies: 3 Views: 971 The problem could be that you have this OuPut = OutPut + Numbers[i] + "\r"; instead of OutPut = OutPut + Numbers[i] + "\r"; the spelling of your output is wrong before the equal sign maybe if you... |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 18 Views: 7,014 Thanx for understanding and please cool down soon |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 18 Views: 7,014 MMMmmm.... thats quite hash and please forgive my mistakes... but for the sake of Daniweb and its Precious fellows lets be civil.... Why... Because
1. I thought I was helping you with ur thread... |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 18 Views: 7,014 Easy, Easy Tefflox..... All generalizations are wrong, Besides I dont know what ur complaning about (PS... Man invented language to satisfy his deep need to complain) coz U have solved your own... |
Forum: JavaScript / DHTML / AJAX May 15th, 2008 |
| Replies: 18 Views: 7,014 What one can say!!!!!
We may rather call it plagiarism than just a plain homework, Anyways Im just glad I dont have to go through all that, mainly trying to fascinate or impress Daniweb's Gurus... |
Forum: JavaScript / DHTML / AJAX May 15th, 2008 |
| Replies: 18 Views: 7,014 Well..... if U solved it U can mark it as solved, to eliminate the waste of time ur fellows would waste trying to understand ur complex code |
Forum: JavaScript / DHTML / AJAX May 14th, 2008 |
| Replies: 18 Views: 7,014 If I understand you correctly.... U are struggling with validating radiobutton (i.e) U wana make sure that one of them are seleceted well if thats the case, we can attempt to fix by doing the... |
Forum: JavaScript / DHTML / AJAX May 13th, 2008 |
| Replies: 3 Views: 1,589 |
Forum: JavaScript / DHTML / AJAX May 12th, 2008 |
| Replies: 4 Views: 2,301 Ur welcome :) , Mark it as solved if solved |
Forum: JavaScript / DHTML / AJAX May 12th, 2008 |
| Replies: 4 Views: 2,301 U can create ur login page separately and use window.open in ur home page, using javascript or anywhere in the body of ur default home page the following will lead you to the right path
You can... |
Forum: JavaScript / DHTML / AJAX Mar 28th, 2008 |
| Replies: 3 Views: 887 Anytime... U can mark it as solved now |
Forum: JavaScript / DHTML / AJAX Mar 27th, 2008 |
| Replies: 3 Views: 887 I assume that u have ur if statement and return function to where ever site ur editing,
What I suggest u do for now is to change the last digit of ur submenu\MenuItem.... That is (eg.) in ur case... |