|
eBay-style drop down menu Hi everybody! does anyone know a script to have an eBay-style dropdown menu? (the one that shows up pointing on "Categories") thanx in advance for your answers. ... 6 May 2008 23:25
Name of class instance Matthias Watermann wrote: On Tue, 06 May 2008 03:09:03 -0700, VK wrote: [...] var o1 = new childOne(), o2 = new childTwo(); Now when calling "o1.aMethod()" the "DUNNO" should be "o1" and the same with "o2" respectively. and with var o1 = new childOne(); // ... var foo = o1;... 6 May 2008 22:21
why do both lines of code work?! Hello, I have 2 lines of code which are different but both work. I refer to the 3rd line with the url in it. In the first case the // are not escaped, in the second they are. Either soundManager.createSound({ id:'mySound'+t, url:'http://www.site.com/files/Track' + (+t+35) + '.mp3', onfinish:function(){doc... 7 May 2008 06:40
How to re-print values from combobox selection Hi, We have a combo box on our page, which gets populated via a MySQL Query in PHP. What we want to do is to print the values on the page in a table that correspond the to selection from the combo box without a page refresh. I assume that I'll need to query ALL the needed values from the database and store ... 6 May 2008 23:25
Javascript and the combobox printing issue Hi, We have a combo box on our page, which gets populated via a MySQL Query in PHP. What we want to do is to print the values on the page in a table that correspond the to selection from the combo box without a page refresh. I assume that I'll need to query ALL the needed values from the database and store ... 6 May 2008 22:21
Extending objects either from existing object or by loading externalplugins. How? If trying to extend an object via an object extender (as seen on http://tinyurl.com/4txyvf). It takes two arguments: obj(ect to extend) and prop(erty to extend with) I want to remodel this function in a way, that prop can be either an object I have already defined /or/ the filename of an external resource. ... 6 May 2008 22:21
how to force page down to see AJAX return info? Hello I have a <div> in which the returned AJAX info appears but IE and FF seem to deal with it differently. IE at the moment places it to the right of a set of other <div>s whilst it is just below the bottom of the page with FF. Is it possible to force the page to move down so that the returned info is visib... 6 May 2008 23:25
Appending Events Hi, I have a situation where I have a button with an onclick event containing a function and I need to append a function to that event. For example, I have: <button id="btn" onclick="func1(param);">The Button</button> When the user clicks another button, I want to essentially have the button above look li... 6 May 2008 23:25
Unknown runtime error I have googled for '"Internet Explorer" "Unknown runtime error"' and not found anything useful. I have the following (for simplicity of presentation here): <div><table><tr><th id="foo"></th></tr></table></div> In my javascript I have two lines: var titleObj = document.getElementById('foo'); tit... 6 May 2008 23:25
still hoping for a little help! Hello I cannot see why this is not working - the idea being to check the email address entered and if OK to move to either one of 2 pages - the move does not happen. The code below is in the lower of 2 frames. Why?! Cheers Geoff function getNextPage(){ var num = Math.random(); if (num<.5) { ... 6 May 2008 23:25 |