| Thread | Last Post | Replies |
|
| How do I preserve the text formatting with IE? | 31 May 2007 22:08 GMT | 1 |
I want to preserve how the text looks in the code. It's a <td> element, so I styled it like this: td#textarea { white-space: pre; } It's working in FF. But IE6 is getting rid of the first blank line of my text. This line is necessary.
|
| How to change font size for web pages using Javascript & Coldfusion | 31 May 2007 21:44 GMT | 3 |
I have a website with various font options (small to large) buttons that the user can click on the banner, which runs through the site. Site contains both static and dynamic content. I have an onclick() event on the buttons. But, I am not sure where to put the javascript
|
| Unable to create a table in IE using Javascript. | 31 May 2007 19:48 GMT | 4 |
I don't know the problem with IE6. I have tried three methods, and they all failed. I eliminated the use of mootools' framework in method 3. MooTools is not the problem. Because the table is created but is not showing up. I have checked that with IE developper toolbar.
|
| global event handler | 31 May 2007 16:39 GMT | 1 |
i would need some kind of global event handler that is always triggered when the user clicks on an element within the page. The handler should be able to gather the element which was clicked. What strategy suits best for this issue or are there already some
|
| JS Brainteaser | 31 May 2007 16:09 GMT | 4 |
As written previously, I'm currently writing a master thesis on JavaScript - hence running into weird stuff in JS. I'm sure the task will be easy for most regulars, but it's slightly tricky nontheless. What does the following snippet print?
|
| Why parentNode has no properties? | 31 May 2007 15:54 GMT | 1 |
I have a simple test page with frames <html><title>Title A</title> <frameset rows="50%,*"> <frame src="frame1.html" name="frame1" />
|
| Is it possible to run a command on the client computer ? | 31 May 2007 15:39 GMT | 42 |
I saw here http://java.sun.com/javase/6/docs/technotes/tools/share/jsdocs/index.html that javascript has built-in methods such as cp, dir, date etc how do i get these to run on the client computer ?
|
| document.body.style.fontsize is not working | 31 May 2007 14:37 GMT | 4 |
Through an onClick() event, I have an inline function to change the font size of the page (actually, I need to do this for the entire website). I have this defined in the header.cfm file as: onclick="document.body.style.fontSize='50%';"
|
| is it possible GET parameter | 31 May 2007 14:25 GMT | 4 |
I have got URL address like this: http:\\www.ZZZZ.com?param=10 Is it possible to call and read the GET param parameter value in Javascript? I mean such code in PHP language:
|
| Returning a property from a function | 31 May 2007 12:43 GMT | 1 |
Hi I have the following structure of namespaces aa = {}; aa.bb = {}; aa.bb.aaList = function(int){};
|
| Nasty Firefox problem with history.back() | 31 May 2007 11:11 GMT | 6 |
I have a history.back() problem with FF(2). IE works as expected, while FF does not. The multi frame website setup as a whole with a lot of frame content switching works flawlessly in both browsers. In one situation and frame I have a long scrollable list of cars offered for sale ...
|
| Ajax & IE | 31 May 2007 10:21 GMT | 4 |
I'm working on the following code, which works fine in Firefox, but not in IE. The problem is its not posting the variable to my page and I'm thinking its something wrong with the getElementByID but the code is as per an example on a tutorial website (http://www.tizag.com/
|
| Broken Event Model in IE | 31 May 2007 02:18 GMT | 2 |
Any reason why the following snippet works as expected in Firefox but fails miserably in IE? <html> <head>
|
| Variable variables stored in an array and called == problem. | 31 May 2007 01:31 GMT | 14 |
I am missing something fundamental here. I have an array: arr1 = ['one', 'two', 'three']; I have three functions named one, two, and three.
|
| Open new Window - Close Opener <object> | 30 May 2007 23:35 GMT | 1 |
I have some code on one of my pages that opens a new window and a Flash SWF game. This is not all of it. Part of it is embedded. <object classid="clsid:" codebase="http://download.macromedia.com">
|