17,114 Topics
![]() | |
How come some images don't load on my computer, for instance, when i'm on this site sometimes the new post icon is missing but if i refresh it appears but then another icon (picture) doesn't load. Also i've got some adverts for my website from burst! and they should load … | |
hello, my 1st post.... i want to have a blinking cursor at the end of a sentence on my site. just like the blinking cursor on this page. does anyone know how to do this? i cant figure it out. im a rookie at website design so please dont get … | |
[i]HTML Complete [/i]is a one of a kind computer book, valuable both from its broad contents and its low price. This book contains the essentials you need to know about creating and modifying Web pages with HTML. With [i]HTML Complete[/i], you'll learn all about Web publishing, working with HTML, designing … | |
Hi All, Can any one give me the code for closing a browser window. [code] function closewindow() { if (newwindow && !newwindow.closed) { newwindow.close() } } <input type="button" value="close" onclick="javascript: closewindow()"> [/code] this is what i have and it dont work. also, just a point, the first time i used … | |
Hi All, i am using a combination of php and javascript on a current project, but i have got stuck. bellow is a sudo code page to try and explain what i am doing <js> function = newwindow() </js> <form> <?php echo field1> <?php echo field2> <inputtype=checkbox> onclick = submit … | |
I'm running IE 6 on XP and for some strange reasons, when I'm logged onto Yahoo mail, every once in a while I get a message telling me I need to upgrade my browser to IE 5. It also tells me I need to enable my javascript. My javascript is … | |
When I disable my webpage the text in my edit fields duplicates. e.g. ABC changes to ABCABC. THis only seems to happen when I have my edit fields in a <table>. A sample of my code is provided. I'd appreicate any help. Thanks, B. [code] <html> <head> <title>Test</title> <script type="text/javascript"> … | |
first post! hello all. :) i'm in the process of converting some vbscript into jscript at work, and not being an expert when it comes to any sort of javascript (or c syntax generally) i am now stuck. specifically with the 'switch' statement. the application is a server-side api that … | |
I have a web page that's seperated into basically two columns: The left column has two subsections, one being the menu (part of index.html) and another one underneath being a frame labeled 'sub'. Sub's scrolling is always off, as set by index.html. On the right column I have a frame … | |
I have a marquee which will slow down on mouseover. [code]<marquee behavior="scroll" scrollAmount="6" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=6" onMouseDown="this.scrollAmount=0" onMouseUp="this.scrollAmount=1"> Some links and other stuff here... </marquee>[/code] However, it is annoying, becuase I don't want the marquee to slow down unless the user moves over a link. Does anyone know how I can … | |
Does JavaScript have any uses anymore? I took about 6 months learning it, and I can't find anything to put it to use.. (Never mind) | |
I pulled an all-nighter adding lotsa new features to the forums. (OK, so I just couldn't sleep b/c of really bad headaches, but ... well ... at least I got something accomplished). There's a new logo up top. There's Alice, an AI bot who loves to chat in the Coffee … | |
does 1 need to learn Java b4 pickup up Java 3D, or is a) Java 3D more of an IDE, or b) is it akin to Java's relationship w/Javascript - basically none? | |
I just noticed the darn JavaScript jumpbox doesn't work on all of the pages! The code is the exact same for all of 'em ... I dunno what its problem is. I'm studying chemistry and computer architecture for 2 midterms right now ... but as soon as I get a … |
The End.