|
First
|
Prev |
Next
|
Last
Pages: 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
FAQ Topic - What is the document object model? (2008-04-10) ----------------------------------------------------------------------- FAQ Topic - What is the document object model? ----------------------------------------------------------------------- This is the collection of objects provided by each browser. Basically, any object in the window hierarchy is part of the D... 9 Apr 2008 19:35
png transparency and IE problem I've got a problem creating dinamically a img object that should show a transparency in IE. This is the object that I would like to create dinamically using javascript: <img class="fixMe" style="background:url(immagine.jpg);" alt=" " src="diag.png" /> (the css class to fix the IE bug is: .fixMe { ... 10 Apr 2008 16:07
elaJa new Javascript Framework Hi, I have witten a Javascript Framework for the management of the following web technologies: DOM, CSS, Events and Ajax and this work has been published on sourceforge at: http://sourceforge.net/projects/elajaframework If interested, please try it and tell me what you think about it. on the sourceforge a... 11 Apr 2008 06:52
Finding the name of the element selected Is there an easy way to find the name of the form element that has current focus? For example, if I want to insert something into whatever form field the user happens to be on, but I don't know that field name, how can I find that information out? I ask because I'm writing a plug-in. Thanks! Anthony ... 9 Apr 2008 12:59
Shortcut icon from desktop - to web Hi there is it possible to make a link on a webpage - that users can click on And then get/download a direct shortcut to a this website ?? Like: <a href="javascript:window.external.AddDesktopComponent(location.href, 'website');">Add to Desktop</a> Ex.Take a look here http://www.econlit.org/icon.php ----... 10 Apr 2008 08:53
cookies, onLoad and IE v Firefox For reasons I won't bore people with, I'm modifying a session cookie inside an event handler and then analysing the cookie in the onLoad page handler when the user returns to the same page having navigated away from it in the meantime. My problem is that the behaviour is different in IE and Firefox. I've tried t... 10 Apr 2008 09:42
script which display a hint when you move mouse above some element Hello, I need help with some script. Let's assume that I have a html paragraph containing tags a: <p> .... ble ble <a id='link1' href='#'>link1</a> ... <a ...> </a>... </p> and I want to write the script which will be displaying the div (I don't know wheater this div element should exist staticaly or it sho... 10 Apr 2008 04:31
temporarily suppress eventhandlin I implemeted a help function, similar to the one found in many tool windows, where you first click on a questmark button afterwhich you can get help about various control elements by clicking on them. It works well: When you click on the questionmark your cursor changes to a 'help' cursor and when you click on an... 11 Apr 2008 14:17
comp.lang.javascript FAQ - META 2008-04-09 comp.lang.javascript FAQ - META - 9.88 - 2007-10-12 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with javascript? 2.2 What questions are off-topic for clj? 2.3 What do I have to do before posting to clj? 2.4 Why was my post not answered? 2.5 How do I direct someo... 9 Apr 2008 04:33
table Hi group, I am new to Javascript and want to know how I can create a table. It will hold a group of images. However, since images are stored on a server number of images to be displayed will be passed from a PHP code. Can somebody give me direction ? Thanks, ... 9 Apr 2008 19:35 |