256 Posted Topics
does anybody know of a good tutorial on how to draw a 'physical network diagram' im required to do it for my studies but they havnt supplied an example and i seemingly cannot find one at all through searching. Just applications that claim to do it for me. I know … | |
hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net? | |
Re: here you go [CODE] <script type='text/javascript'> function isEmpty(elem, errMsg){ if(elem.value.length == 0){ alert(errMsg); elem.focus(); return true; } return false; } </script> <form> Name : <input type='text' id='name'/> <input type='button' onclick="[COLOR=red]isEmpty(document.getElementById('name'), 'Please Enter a Value')[/COLOR]" value='Check Field' /> </form>[/CODE] obviously it will work the same with a textarea but i just … | |
Re: it would be alot better if you would have planned this into the method before hand but the easiest way to do this that i can see is to wrap the entire code with : [CODE] boolean okFlag = false; while (!okFlag) { ...CODE HERE } [/CODE] then when you … | |
hello, ive been busy trying over and over and over again to write a block of SQL that will perform this task for me but have failed ever time. hopefully someone can point me in the right direction or at least gime a hand cheers. task : to work out … | |
Re: im pretty sure flash handles .swf movies similiar to images. I cant say for sure as i havent used flash in time. but i have this link which could help [URL]http://flash-creations.com/notes/dynamic_preloadswf.php[/URL] |
The End.