all groups > dotnet jscript > recent posts
Horizontal Menu across frames
Posted by hecsan07 at 4/21/2008 3:26:00 PM
Hey
The title of my inquiry is self-explanatory, but I will try to explain my
problem further.
I have a frameset with two frames; one at the top of the page with the menu
and a search drop down DIV. The bottom frame contains the content of the
page. My problem is that the dropdown div menu... more >>
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Posted by DR at 4/10/2008 12:26:25 PM
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
... more >>
Re: Enable an asp control runat server via javascript, until this control is not enable from server
Posted by Anthony Jones at 4/3/2008 11:06:02 PM
"Fabio Mastria" <dipierno@mastriaconsultants.com> wrote in message
news:9F5D8385-2AB8-4B07-B06C-6E438EAE1E45@microsoft.com...
> I have seen that if I put a radiolistbutton on a page with 3 radiobutton
and
> the first (as example) is not enable at design time (so server side), i
> can't enable... more >>
Re: image map and submit form
Posted by Anthony Jones at 4/1/2008 10:58:27 PM
"RICK" <RICK@discussions.microsoft.com> wrote in message
news:6C7959AD-CE4F-48A0-9E13-511367631786@microsoft.com...
> The following will submit a form with a value of "California" for
> lstSelectState. How can I add another coordinate for say "Iowa" and
change
> lstSelectState's value to "Io... more >>
Re: ascending and descending sorting
Posted by Anthony Jones at 4/1/2008 9:38:47 PM
"mithilesh" <mithilesh@discussions.microsoft.com> wrote in message
news:BBD8EC47-CB0A-48DE-A143-2D87EF7F8786@microsoft.com...
> I am doing sorting ascending and descending on one button by
> standardas-table-sorting.It's working.
>
> But, I click contents of the table order is changing, why?
>... more >>
image map and submit form
Posted by RICK at 4/1/2008 8:08:03 AM
The following will submit a form with a value of "California" for
lstSelectState. How can I add another coordinate for say "Iowa" and change
lstSelectState's value to "Iowa"
<form name="form1" method="post" action="CPC_NCList_Alpha.asp">
<input type="hidden" name="hdnRequestType" value="S... more >>
ascending and descending sorting
Posted by mithilesh at 3/31/2008 7:57:01 AM
I am doing sorting ascending and descending on one button by
standardas-table-sorting.It’s working.
But, I click contents of the table order is changing, why?
It should not be changed order while I clicking contents of the table.
... more >>
Re: Is JScript still around?
Posted by GeoffMcGrath at 3/28/2008 12:17:46 PM
> JScript has become the defacto language for web browsers, beating out
> VBScript on the client side. =A0MS has even enhanced the JScript integrati=
on
> in VS 2008 to include debugging scripts.
Uhm....there is a difference between JScript.NET and classic
"JScript," the client-side interpr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Enable an asp control runat server via javascript, until this control is not enable from server
Posted by Fabio Mastria at 3/27/2008 4:39:37 PM
I have seen that if I put a radiolistbutton on a page with 3 radiobutton and
the first (as example) is not enable at design time (so server side), i
can't enable it from javascript with something like this
var btlList = document.form1.elements["RadioButtonList1"];
btlList[0].disabled = fal... more >>
Re: Is JScript still around?
Posted by Michael D. Ober at 3/27/2008 8:38:19 AM
Aaron,
JScript has become the defacto language for web browsers, beating out
VBScript on the client side. MS has even enhanced the JScript integration
in VS 2008 to include debugging scripts.
Mike Ober.
<aaron.kempf@gmail.com> wrote in message
news:7723734f-b5a5-4e09-a136-a75df9e02... more >>
Re: Is JScript still around?
Posted by Anthony Jones at 3/23/2008 6:49:23 PM
<aaron.kempf@gmail.com> wrote in message
news:7723734f-b5a5-4e09-a136-a75df9e02873@i7g2000prf.googlegroups.com...
> I don't get it.. Didn't Microsoft end JScript?
>
Nope.
> Why is it considered a DotNet language?
>
Because MS have provided JScript.NET which extends the original JScript ... more >>
Is JScript still around?
Posted by aaron.kempf@gmail.com at 3/22/2008 2:37:07 PM
I don't get it.. Didn't Microsoft end JScript?
Why is it considered a DotNet language?
Is this different than JSharp?
Either way-- MS doesn't do java any more right?
Can we get this group archived?
THanks
-Aaron... more >>
Compiler Error with Catch Block Param in Functions using Same Global Name
Posted by GeoffMcGrath at 3/21/2008 3:11:17 PM
Description:
If the catch parameter name in a function is the same as a global
variable, and both exist in a <%%> code block, then code will fail to
compile unless compiling with debug switch turned on.
Repro:
1. save test_fail.aspx (below) to a website with ASP.NET v2.0.50727
installed an... more >>
Trading Forex
Posted by preet at 3/16/2008 11:18:14 PM
WHO WE ARE?
We are a partnership based in India and USA. We have a collective FOREX
trading experience of 4 years.We decided to start this venture with the
intent of helping people in India and other countries take advantage of
immense potential profits from the FOREX markets. We act as L... more >>
google adsense website for sale
Posted by Vengat at 3/9/2008 4:59:23 AM
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>Dear friends,</P>
<P>Earn from google adsense. A complete ready made google adsense website
package for sale @ Rs. 1000 only. </P>
<P><STRONG><FONT face=Verdana color=#400040 s... more >>
how to access Dialog Box window after postBack to the server?
Posted by elburze at 3/6/2008 4:08:01 AM
In the bellow webPage I can access and call functions from the [modeless]
dialog window by clicking the button. My problem is that if there is any
postback to the server I loose my connection to the dialog window (new form,
new script, and 'var samp' is uninitialized again). how do I keep in t... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, a
Posted by msgroup at 1/30/2008 1:26:24 PM
Hi,
Like AJAX, this component is nativelly suported with JavaScript as shown in
samples ..\SocketPro\samples\JavaScript\tutorialone.htm and WebMessage.htm.
This component works correctly no matter how and what settings you change.
It just works across different browsers in window.
http... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, a
Posted by not_me at 1/29/2008 7:37:01 PM
"msdngroup" wrote:
> Hi, Spam Catcher:
>
> You may see our approach at this site
> http://www.udaparts.com/document/articles/browsercallback.htm
>
> See my inline comments
>
> Thanks!
>
> "Spam Catcher" <spamhoneypot@rogers.com> wrote in message
> news:Xns9A07AA29E619Eusenetho... more >>
Re: Jscript and Windows Mobile
Posted by Dr J R Stockton at 1/29/2008 2:25:35 PM
In microsoft.public.dotnet.languages.jscript message
<D368E441-6B63-47CB-A383-828F1E0D7E5C@microsoft.com>, Mon, 28 Jan 2008
01:52:00, =?Utf-8?B?15DXkdeZ16LXkyDXmNeV15nXmNeV?= <?@?.?.invalid>
posted:
>function disp_confirm()
>{
> var r;
> r=app.confirm("Press a button");
>if (r=... more >>
Jscript and Windows Mobile
Posted by ×ביעד טויטו at 1/28/2008 1:52:00 AM
Hi
I'm trying to run a short jscript script file that popup a window to the
user and the user can press OK or Cancel buttons.
When I run the script (via CScript or WScript) it runs properly but in
Windows Mobile (on HTC Tytn2 device) nothing happens.
Here is an example of the script:
... more >>
jscript with radiobutton workaround??
Posted by JP at 1/23/2008 8:56:00 AM
Has anyone ever noticed that when an onclick event is tired to a radio button
list AND the user clicks the LABEL of a radio button in the list rather then
the button itself that the JS function will fire BEFORE the radio button list
is refreshed? However, if the user clicks the radio button it... more >>
Re: CDOSYS not getting user input from form (Response.form)
Posted by Anthony Jones at 1/9/2008 9:41:42 PM
"charmut" <charmut@discussions.microsoft.com> wrote in message
news:1E0DE0E6-CB04-46A8-91E8-A3D8FCB3BAE6@microsoft.com...
> I have a simple HTML form on my website.I`m posting this form via CDOSDYS
to
> an email address.The problem is that none of the user input is sent i.e
the
> email arriv... more >>
CDOSYS not getting user input from form (Response.form)
Posted by charmut at 1/8/2008 10:40:00 PM
I have a simple HTML form on my website.I`m posting this form via CDOSDYS to
an email address.The problem is that none of the user input is sent i.e the
email arrives with the following:
Lead:
Telephone:
Email:
Country:
Enquiry:
Time:
My HTML form is as follows:
<form name="enquiry" ... more >>
Re: Current DOM element from textRange
Posted by Bethany at 12/22/2007 8:23:45 PM
huh???
"Mike Miller" <MikeMiller@discussions.microsoft.com> wrote in message
news:419544F6-A98F-4231-BB46-315D703961E0@microsoft.com...
> Does anyone know how to return the current DOM element(s) that are
> represented within a given textRange object?
>
> The textRange contains the HtmlText a... more >>
Re: The .Net Way to get the XML Payload from the Request?
Posted by GeoffMcGrath at 12/17/2007 8:47:16 AM
As my friend Chad points out, this works:
XmlDocument xmlDoc1 = new XmlDocument();
xmlDoc1.Load(Request.InputStream);
... more >>
The .Net Way to get the XML Payload from the Request?
Posted by GeoffMcGrath at 12/16/2007 8:51:55 PM
In ASP2.0, on the server the following server-side code could be used
to load XML sent via the XMLHTTP object from a client:
<%@language=jscript%>
<%
var domDocument = Server.CreateObject( 'MSXML2.DOMDOCUMENT' );
domDocument.load( Request );
%>
I always thought it was cool that the Reque... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, and Monitoring Browser States
Posted by Spam Catcher at 12/16/2007 12:17:31 AM
"msdngroup" <nospam@yahoo.com> wrote in
news:u9qB7u2PIHA.4648@TK2MSFTNGP05.phx.gbl:
>>
>>> Can you execute asynchronus requests and block browser navigation
>>> buttons at the same time?
>>
>> No.
>>
>> Does your component run within a browser?
>
> Yes. The plug-in runs inside IE6 or l... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, and Monitoring Browser States
Posted by Spam Catcher at 12/15/2007 9:43:42 PM
"msdngroup" <nospam@yahoo.com> wrote in
news:#ull5m1PIHA.1188@TK2MSFTNGP04.phx.gbl:
> Hi, All:
>
> Can you do something like cross-browser real-time message, remote
> JavaScript callback and monitoring browser states remotely?
Yes.
> Can you ensure web browser running with super speed... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, and Monitoring Browser States
Posted by msdngroup at 12/15/2007 5:42:12 PM
Hi, Spam Catcher:
You may see our approach at this site
http://www.udaparts.com/document/articles/browsercallback.htm
See my inline comments
Thanks!
"Spam Catcher" <spamhoneypot@rogers.com> wrote in message
news:Xns9A07AA29E619Eusenethoneypotrogers@127.0.0.1...
> "msdngroup" <nospam... more >>
Re: Cross-browser Real-time Message, Remote JavaScript Callback, and Monitoring Browser States
Posted by msdngroup at 12/15/2007 3:38:42 PM
See cross-browser real-time message, remote JavaScript callback and
monitoring browser states remotely at the site
http://www.udaparts.com/document/articles/browsercallback.htm
"msdngroup" <nospam@yahoo.com> wrote in message news:...
> Hi, All:
>
> Can you do something like cross-brows... more >>
|