| Thread | Last Post | Replies |
|
| change stylesheet property | 31 Mar 2006 17:57 GMT | 13 |
Hi all. I've seen information posted on this, but nothing seems to be helping. My specific request is the following: I have an external css called eed.css that is linked to my document.
|
| Update field on another page with value from current page | 31 Mar 2006 13:15 GMT | 1 |
It's a common approach I know, but I'm not a javascript expert so I don't know where to start... I have a form that is used as a look-up for part numbers. When the user finds the part they are interested in, I'd like to them to be able to click on a button or link in the look-up ...
|
| Best method for accessing a table in Javascript | 31 Mar 2006 09:49 GMT | 2 |
Could some one please point me to a good reference? I have a web page with a table (a System.Web.UI.Webcontrols.Table) . In VB.net (1.1) I have programatically populated the table with multiple rows containing multiple cells. The various cells contain other standard web ...
|
| window.onbeforeunload | 30 Mar 2006 08:26 GMT | 3 |
I am trying to display my custom message in this event. event.returnvalue = "my messgae" Window is putting its own 2 lines before and after my message. How can I remove those lines and only put my message.
|
| Setting a Drop Down on Page Load | 29 Mar 2006 20:41 GMT | 3 |
Hi all, I have a pretty simple problem which is exposing my lack of experience with javascript. I have a classic ASP page that passes a query string to a second page. The second page is supposed to preselect a value in a drop down list (hardcoded, not dynamic) according to what
|
| XMLHTTP debugging... | 28 Mar 2006 12:05 GMT | 2 |
We're serving (from a coldfusion server) a page I that is submitting a post with a relatively large block of escaped text (copy of a word doc which was pasted into a Rich Text style editor) using XMLHTTP. I've alerted (well, prompted) the form data to inspect it just prior to
|
| Firefox offsetLeft problem | 28 Mar 2006 06:04 GMT | 21 |
I am developing a website using Visual Studio .Net 2003. When reading offsetLeft, in a javascript function, the result is fine when run under I.E. but gives wrong results when run under Firefox. The HTML and java are shown below:
|
| Dynamic client side graphs.. | 26 Mar 2006 05:23 GMT | 2 |
Apologies for previous post, the title was meant to read client side graphs.. I would like to know if there are any easy ways or inexpensive products that allow the generation of a graphs (bar chart and others) based on client side
|
| xmlhttp caching | 25 Mar 2006 09:31 GMT | 8 |
Below is the code which I use to load and xml file async. var xmlPath="DTDXML.xml" var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP.4.0"); xmlhttp.Open("GET",xmlPath, true);
|
| Square Character problem added end of each line?? | 25 Mar 2006 06:27 GMT | 1 |
Not sure where to post this, but here goes. We have a programmer here and he used Edituer software to highlight certain parts of his code in different colors as he writes it. But now, it’s adding a square character to the end of every line of his
|
| List of functions jscript | 24 Mar 2006 22:51 GMT | 3 |
On my job I work with Jscript in the ASP.Net platform. I'm used to work with PHP and find the documentation on php.net to be very nice. What I like the most is that there is a list of all functions in PHP
|
| jscript in a command prompt errors | 24 Mar 2006 22:47 GMT | 1 |
Creating a simple script to output text to a command line doesn't work. Script: print("Hello world"); alert("Hello world");
|
| e-mail from JavaScript | 24 Mar 2006 18:37 GMT | 3 |
I am trying to e-mail using "mailto" as shown below within a JS function: document.URL=mailto:someone@somewhere.net?subject=How to mail&body=This is the body; This works, loading the default e-mail client and displaying my information. I have found a limit of about 1800 bytes that ...
|
| rows in a div | 24 Mar 2006 15:15 GMT | 1 |
I am using a div that contains text. sometimes it can contain 4 or more lines of text and sometimes only 1 or 2 rows. is it possible to know how many rows are displayed? Thanks...
|
| Hide scrollbar on iframe unless text overflow | 24 Mar 2006 15:14 GMT | 1 |
How can i hide a scrollbar for an iframe if the text is not longer then the iframes' length? Currently, when the scrollbar is not "used", it is greyed out. i would like to hide it completely and not to show it greyed out.
|