| Thread | Last Post | Replies |
|
| Javascript Debugger defaulting to VS2003 instead of MS Script Editor | 31 May 2005 15:09 GMT | 1 |
Help! I installed the Office MS script editor which seems to be a stripped down version of visual interdev for scripts. After I installed it I was able to insert the word "debugging" in jscript and have it (after choosing in a dialog box) debug in the MS
|
| call jscript.net class from vbscript in web page | 31 May 2005 15:06 GMT | 3 |
extreme newbie question ... I have not found any basic tutorials on how to call compiled jscript.net from vbscript in a web page. Any pointers would be great. Below is the example I tried (among a number of other constructs). When the
|
| create a JScript VS.NET Project instead of using jsc | 31 May 2005 14:52 GMT | 2 |
Hey all, I am currently developing an app in JScript.NET and have been testing/compiling it via the jsc (Console based JScript compiler) command option. This approach is fine, but not very elegant.
|
| How To Dial From a Web Page? | 26 May 2005 16:13 GMT | 4 |
Are there any examples (jscript or javascript) available which show how to dial a telephone no. from a web page? Thanks Colin
|
| Resizing Frames with Javascript (Netscape problem) | 25 May 2005 13:37 GMT | 1 |
The code below (resizing a frameset with javascript), works in IE/Firefox/Mozilla but not Netscape 7.0. Does anybody know how to get this to work in Netscape - removing the Outer frameset resolves the problem but this is not an option for me, Thanks, Eamon <!--Frameset.htm-->
|
| reg expresion question | 24 May 2005 03:54 GMT | 2 |
i have a string which includes tages like <p width =100>dd</p> and i want to delete al the tags but not their content for example if str = "<p width = 100>dd</p>" i want str to equal "dd"
|
| JScript Manual - Offline | 12 May 2005 02:36 GMT | 6 |
I currently refer to the online JScript Manual at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/j s56jsoriJScript.asp Does anyone know if there is an equivalent JScript Manual available to download?
|
| 2 forms in the same page | 11 May 2005 20:08 GMT | 1 |
Is there any problem in having 2 forms in the same page if only one of them runs at server? Thanx in advance Ana
|
| Autopostback. Opens a New Window | 11 May 2005 20:07 GMT | 3 |
I need some help again. I have a dropdownlist with autopostback =true in a page and whenever a change the selected item it opens a new window. I need the autopostback to act in the same window. Any ideas?
|
| Change icon of alert box | 04 May 2005 17:34 GMT | 1 |
the default icon of alert box is triganle exclamation mark. Is it possible to change the icon, like window message box?? Million thanks
|
| Getting value of JavaScript variable in embedded WebBrowser Contro | 03 May 2005 21:52 GMT | 4 |
is it possible to programmatically (from C# or VisualBasic) get the value of a JavaScript Variable from a JavaScript running inside the embedded WebBrowser Control? Thanks in advance, Randy
|
| Writing a full path without the domain | 03 May 2005 08:55 GMT | 1 |
I have a rollover script that I plan to use for many of my pages. When I preload the images, the directories must be relevant to the location of the HTML file that uses the script, which will not always be the same. Because of this, I figured the only way to place the script in ...
|
| Performance problem with javascript while dynamically populating dropdownlists | 03 May 2005 08:16 GMT | 6 |
Wim Apr 27, 1:27 am show options Newsgroups: microsoft.public.dotnet.framework.aspnet From: "Wim" <wimverl...@gmail.com> - Find messages by this author Date: 27 Apr 2005 01:27:26 -0700
|
| Getting screen position of a browser window | 03 May 2005 02:21 GMT | 2 |
Is there any way to get the screen position of window after it has been created?
|
| Hiding toolbar, etc. of existing browser window | 02 May 2005 15:46 GMT | 2 |
Is there any way to hide the toolbar, status bar, scrollbars, etc. of an existing browser window? The browser window already exists with these features, but I want to hide them later.
|