all groups > dotnet jscript > may 2005
How To Dial From a Web Page?
Posted by News Group at 5/25/2005 12:00:00 AM
Hi,
Are there any examples (jscript or javascript) available which show how to
dial a telephone no. from a web page?
Thanks
Colin
... more >>
Javascript Debugger defaulting to VS2003 instead of MS Script Editor
Posted by Phil C. at 5/23/2005 10:42:36 PM
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
Script Editor.
Now however the stup... more >>
Resizing Frames with Javascript (Netscape problem)
Posted by eamon via .NET 247 at 5/23/2005 11:02:17 AM
Hi,
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-->
<HTML>
... more >>
reg expresion question
Posted by gordonit at 5/20/2005 2:14:03 AM
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"
what is the reg expresion that i need to use
thanks... more >>
call jscript.net class from vbscript in web page
Posted by Bruce Hensley at 5/16/2005 4:58:46 PM
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
sub runs, it generates the error "ActiveX component can... more >>
2 forms in the same page
Posted by Ana at 5/11/2005 12:20:04 AM
Hi,
Is there any problem in having 2 forms in the same page if only one of them
runs at server?
Thanx in advance
Ana... more >>
Autopostback. Opens a New Window
Posted by Ana at 5/10/2005 1:54:08 AM
Hi all,
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?
Thanx in advance... more >>
JScript Manual - Offline
Posted by News Group at 5/9/2005 12:00:00 AM
Hi,
I currently refer to the online JScript Manual at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsoriJScript.asp
Does anyone know if there is an equivalent JScript Manual available to
download?
Thanks
Colin
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
create a JScript VS.NET Project instead of using jsc
Posted by Peter Nofelt at 5/6/2005 3:16:19 PM
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.
Does anyone know a way that i can create a JScript project in VS.NET so
that i may "build" an... more >>
Format textbox to time format
Posted by ruca at 5/6/2005 12:00:00 AM
Hi,
Can anyone tell me how can I format a textbox with this format:
"HH:mm:ss"????
I want that the user when writing text, that javacscript format to time.
Like OnKeyPress event and format at same time user writes.
Can anyone give me an example????
--
Programming ASP.NET with VB.N... more >>
Change icon of alert box
Posted by Grey at 5/4/2005 12:00:00 AM
the default icon of alert box is triganle exclamation mark. Is it possible
to change the icon, like window message box??
Million thanks
... more >>
Running Function after popup close's
Posted by ruca at 5/2/2005 12:00:00 AM
Hi,
How can I force to run a function when a popup window close's???
This function it's present in parent window. Can I run it after popup window
close's???
How can I do that???
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help ... more >>
Getting screen position of a browser window
Posted by Gridlock at 5/1/2005 11:20:10 AM
Is there any way to get the screen position of window after it has been
created?... more >>
Hiding toolbar, etc. of existing browser window
Posted by Gridlock at 5/1/2005 11:03:03 AM
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.... more >>
|