| Thread | Last Post | Replies |
|
| How to insert a new row to an existing HTML table | 31 Oct 2005 19:49 GMT | 3 |
The following code (HTML) generates a table. Now I'd like to insert a new row by a javascript. The following code (javascript) works with the Internet Explorer and also with Mozilla. However, the inserted button (onClick) in the table does not
|
| Why HTA application object is not expando? | 31 Oct 2005 16:51 GMT | 2 |
I'm developing HTA application. I tried to add some new properties to application object. However, while assignment doesn't produce any error when I try to use new property I get "app.<prop_name> is null or not an object" error. Here's
|
| Get line and character number on exception? | 31 Oct 2005 13:17 GMT | 1 |
When an exception is thrown in a jscript script running under wscript or cscript the error dialog or error message shows the line number and character number where the error occured. Is there any way to get this information in the catch block of a try/catch statement?
|
| CSS cacsading rules | 31 Oct 2005 02:52 GMT | 11 |
I have a general body style on style.css body { width: 760px; font: 16px Times New Roman,Arial,Helvetica,sans-serif;
|
| Discussion about languages... | 30 Oct 2005 19:40 GMT | 2 |
Greetings to all. Discussion about languages... When I took the first steps in the world of programming I began from consideration of the most popular languages, I estimated their power,
|
| How get into the debugger under cscript or wscript? | 30 Oct 2005 15:56 GMT | 3 |
I am trying to debug a Jscript that normally runs under cscript but can be run under wscript. I have Googled every combination of keywords I can think of and I cannot find out how to: 1) Install the debugger (or if it is already installed on XP Pro SP2
|
| How to create object WScript.... | 29 Oct 2005 16:27 GMT | 3 |
Greetings Scripting Guys! I have one question: How to create object WScript (WScript. ScriptFullName, WScript. CreateObject. etc), not in script Windows and we shall tell in HTML, HTA or a.exe (JScript. NET).
|
| javascript | 29 Oct 2005 15:55 GMT | 1 |
how to open a window diplaying loading, that doen't have title bar and address bar , and close it throught other window?
|
| Drag and drop from Windows explorer | 29 Oct 2005 03:33 GMT | 1 |
My requirement is to drag &drop a file from windows explorer to Internet explorer (or to a particular div/table or object). And I want to get the full path of the file in javascript. Now if I drop a file in internet explorer it will it will tries to open it.
|
| Permission Denied - window.location.href | 29 Oct 2005 01:41 GMT | 3 |
I got a javascript error("Permission Denied") on the following statement document.location.href="index.html"; in the function named "FinalShow()". What can be the security issue if any this kind of error occur. I am using Window Professional 2000. I got this error on simple html ...
|
| IE Keeps Trying to DL HTA When Closing Alert Boxes | 28 Oct 2005 23:39 GMT | 4 |
Not sure if this is the right place, but here goes.... I found some quick Javascript code for a password validator that I've been working to make an HTA. With apologies to the original author - I'm not a Javascript person, I'm acquainted with VBScript.
|
| Include an HTML file | 28 Oct 2005 00:27 GMT | 3 |
Hi to the group, I have seen examples of code where a #include directive is used. Reading between the lines and looking at w3schools, it appears to be a server-side include in ASP
|
| Send email from console JScript | 26 Oct 2005 20:48 GMT | 5 |
I have a script that runs under cscript.exe which copies a bunch of files and folders to other computers. Is there a way to send an email from this script so I can notify the appropriate party if it succeeds or fails?
|
| Hand without <A href> | 26 Oct 2005 15:45 GMT | 3 |
I have a page which has images, I use the onclick to call a JS function <a title="testing" href=""> <img border="0" src="Logos/test.jpg" width="100" height="58" onclick=JSF("Just testing")></a>
|
| Tree Example | 26 Oct 2005 10:36 GMT | 1 |
I need to crate a tree Can Someone send me some example, some link? Thanks Sandro
|