| Thread | Last Post | Replies |
|
| creating a refresh timer | 31 May 2005 22:36 GMT | 2 |
when my page loads i want to start a function that calls another javascript function every 5 seconds. Please any small example would be greatly appreciated, Paul
|
| Dynamic positioning | 31 May 2005 18:06 GMT | 1 |
I wish to replicate the behaviour of a MS Tabbed dialogue control on a web page. Imagine the scenario where there are three lines of tabs (3 tabs on each, totalling 9 tabs).
|
| Detecting the location of the Windows taskbar | 31 May 2005 06:21 GMT | 5 |
How can you detect the location of the Windows taskbar using JavaScript? When opening a new window that should be maximized window.screen.availWidth and window.screen.availHeight is often used, but how do you know where to position the window? What if the taskbar is docked at ...
|
| Refreshing a frame from another frame | 30 May 2005 22:45 GMT | 1 |
I have an application that writes into the lower frame 'bottom' continuously. At certain moments, the upper frame 'top' shall be refreshed. I found that if I have my application write the line:
|
| Appending data into a text file | 30 May 2005 13:16 GMT | 1 |
I've created a function that is called when needed, and sends data to an existing text file, and overwrites any text already in the text file. All works OK, although I wish to get the function to append the test data into the text file instead of overwriting the existing text.
|
| Changing a Frame Property | 28 May 2005 21:22 GMT | 3 |
Can you change the properties of a frame once it has been opened? I have a frame w/the property of Scrolling=no and I would like to be able to change it to yes when a particular page opens in that particular frame.
|
| Retrieving the referring page | 28 May 2005 18:05 GMT | 6 |
I am using the following function to open a page in an existing frame window.open("menu.htm","main","",true); In this new file I am then using the following: window.alert(document.referrer);
|
| Survey - window.open | 27 May 2005 18:29 GMT | 12 |
I would appreciate it if people taking a passing glance at this thread could run the following very simple winodw.open call code. "test1.html" <HTML><BODY>
|
| How to detect click on scrollbar arrows? | 27 May 2005 12:39 GMT | 4 |
I have a div tag set to scrollable. I want to detect when the scrollbar arrows are clicked. Specifically, when the window has scrolled all the way to one direction and the arrow for that direction is clicked I want to trigger an event that
|
| Parsing a Querystring in ASP using serverside javascript. Please Help! | 27 May 2005 10:09 GMT | 2 |
Hey guys I am new and in need of help. I have an ASP application writte in serverside javascript that uses WinHTTP 5.1 to post to a page an then recieve a response (a query string that looks like th following):
|
| Browsers browsers | 27 May 2005 07:52 GMT | 54 |
Can someone give me a good place to find a summary of browser differences please eg some things (quite a few I suspect) only work in IE and not other browsers. I only just downloaded Firefox and have had a nasty shock! Why couldn't they all agree?
|
| Useful Links for Script Goodies | 26 May 2005 23:33 GMT | 1 |
If you could provide me some weblinks to get some useful Scripts that can be used freely & in day to day life. Making my life more relax while sitting on computer. I am not looking for any specific Script but in general.
|
| RegExp | 26 May 2005 15:59 GMT | 8 |
Can I use RegExp to change the state of a DOM object ? I have some divs, eg: Id= L3?Menu1?Z1 Id= L3?Menu1?Z2
|
| URGENT: JavaScript dynamic functions | 26 May 2005 15:56 GMT | 5 |
Imagine this: function func1(str, obj1, obj2) { alert(obj1.nodeName); return true; } function func2(obj) { alert(obj.nodeName); return true; } first function takes 3 parameters, second function only 1.
|
| div manipulation inside tr | 26 May 2005 03:45 GMT | 1 |
I have dropdown with 3 options first - do nothing all div's hidden second - display one form third - display another form
|