all groups > dotnet jscript > april 2006
Error 500 on oXmlHTTP.Send
Posted by RG at 4/30/2006 9:05:05 AM
I have an aspx web pages which interacts with an asmx service. The calls to
web service are done via Javascript.
The asmx service method has the following parameters:
public string RetrieveContact(string Id, int EntityTypeCode)
I am getting the following error when executing
oXmlHTTP.S... more >>
how cai access user controls child control from javascript
Posted by muruganandan b at 4/29/2006 2:09:46 PM
I have a dropdown list box in usercontrol, how can i access from
javascript.
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Version check for jscript.net...
Posted by Volker Hetzer at 4/27/2006 3:58:04 PM
Hi!
We've got a CAD tool which offers automation and has two "inbuilt" interpreters,
VBScript and JScript.
Now we've got a performance problem and are looking for possible speedups.
So far we did much of our programming in VBScript but I've just discovered
that there is a JScript.NET which can ... more >>
Info!!
Posted by Vai2000 at 4/25/2006 2:48:19 PM
Hi All, Can someone tell me what type of window is being created on
www.start.com if you click any contents link. A sample snippet would be
appreciated.
TIA
... more >>
Script for Form Feed controls in Dot Matrix Printer Settings
Posted by Mahendra raj, Coimbatore at 4/22/2006 8:22:01 AM
Can anyone help me in using JavaScript codings for controlling Form Feed
while printing in Dot Matrix Printer (continuous Stationery) with Customized
Page settings?
Can you list JScript - Form feed control characters in Dot Matrix Printing ?
--
K. Mahendra Raj, Coimbatore
... more >>
can I use JScript.NET as a script engine ?
Posted by cok at 4/20/2006 12:00:00 AM
can I use JScript.NET as a script engine ?
Can I insert JScript.NET engine to my project ?
where can I find infomation about it ?
thanks fro any advice.
... more >>
Simple JavaScript
Posted by Ken at 4/19/2006 6:51:02 AM
I am trying to teach myself a little JavaScript. I am able to write simple
JavaScript like the following:
<!-- NavigatorProperties.html -->
<html>
<body>
<h3>Properties of "Navigator"</h3>
<hr>
<script language="JavaScript">
for (propertyName in navigator) {
document.wr... more >>
Auto download
Posted by Prakash at 4/17/2006 12:00:00 AM
Hello all,
In Intranet, i want to make file download without User
Interaction(Dont want the Dialog which ask Open and save) and want to save
that file to a specified location in clients system.
Thanks in Advance,
Prakash.V
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detect window type
Posted by Bishoy George at 4/13/2006 1:25:51 PM
Hi,
Is there a way in client side script so that a page can detect whether it is
opened in a pop up window, a normal window or a tab window?
--
Bishoy George
bishoy@bishoy.com
0102550399
... more >>
how to custom a alert
Posted by topgene at 4/12/2006 3:03:34 AM
when i write some web application with C# in asp.net;
i am used to write some javascript code like this
"Response.Write("<script>javascript:alert('some
sentences')</script>")"
the page with alert a message that i custom;
the question is how can i custom a style in alert window?
su... more >>
Auto Download from Web Page
Posted by Prakash at 4/12/2006 12:00:00 AM
Hello all,
In Intranet, i want to make file download without User
Interaction(Dont want the Dialog which ask Open and save) and want to save
that file to a specified location in clients system.Enabling Acitvex in the
Browser won't be a problem , all user will enable Activex for I... more >>
OnClientClick prevents OnClick from work
Posted by Bishoy George at 4/9/2006 4:44:53 PM
Hi,
I have a server side form button with id btnsubmit
As the form is big, the submission process is slow.
A user may click on the button many times, I want to prevent that by
client-side code.
I made this function:
<script language="javascript" type="text/javascript">
function Disable()... more >>
Take a look at that security pack which comes from MS Corporation
Posted by LOLA at 4/3/2006 7:23:27 AM
Microsoft Customer
this is the latest version of security update, the
"April 2006, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to protect your computer
from these vulnerabilities, the m... more >>
|