First  |  Prev |  Next  |  Last
Pages: 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
Javascript Opacity - Fading In and Out
The following code updates the classic BrainError code for fading elements in/out. If you are using that code, note that I've changed the calling opacity to the standard: 1.0 = opaque, 0.0 = gone. (R.I.P. BrainError.) Tested on Win: Opera 9, Firefox 2, MSIE 7. On KDE 3.3.2 works in Opera and Firefox, but not wit... 4 Jul 2008 15:07
Multiple scripts on same HTML page
I know I can have multiple scripts on one HTML page (at least I think I know I can). i.e. <script language="Javascript" type="text/javascript" src="../js/mainbutts.js"></script> ...html code... ...html code... <script language="Javascript" type="text/javascript" src="../js/extrabutts.js"></... 4 Jul 2008 14:06
createElement not work
I'm trying to add new tags into document using createElement() function but this not work. Tested in FF2 and IE6. Simple example is here http://web.practisoft.cz/samples/jstest.html Buttons enclosed in first div are created in html code and work as expected. Buttons in second div are created by createElemen... 4 Jul 2008 10:00
Stop script for a while.
I have a question. Can you do in JavaScript sth like that: * cmd1 statement_to_stop_script_for_e.g._2seconds, hmm.. stop(2) or sth like that... cmd2 and so on. * Best wishes! Magnus ... 4 Jul 2008 06:56
JavaScript at Davar Web Site
Please find at the link below some examples of JavaScript programming techniques along with several useful fully-functional JavaScripts. http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM - References - JavaScript Frequently Asked Questions - JavaScript programming code patters - Applications - Thumbn... 5 Jul 2008 15:35
FAQ Topic - How do I make a 10 second delay? (2008-07-04)
----------------------------------------------------------------------- FAQ Topic - How do I make a 10 second delay? ----------------------------------------------------------------------- There is no built-in way to pause execution in javascript such as a sleep function, but hosts usually provide a method of som... 3 Jul 2008 19:42
How to get when daylight saving starts and ends (date and time) from java script ?
In comp.lang.javascript message <fa478142-887b-4b22-ad35-57dc1f35b2db(a)l2 8g2000prd.googlegroups.com>, Wed, 2 Jul 2008 16:16:06, RobG <rgqld(a)iinet.net.au> posted: You might also try this thread: <URL: http://groups.google.com.au/group/comp.lang.javascript/browse_frm/thread/775b75b6485049dd/45d24f4dc9f96770... 7 Jul 2008 18:41
Javascript Slideshow + MS Acess
I have a very simple javascript slideshow. It is extremely basic (see small sample below): <script language="JavaScript1.1"> <!-- //specify interval between slide (in mili seconds) var slidespeed=100 //specify images var slideimages=new Array("images/slideshow/dog_logo.gif", "images/ slideshow/cat.gif... 6 Jul 2008 12:58
nested accordions with internal links?
Javascripters: Here's an example of HTML with JS accordions: http://www.stickmanlabs.com/accordion/ From an information content viewpoint, you can only see one accordion at a time. You cannot open a select two of them simultaneously. Next, there's no system here to link from one panel to another. If one ... 3 Jul 2008 13:32
Forcing reload...
Hi! I need to do something like this <script type="text/javascript"> open('?logout'); </script> but not as a popup, but making the same page go on to this. What should I use? go('?logout'); reference? url? ... 3 Jul 2008 12:30
First  |  Prev |  Next  |  Last
Pages: 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142