| Thread | Last Post | Replies |
|
| JScript 7 | 31 Dec 2004 12:37 GMT | 3 |
I am starting to see JScript 7 come across in my web stats as the current version of the "browsers" Scripting Language. How is this possible as isn't all JScript 7 (aka jscript.net) compiled and not really used as a browser scripting languge.
|
| Question refreshing TDC object data. | 30 Dec 2004 20:59 GMT | 1 |
I have a TDC object that I am updating using JScript. My script is running in a timer that updates the TDC data source. The TDC datasource is bound to a <textarea> control. The problem that I am having is I want to wait for the <textarea> to refresh before I update my TDC data ...
|
| Formatting form text box | 30 Dec 2004 14:37 GMT | 4 |
I am trying to develop an order page in Frontpage 2000. I have two form text boxes that contain values and a third that displays the results. The calculation is initialted by an onClick event of a button. The code I have is: <p><INPUT TYPE="BUTTON" VALUE="Try Me" onClick="this ...
|
| another way to include javascript file | 30 Dec 2004 13:07 GMT | 1 |
Hi ! I want to include a .js file into other pages. I usually use this : <script language="JavaScript" src="include/script.js"></script>
|
| How to write a cookie? | 29 Dec 2004 20:24 GMT | 7 |
I've got all sorts of code I've been trying out and do not need any code submissions. For now I just want to ask for comments regarding why I can't seem to write a cookie when using IE5 or IE6 on an XP Pro machine with all IE
|
| Detect if third party cookies are turned on or off | 29 Dec 2004 19:01 GMT | 1 |
is it possible to detect this? and if so how?
 Signature J.D.
|
| tooltip when text too long in select | 29 Dec 2004 13:57 GMT | 3 |
In a SELECT box, there are some elements that are too long to fit in it. I would like to have the select box to bring up a tooltip with the whole text if the mouse gets over that element. Is there a way to do this? (With HTML attributes or JavaScript/VBScript)
|
| merry christmas | 28 Dec 2004 09:16 GMT | 5 |
I'm not sure if this is appropriate in this group, but Merry Christmas to everyone who contributed to the group!!
|
| Js and DB connections | 27 Dec 2004 16:16 GMT | 4 |
http://www.google.com/webhp?complete=1&hl=en like in here , how can i write like this one ?
|
| help! Sound and the Office Runtime Animation | 27 Dec 2004 02:02 GMT | 2 |
I have two problems related to Sound and the Office Runtime Animation package. I installed the Office Animation runtime so that my Win98 environment is now equivalent to Powerpoint2002/2003. I have Internet Explorer 6.0. I took a
|
| code execute twice :O Why?? | 24 Dec 2004 08:27 GMT | 6 |
I have this code: <HTML> <HEAD> <SCRIPT Language="JScript">
|
| How can I prevent IE clicking sound when I change src element of Image? | 23 Dec 2004 23:36 GMT | 2 |
I have some script that runs in a Jscript timer that changes the src element of an IMG object. When the page goes to the server to get the image, I get the click sound effect that IE produces. Is there anyway in the script code to prevent this from occurring? My script runs at a ...
|
| Frames in IE | 22 Dec 2004 23:22 GMT | 7 |
Is it possible to access one (string) variable in the other frame? How?
|
| obj.style.width and obj.offsetWidth | 22 Dec 2004 19:05 GMT | 10 |
I have a rather rare problem, so please forgive my long explanation, but I think it's necessary. My scenario is this: I have vb app which has a form and web browser control. Navigation commands are sent from another component to this vb app
|
| Problem with image.onload and Firefox | 22 Dec 2004 12:37 GMT | 3 |
Hi NG, i have the following problem. To get the imagesize of an image before uploading, i get the path, create an temporary image and get its filesize.Therefore i use the following code:
|