| Thread | Last Post | Replies |
|
| Converting special characters | 29 Mar 2006 13:28 GMT | 1 |
I'm searching for a function in jscript to convert a special character (like an o with an umlaut) to its html-code equivalent (ö). Is there a function like that in Jscript? Greetings,
|
| List of functions jscript | 26 Mar 2006 06:46 GMT | 2 |
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
|
| Generating Automatic KeyStrokes | 22 Mar 2006 21:51 GMT | 1 |
How can i generate a keystroke using javascript .. i Have an i frame in my html document and i want to generate some Tab and enter keystrokes and click some link in my iframe automatically ? Is there any way to do it ?
|
| Stamp Version information for assembly generated using jsc | 22 Mar 2006 20:00 GMT | 1 |
I am using jscript.Net for expression evaluation. I am converting the same into an assembly using jsc. The problem here is: How do I provide version information for the assembly being generated. Is there any way of doing it using jsc?
|
| Relative URLs and Underscore | 17 Mar 2006 00:43 GMT | 2 |
Installed VWD2005 Express and now finding that statements like <script src="../folder1/foo.js"> and <script src="_private/goo.js"> do not work (the js source file doesn't load). It seems that ../ to reference parent folder and use of underscore character no longer supported??
|
| Where do I get JScript.NET? | 17 Mar 2006 00:39 GMT | 4 |
Howdy, I'm downloading VS2005 Express for C# and VB (http://msdn.microsoft.com/vstudio/express/support/install/) which is great but there's no
|
| What is the proper way to write Javascript? | 02 Mar 2006 23:33 GMT | 3 |
This may be a strange question to ask here, but I am writing my resume, and want to write Javascript correctly. I have seen it written three ways on sites and other places (I know that people often don't worry about these things in emails and newsgroup messages, I am not counting ...
|