all groups > dotnet jscript > march 2006
List of functions jscript
Posted by quindo NO[at]SPAM gmail.com at 3/23/2006 2:35:58 AM
Hello,
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
with a short or long explanation of that function.
Is there something like tha... more >>
Converting special characters
Posted by quindo NO[at]SPAM gmail.com at 3/23/2006 2:32:34 AM
Hello,
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,
Pieter
... more >>
Generating Automatic KeyStrokes
Posted by Savas Ates at 3/18/2006 12:00:00 AM
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 ?
... more >>
Where do I get JScript.NET?
Posted by dotNuttah at 3/12/2006 12:51:10 PM
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
mention of JScript.NET. In fact a search on microsoft.com and msdn.ms.com
shows only a few articles on the topic (apart from the reference manual).
I... more >>
Relative URLs and Underscore
Posted by dickey38 at 3/5/2006 4:02:27 PM
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??... more >>
Disable Saving Page
Posted by Bishoy George at 3/5/2006 12:00:00 AM
In internet explorer ---> File ---> Save As: will save the page.
Is there anyway to disable saving the page by jscript or javascript.
... more >>
|