Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
October 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
March 2008
April 2008
all groups > dotnet jscript > march 2005

Javascript in apps
Posted by Xabi at 3/30/2005 3:18:54 PM
Hello: What do you think is the life of javascript for developing apps? Windows is every time more closed and apps using javascript often do not work correctly. Regards Xabi ...more >>


text masking
Posted by Ram Stern at 3/30/2005 9:33:44 AM
Hey, I need to create a text masking for time fileds. In example: I want to have a filed that looks like: "hh:mm:ss" And can recieve only numbers, and will automatically jump between the - ":". Has someone has ever done something like it? Thanks ahead --Ram ...more >>

Pass an array to javascript
Posted by ruca at 3/24/2005 2:43:29 PM
Hi, How can I pass an array string to javascript? I have this: in ASP.NET VB code: -------------------------------------------------------------------- Dim siteName(100) As String Dim siteLink(100) As String Dim i As Integer siteName(0) = "New JavaSc...more >>

how can i cutomize my mouse pointer on my web page?
Posted by glenn mit via .NET 247 at 3/24/2005 4:50:47 AM
ei! i want to know how i can customize my mouse pointers on my web can you email me some JavaScript codes or html codes... can you help me...pls. reply to this message a.s.a.p. thank you very much... -------------------------------- From: glenn mit ----------------------- Posted by a user fr...more >>

Can't find element in javascript
Posted by clsmith66 at 3/22/2005 10:53:03 AM
Hopefully someone can help me because I am very confused. I need to write a javascript function to set the properties on an activeX control I wrote. For some reason though any javascript I write in my ASP.NET page can't fnd even the simplest control. Just for test I have the following code:...more >>

jscript and PostBack
Posted by SergioT at 3/22/2005 9:10:59 AM
Hi I am using VB.NET Is there any way to force a postback from jscript in asp.net?? This is the situation: I got a treeview (Microsoft.Web.UI.WebControls) fully populated, and witha a AutoPostback=true I wanna set AutoPostback=false to avoid the screen flasihg (that's really ugly) ...more >>

How do I use a regular expression with stringVar.split(...)
Posted by Edward Mitchell at 3/19/2005 11:04:33 PM
How can I split a string using a regular expression. It's the query string from the URL that I would like to split into separate key=val pairs. The code that I'm using is as follows: var optionString = decodeURI(argString); // this will remove the "&" separators and ...more >>

pop-up window below other windows
Posted by buran at 3/19/2005 5:05:01 PM
Dear ASP.NET Programmers, I have a button which opens a pop-up window on top of the main windows = when pressed. However, on the pop-up window, I have another button which = again opens a pop-up window when pressed, but this time below the opener = pop-up window. I want this third window opene...more >>



any one know how to make a slide show?
Posted by StvyLife at 3/17/2005 7:16:25 PM
I like to make picture slide show....but I'd like it to be just like the one at msn.com. I like how they do the split screen with clickable text. and the really easy to navigate l back and foward links. how can i accomplish this thanks stev ...more >>

JScript Event Listener from Child Window - PLEASE HELP!!!
Posted by mrblonde NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/17/2005 11:37:10 AM
Hello, I have an object on a parent page. I also have a child window spawned off that parent page. I want the child window to listen for an "onclick" event on that object and execute some actions when that happens. The code is as follows: object on parent page: <INPUT type="button" value=...more >>

vb.listbox
Posted by Nicole Jacobs via .NET 247 at 3/17/2005 6:02:42 AM
(Type your message here) Dim x As Integer ' Loop through all items the ListBox. For x = 0 To ListBox1.Items.Count - 1 ' Determine if the item is selected. i have this code in a button how do i say that if i click on an item in the listbox display wheth...more >>

string split function problem
Posted by Akhtar Hussain Shar at 3/17/2005 5:05:04 AM
Hi Guys, I am using javascript for string splitting, it works fine, when I use that code in the html file, but when I create external js file, and use external file. All other script (including alert, loops,....) works fine except split function, any idea, following is the code. var box...more >>

Using a dot.net object from JScript.NET in the client ('IExplorer')
Posted by Pipe at 3/16/2005 4:08:52 PM
Hello, I have the following problem: I 've a instance of a .NET class in the iexplorer with jscript: <object id="d" classid="http:assembly/test.dll#ETS.QUAM.test" VIEWASTEXT> </object> And the dot.net object has a method that returns a System.Array type. The problem is that when we try ...more >>

How to change text font to bold?
Posted by Nicky at 3/16/2005 9:03:04 AM
hi, all I have a very simple js code and want to change some text font to bold. The code like this: <script language="javascript"> function DivOnClick(obj) { obj.style.fontweight="bold"; //This does not work. It does nothing. } </script> <DIV id="div1" onclick="DivOnClick(this)" style=...more >>

Application developed in asp.net
Posted by Isis at 3/14/2005 12:09:06 PM
Hi!, I have a problem with Internet Explorer 6.0 and an Application developed in asp.net. My application generates dynamically a java script. This java script runs very slowly in Internet Explorer, but the same application it's very fast in Mozilla. Somebody could help me, Please. Thank you...more >>

In Search of a JavaScript Code...
Posted by TheGoo420 NO[at]SPAM msn-dot-com.no-spam.invalid at 3/14/2005 9:37:29 AM
Problem: I need to add a button to an ASP form and populate it with JavaScript code.. the button needs to change from fuzzy to clear when hovering over it. There is to be another button added to the form and when hovered over, it needs to be populated with an image. If someone could please help ...more >>

Store values from a Lisbox
Posted by Albano Alves at 3/11/2005 6:57:18 PM
Hi! I have listbox that I built by jscript, now a want store the values in a database. when a submit the form a loose all values! anyone can tell me how to solve this? thanks Albano Alves ...more >>

WebUIValidation.js incorrect version in asp.net page
Posted by P. Jn-Charles at 3/11/2005 11:25:08 AM
Can someone help with this problem. It's all over the web. Here is the error when I tried to submit a webform. ------------------------------------------- This page uses an incorrect version of WebUIValidation.js. The page expects version 125. The script library is " + Page_ValidationVer + "."...more >>

How to: Control "CSS" styles via JScript?
Posted by charliewest at 3/11/2005 10:41:03 AM
I need to set the background-position of a style in real-time, with onload event via JScript. Assuming this is possible, can anyone tell me how? Thanks,...more >>

Ajax and Session Security
Posted by hoz at 3/9/2005 11:53:57 AM
How to protect session states when using ajax ? give a me link about the topic or post a comment . thanks for the answers ...more >>

Automated VPN dialout
Posted by Levi Neely at 3/8/2005 4:19:34 PM
I have an application that requires VPN dial-out and some users are having a hard time doing so (and/or find it tedious.) Is there any way that I can use JScript or an equivalent to automate this process? I have been browsing whatever documents I can find to no real avail. Thanks. ...more >>

Mark field for validation
Posted by Søren at 3/8/2005 8:23:04 AM
I have a form with a textbox field for entering a date, a asp:CompareValidator on the field to check the date is greater than specific date, and a button that opens up a calendar. When a date is selected in the calendar it is inserted into the textbox with the following code: string opene...more >>

An easy question for you
Posted by SergioT at 3/7/2005 5:39:03 PM
Hi How can I identify if a variable is defined or is not defined function fHelpItm(Codigo, NomPro,NroPar, postBack) { var xxx; xxx=Nompro; } How can iI ask if the "Nompro" variable existst or not existst. I need this because if the NomPro var doesn't exists I must do somethi...more >>

Async communication between the browser and server
Posted by Francis Shanahan at 3/7/2005 1:46:52 PM
Hi there, the other day I wrote a little experiment using=20 the Amazon web services and XMLHttp called "Zuggest".=20 http://www.FrancisShanahan.com=AD/zuggest.aspx=20 It lets you search on Amazon products without having to=20 press Submit and without refreshing the entire page or=20 using ...more >>

<urgent> execute JS function when the user press close window button
Posted by ala zareini via .NET 247 at 3/7/2005 11:04:54 AM
me and a friend of mine trying to execute function that runs when the user tries to close the window using [X] button on the right top we tried the onunload action but the problem that action is not working when we use netscape navigator so if anyone has an answer then please send --------------...more >>

window.open and Pop-up blocker
Posted by Marius Horak at 3/7/2005 5:39:45 AM
Hello there, The bellow command is "blocked" by a pop-up blocker. window.open('PageName','','menubar=yes, toolbar=yes,resizable=yes,scrollbars=yes',false); What should I change to bypass the blocker? Thanks, MH...more >>

FileSystemObject -> OpenTextFile BUG
Posted by Lithium at 3/4/2005 4:33:04 PM
var FSO=new ActiveXObject ("Scripting.FileSystemObject"); FSO.OpenTextFile ("C:\\test.txt",1,true); OpenTextFile opens the test.txt in ASCII code but it should in unicode because of true. You cant open a TextFile in Unicode with this method. but it works with OpenAsTextStream Hope next J...more >>

is it possible to gradually fade the content of a layer.
Posted by StvyLife at 3/3/2005 3:29:05 PM
You see, I am trying to make a banner the size of the with of my screeen, in a layer. BUt I also want to fade it to a complete transperency to reveal the contents of what's behind it (my page ofcourse) and possible close or hide the faded layer. I've seen stuff like that happen in a flash ever...more >>

(DOM) Getting HTML sourcecode of a frame embedded in a frameset
Posted by Randy at 3/3/2005 2:49:03 PM
Hi, in VisualBasic, I can for example access the source code of a html document with the code "webbrowser1.document.body.outerHTML" This works fine for a frameless page. But when the page is loading via a frameset, I can only get the code of the frameset :-( So how can I access the html c...more >>

.mth to ,aspx
Posted by Nadav at 3/1/2005 2:57:05 PM
Hi, I have a MIME .mht file that is used to show an embedded image, I have renamed the extension of the file to .aspx from .mht and the embedded image doesn’t show anymore, instead, the textual content of the file is shown… how can this be resolved? I want the embedded image to be gener...more >>

Saving script
Posted by f_esfandiari NO[at]SPAM yahoo.com at 3/1/2005 7:16:54 AM
Dear Sir/Madam I have a web page written in HTML or jscript that includes some text boxes for the user to enter some input. When I same the web page, original wen page without the user's input will be saved whereas I need the user's input as well. Please let me know where I am wrong? ...more >>


DevelopmentNow Blog