| Thread | Last Post | Replies |
|
| Refresh a page thru meta tag | 31 Jan 2004 19:29 GMT | 4 |
I have developed a page which is refreshing once a second thru the met tag. It is working if the page is in maximized view. If i minimized, i stops to refresh the page. How can i do it while the window is in minimize state
|
| document.onMouseUp event in IE6/Win | 30 Jan 2004 19:36 GMT | 1 |
This is probably really simple to explain, but its caused me to pause for thought for while and I wondered if anyone could provide an explanation: I have a page with an inactive scroll bar (ths page content is not bigger than the page itself, but the vertical scrollbar is visible) ...
|
| Open a web page without address bar or toolbar | 30 Jan 2004 19:28 GMT | 3 |
We have a web application that we open by redirection froma startup HTML page using the following javascript function function openPageWithoutAddressBar(pageName, pageTitle { newwin=window.openpageName,pageTitle,"toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes ...
|
| Problem running another program from a script | 29 Jan 2004 21:48 GMT | 3 |
Actually the subject line is a little misleading as I can get the program to run but the code is not as tight as I would like. Current working code function runTeraTerm(p){
|
| Arrays: VBS -> JS and back | 29 Jan 2004 17:43 GMT | 5 |
JS has some built-in capabilities to handle Arrays (especially sort(), slice() etc) which are sometimes useful for VBS too. Afaik you can convert an Array from VBScript to JScript with
|
| Using JScript to Ping | 29 Jan 2004 15:43 GMT | 2 |
Hi All, is there a simple way to write a Jscript function to Ping a device and return True if it's on the network without having to use a temp file to store the results of the ping? Thanks
|
| Get Session value | 29 Jan 2004 15:39 GMT | 2 |
I have save one session value in ASP.NET. Can I retrieve this session value with Javascript in another page. if so, how to Million Thanks
|
| zIndex | 29 Jan 2004 15:08 GMT | 2 |
Here I am sending you a code <SCRIPT LANGUAGE=javascript function disp_cat_txt(val var get_name=val.name
|
| ondocumentready event not called in IE 6.0 | 29 Jan 2004 07:01 GMT | 1 |
I have a html page that loads all the images and other elements dynamically in the onload event of the body tag. To some of the elements a behavior is also attached dynamically using addBehavior() method. This works perfectly when the browser setting for "check for stored pages " ...
|
| Retrieving a file off a CD | 29 Jan 2004 04:22 GMT | 2 |
Is there a way to retrieve a file off a CD via a web page? The CD would be sent out to numerous people, each possibly having a different drive letter for their CD drive. Am I able to programmatically find this file regardless of the drive letter using javascript or some other ...
|
| Is typeof() output always in English? | 28 Jan 2004 21:04 GMT | 3 |
I need to use the JScript "typeof" operator to determine the data type passed to a function. The function will appear in a script designed for Windows Script Host. According to the Windows Script Technologies documentation, "typeof" returns: "number," "string," "boolean,"
|
| copy graphic to clipboard | 28 Jan 2004 16:53 GMT | 7 |
I would like to have a button, or something, to copy a graphic to the clipboard. Does anyone know how to copy a graphic to the clipboard? I fouund this:
|
| innerHTML and (supposedly) cached images problem | 27 Jan 2004 09:40 GMT | 2 |
I'm having a strange problem generating html code from javascript.I've reduced the problem to the following example: It simply adds the same image 300 times to the document. <script>
|
| ASP and jscript | 26 Jan 2004 18:07 GMT | 20 |
I'm using ASP / VBscript on my own cms system, but I needed to use some jscript to make something work... I'm new to jscript, so here is a simple question: (1) I want to count how many characters there is in a string. In ASP I just
|
| Check of a variable exist | 26 Jan 2004 16:40 GMT | 10 |
hello is it possibe to check of a variable exist?
|