Recent update: 2008-3-21
I have 3 textbox When I Press Enter key In Textbox1 The Focus to should be 2 textbox and iF 2texbox enter Foucs on 3 Textbox My Problem is Name_txt.Attributes.Add("onkeypress", "if(event.keyCode==13)document.forms[0].Address_txt.focus()") When I enter key is Press in Name_txt The Page load is ...
Hi All I had an HTMLpage with a table consisting of 5 columns the first two columns are images add and delete on the page load i have only one row for the table when i click the add button then a clone is created below it not what i want is as soon as i add some rows and fill them with ...
hello all;</P> i am sorry for posting this unsuitable question.</P> Can I Set pageSize and PageMargin printing With CSS,</P> I got using @page can do , but now IE default print Template does not supported,</P> what can i do else?</P> thank; </P>
280 byte By
Shiby at 2008-3-3
Friends,</P> Some of the items in my listbox(Select box in html) are too big to display. Can I have a tooltip that displays the same text when I move over it? If so, how?</P> Any help or suggestions would be appriciate.</P> Thanks & Regards, Shiby</P> </span>
248 byte By
zumrut at 2008-3-1
<H5>hi, can anyone help me regarding my problem in my dhtml menu (asp.net). The dropdownlist or combobox or Listbox control overlaps my menu, or it is dispalyed in front of my menu. Is there a workaround for this? Thanks.</H5> </span>
I want to fire the onChange event of textbox in javascirpt when the autocomplete feature is set to on. I do not want to use onPropertyChange event to achieve the same.</P> Thanks in advance.</P> Dinesh</P> </P>
1075 byte By
RokYu at 2008-2-27
This forum focuses on the managed version of JScript (JScript .NET) as well as questions on JScript/ECMAScript language semantics and future direction.Other questions should be posted as follows:IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspxClick on ...
87 byte By
jamesy at 2008-2-26
can someone tell me where to submit a bug report for IE 6?</P> thanks</P> </span>
I want to fire the onChange event of textbox in javascirpt when the autocomplete feature is set to on. I do not want to use onPropertyChange event to achieve the same.</P> Thanks in advance.</P> Dinesh</P> </P>
248 byte By
zumrut at 2008-2-24
<H5>hi, can anyone help me regarding my problem in my dhtml menu (asp.net). The dropdownlist or combobox or Listbox control overlaps my menu, or it is dispalyed in front of my menu. Is there a workaround for this? Thanks.</H5> </span>
280 byte By
Shiby at 2008-2-23
Friends,</P> Some of the items in my listbox(Select box in html) are too big to display. Can I have a tooltip that displays the same text when I move over it? If so, how?</P> Any help or suggestions would be appriciate.</P> Thanks & Regards, Shiby</P> </span>
hello all;</P> i am sorry for posting this unsuitable question.</P> Can I Set pageSize and PageMargin printing With CSS,</P> I got using @page can do , but now IE default print Template does not supported,</P> what can i do else?</P> thank; </P>
Hi All I had an HTMLpage with a table consisting of 5 columns the first two columns are images add and delete on the page load i have only one row for the table when i click the add button then a clone is created below it not what i want is as soon as i add some rows and fill them with ...
I have 3 textbox When I Press Enter key In Textbox1 The Focus to should be 2 textbox and iF 2texbox enter Foucs on 3 Textbox My Problem is Name_txt.Attributes.Add("onkeypress", "if(event.keyCode==13)document.forms[0].Address_txt.focus()") When I enter key is Press in Name_txt The Page load is ...
Im new to this, but have made an OK site. i just need one thing....... And thats a pageTime out.I have tried all i can find on msdn, but can get it to run..In JavaScript you have the commando: window.setTimeout('window.location="Default.aspx"; ',5000);What is the correct .NET way to do ...
HttpWebRequest will only return part of the response.I have an app that requests info from the maps.yahoo geocode tool. The resultset provides a pair of attributes in the xsd file but the second (warning) one doesn't return a value. This warning will contain an explaination for when a problem ...
Hi,I'm looking for a way to access some C# from JScript. I tried to wrap the class with COM proxy by using some COM attributes (ClassInterface, InterfaceType ...).When I try to instantiate the object from within a C++ program, I succeed.when I try to declare the class as an object in HTML page ...
110 byte By
WJ at 2008-2-19
I am writting console application using JScript. How do get the command line arguments? Possible? </span>
I don't know if this is the correct forum for this; I need a way to set an action(command line preferably) when a certain key is pressed. Basically I want to set one of the function keys to close IE. I was planning on using taskkill from the command line. I have scripting experience, but not ...
I am writing an ASP.Net application that needs validation for certain fields. I found a Javascript routine that will examine a text box for uppercase, lowercase, and numerics. I can split up the validation to return a value based on what is found. The problem is that I cannot figure out how to ...
I am writing an ASP.Net application that needs validation for certain fields. I found a Javascript routine that will examine a text box for uppercase, lowercase, and numerics. I can split up the validation to return a value based on what is found. The problem is that I cannot figure out how to ...
I need to use JScript or VBScript to add an entry to to the Application Extension mapping-list (a.k.a. Application Configuration). Manually I would select properties on a website (for instance "Default Website"), click the [Home directory] tab, click the [Configuration...] button and add e.g. ...
I don't know if this is the correct forum for this; I need a way to set an action(command line preferably) when a certain key is pressed. Basically I want to set one of the function keys to close IE. I was planning on using taskkill from the command line. I have scripting experience, but not ...
97 byte By
WJ at 2008-2-15
I am writting console application using JScript. How do get the command line arguments? Possible?
<div align="left">Is it possible to add a new method to a File object? I would like to add a method to the prototype so that I have it available for any file that I get by the GetFile() method, however I'm not successful and don't know why.</div>
Hi,I'm looking for a way to access some C# from JScript. I tried to wrap the class with COM proxy by using some COM attributes (ClassInterface, InterfaceType ...).When I try to instantiate the object from within a C++ program, I succeed.when I try to declare the class as an object in HTML page ...
Hi, everyone. I'm trying to pass a Query String which contains someHebrew parameters from javascript and read them in .aspx pageBut all i get is empty string instead of hebrew.any ideas?this is a code samples:in js page:window.location.href = ...
Hello,I'm trying to use document.getElementById().innerHTML in a JavaScript to change information in a webpage. On FireFox this works as described in the W3C documentation, however, the same method returns 'Unknown Error' in IE. The JavaScript looks like this: <script ...
I have written a script that uses the .NET framework for IO, Hashtables, Event Log entries, etc. I've been using jsc.exe to compile the script so that I can use the CLR debugger. Now that I have a final, debugged, script, I cannot run the .js file as a standalone, interpreted, script.At first, ...
I have a treeview that works great in IE, but it doesnt work in FireFox. It gives an extra space and a link to a __doPostBack function. Here is the source code from each:from FireFox: <tr class="FreeText"> <td id="_tdManagersTree" align="left" colspan="4"> <div ...
Hi, I have an ASP.NET application that needs to have a treeview. I've chosen the Microsoft Treeview because it is free of charge. I'm creating the following structure in my treeview: - Access Points - Monthly . Code 01 . Code 02 - Periodically . Code 03 . Code 04 I only want the treeview to ...
93 byte By
ReneeC at 2008-2-11
Does anyone here know how to call a Vs2005 Netservice from client side jscript? Please....
827 byte By
Genja at 2008-2-10
Greetings Scripting Guys! I have one question: How to create object WScript (WScript. ScriptFullName, WScript. CreateObject. etc), not in script Windows and we shall tell in HTML, HTA or a.exe (JScript. NET). Yours faithfully Eugeny. ...
446 byte By
Genja at 2008-2-10
It is interesting, when there will be normal support JScript from party MS. ...
551 byte By
OriN at 2008-2-8
Hello,I have a few question about using JScript from code. In early versions this could be done by using the scripting runtime DLL by adding code and objects to a moudle and running the code after it.my question are:1. How can I do it with .net - I mean adding objects and code to a module and ...
Hi All, This is what I want to do: let's say you have a web project web1.csproj within a solution file web.sln. If this project has an ASPX page page1.aspx with code behind page1.aspx.cs. We want to have web.sln, web1.csproj and page1.aspx.cs within one folder and page1.aspx within a ...
Hi, I am using infopath and was trying to use the internal JScript code editor to customize a button to save the whole document to file. Is it possible to do this? How do i pass the entire document into the script? Thanks
1229 byte By
tatero at 2008-2-7
A seemingly simple problem... I want to open a SELECT list drop down from an event like onClick from another object.Is there anyway to open a <SELECT> list to show its drop down list using script? .focus() only, well... focuses and .click() only resets the selected value but does not open ...
198 byte By
Padma at 2008-2-7
<div> <div>Hi,</div> <div>I would like to know how to change the TextMode property (Singleline,multiline,password)in javascript.Is there any possibility.</div> <div>Thanks in Advance</div></div>
Hi, I've encountered a strange situation. I'm not sure if this is an expected behaviour. Kindly share your thoughts on it. The application i'm working on is developed in VS .NET2002 and .Net Framework 1.0. It is an ASP.NET/C# application and is accessed from a mobile device having Pocket PC ...
Hi, I'm Francesco from Italy, and I want to post a technical help request:I use the script above to "callback" a remote .aspx page. My site make larger use of this because I'm trying to develope a RealTime Multiplayer D&D based game, and until now everything goes well. This morning I left ...
Hi all i am using asp.net v2.0 In one of my page i am calling another page using xml http , this is working fine but first time only , I am sending the request on click of button , when i click the button second time, it's returning the previous response and it's not even calling that page ...
180 byte By
Padma at 2008-2-5
Hi , I need to set the cursor at the end of the text in textbox in mozilla. I tried the setSelectionrange() method , but i am unable to set it. Plz Help me !!!!!!!!!!!!!!!!!!
<strong>How to give a title in Alertbox in javascript?</strong> Guhananth regards
Hi,I am working in C#.NET.I am using javascript validation in my project.If the client browser has disabled Active scripting then my javascript Alertbox will not work.We are using Visual Studio .NEt 2003 version with .NET framework 1.1 version.My project leader request me to enable browser ...
Hi,I am trying to write a function that list all the available functions and variables in the page. This is possible in Mozilla. Paste the following url in Mozilla. http://www.squarefree.com/bookmarklets/webdevel.htmlClick on the button view variables. It lists all the variables and functions.I ...
according to dotnet , the regular experssion for checking email address is this:\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*now let's just look at the part that preceed the @:\w+([-+.]\w+)*@according to it there should be a string of at least one charactor, then may have one or more hyphens or ...
198 byte By
Padma at 2008-2-4
<div> <div>Hi,</div> <div>I would like to know how to change the TextMode property (Singleline,multiline,password)in javascript.Is there any possibility.</div> <div>Thanks in Advance</div></div>
1229 byte By
tatero at 2008-2-3
A seemingly simple problem... I want to open a SELECT list drop down from an event like onClick from another object.Is there anyway to open a <SELECT> list to show its drop down list using script? .focus() only, well... focuses and .click() only resets the selected value but does not open ...
Hi allI have got a typical requirement, where I work with 3 ASP.NET (C#) pages. E.g - PageA, PageB and PageC. PageB is opened on click of a button on PageA (with javascript window.open function) and PageC is opened on click of a buton on PageB (with javascript window.open function) . Now the ...