- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
The computer lover
thought to be smartest person ever by my friend :P
- Interests
- computers, chatting with friends, solving their problems which seem noobish to me :P what else ? you…
- PC Specs
- Intel Core2Duo 2.97GHz, 2GB DDR2, 1GB OnBoard Graphics, Windows 7 Ultimate 32 Bit, Ubuntu on VBox :)
9 Posted Topics
Re: Just try checking out the documentation. It helps most of the time. ![]() | |
Re: echo '<meta http-equiv="refresh" content="3; index.php" />'; | |
hey, as i said, i am phpl0v3r ( if you can't read phplover :p ) i love to code php, js i love debugging problems i love neat web design i love learning new stuff i love my friends and family and i truly love good nature in the world … | |
Re: function checkString($string){ for($i=0; $i<10; $i++) if(strpos($string,"$i") > -1) return false; return true; } | |
[URL="http://docs.sun.com/source/816-6408-10/"]http://docs.sun.com/source/816-6408-10/[/URL] [B]This book is a reference manual for the JavaScript language, including both core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications.[/B] [B]Grabbed using Internet Download Manager Grabber for offline usage :[/B] [URL="http://www.fileserve.com/file/J8GQUgu"]http://www.fileserve.com/file/J8GQUgu[/URL] [URL="http://www.mediafire.com/?hagu8fzjf20mrww"]http://www.mediafire.com/?hagu8fzjf20mrww[/URL] | |
Re: [CODE]var a = document.getElementById('emailsetting'); b = a.length; for(var i = 0; i < b; i++) { if(a[i].checked) { a[i].checked = false; } }[/CODE] document.getElementById('emailsetting') is an array .checked should be a bool not a value | |
Re: [URL="http://lmgtfy.com/?q=php+compare+date"]http://lmgtfy.com/?q=php+compare+date[/URL] ![]() | |
Re: i guess, its not possible to show your bar on others pages but what you can do is, show others pages on page showing your bar :P just read about iframes. though, it is not good programming practice, it gets your job done :) | |
Re: [B]HTML[/B] [CODE]<select name="select1" id="select1" onChange="return changeForm();"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> </select> <select name="select2" id="select2"> </select> [/CODE] [B]JavaScript[/B] [CODE]function changeForm(){ var a = document.getElementById("select1"); var b = document.getElementById("select2"); var c = a.options[a.selectedIndex].value; if(c == 1){ b.innerHTML = '<option value="1.1">1</option><option value="1.2">2</option>'; } if(c == 2){ b.innerHTML = '<option … |
The End.