| Thread | Last Post | Replies |
|
| Getting CSS property value | 31 May 2005 22:09 GMT | 5 |
If I know the name of an imported stylesheet, and I know the name of a specific selector, and I know the name of the property, how can I get the corresponding value? In the following case: <style type="text/css">@import url(test.css);</style>
|
| document.layers error in IE | 31 May 2005 21:10 GMT | 4 |
I am using the following code to show/hide part of an html page. It works in Netscape and Firefox but dies in IE: "Error: document.layers is null or not an object" <style>
|
| assigning a method to a var | 31 May 2005 19:09 GMT | 4 |
Hello :) why does var gE = function(s){return document.getElementById(s);}; var foo = gE("foo");
|
| Multiple arguments to a function?? | 31 May 2005 18:02 GMT | 1 |
I have this form in test.jsp, that consists of 3 drop/down menus (sel1, sel2 and sel3): <body onload="createFirstMenu('sel1');"> <form name="sels" method="post" action="">
|
| Is the Venkman page URL correct? | 31 May 2005 16:32 GMT | 1 |
I just visited the Venkman home page on the mozill.org site and noticed that the URL links to: <URL:http://www.hacksrus.com/~ginda/venkman/> Is that correct? If so, why are Mozilla using a domain like
|
| thin lines on printer (HTML) | 31 May 2005 15:57 GMT | 2 |
Anyone know how I can get a printer to print thin lines using html print? 1 pixel is the least on screen, but that shows up as 4points or something like that on a laser. I would like to have that 1pixel to show up as thinner lines when printing to a printer. Is this possible? ...
|
| Javascript Destroy Object | 31 May 2005 15:39 GMT | 3 |
Does Javascript supply a function that destroys an object? If so, is there a dependancy on Javascript version? Thanks in advance, Ian Renfrew
|
| Accessing posted form objects via JavaScript | 31 May 2005 15:23 GMT | 18 |
Using ASP you can access posted form elements. Is it possible to access them from JavaScript? myHTML.htm <form action=myASP.asp>
|
| addressbar? | 31 May 2005 15:20 GMT | 13 |
is it possible to read out the Addressbar with javascript or do I have to use php for it? Thank you!
|
| Monitoring logged-in users with sessions: autologoff | 31 May 2005 11:04 GMT | 4 |
I'm currently relying on logged-in users hitting "logout" (logoff) before they leave, in order to terminate the session. With PHP the session filename is in a cookie that lasts for the current session. The problem is that the server does not know
|
| alternative for outerHTML property which is supported by Mozilla firefox browser | 31 May 2005 06:23 GMT | 1 |
I am using the outerHTML property to modify the HTML of existin elements in a web page in Internet Explorer. But same outerHTM property is not working in firefox browser, Anybody can tell me a alternative for outerHTML property in firefox. I am using th
|
| multiple arguments in switch? | 31 May 2005 03:05 GMT | 2 |
As I can remember this is not allowed in java: int x, y, z; switch(x,y,z){ case 1,2,3:
|
| Pocket PC 2003 browser - Javascript getElementsByTagName failing | 31 May 2005 02:38 GMT | 9 |
Guys, I want to access all the <div> tags on my page. below is javascript which is use to access them var divs=document.getElementsByTagName("div");
|
| Dynamically building objects | 31 May 2005 01:15 GMT | 16 |
Hi all. I'm trying to dynamically build menus and objects after my page loads. Data is stored in an XML file and is parsed at runtime into Javascript objects. At the moment, I'm working on creating menu items from these objects. The parsing works fine (using Sarissa), and Firefox
|
| Broken object referencing from within an array? | 30 May 2005 23:15 GMT | 7 |
... or my script, or my mind, or both? <html> <head> <title>Test</title>
|