| Thread | Last Post | Replies |
|
| Microsoft JavaScript Menu | 30 Dec 2003 20:26 GMT | 4 |
Dear friends, I want design web site by MS frontpage2003, JavaScript menu like Microsoft.com site in left & top of pages. How can I do it? Do I need further software for this reason.
|
| Scripting in webforms | 24 Dec 2003 07:24 GMT | 1 |
You'll have to excuse first of all my ignorence as i'm relatively new to web development. I have a question. Is it possible to script in a web form (ASP.NET)?
|
| JScript Type Mismatch looks like strange compiler error. | 23 Dec 2003 17:41 GMT | 3 |
I am adding JScript scripting to a C# ADO.NET application that uses System.Data I have derived a new class called BusinessTable from DataTable The following sample script generates a type mismatch error when it is
|
| Disable all buttons and links on a page | 23 Dec 2003 13:52 GMT | 2 |
I know to disable all elements an a page with: for(i=0;i<document.all.length;i++) document.all[i].disabled = true; but I want to disable only buttons and links. How I know that
|
| Is there a way to turn the self window's toolbar off | 23 Dec 2003 11:11 GMT | 6 |
Hello,everyone. When we want to open a new window, we can set up the new window without toolbar. But if I don't want to open the new window, I just want to
|
| Validate TextBox input as Int32 | 19 Dec 2003 17:17 GMT | 5 |
I was wondering if anone have any idea of how about validateing the TextBox input is Int32 or not. I want to validate character-by-character. Please let me know. here is what i have:
|
| parent textbox not being updated | 18 Dec 2003 10:51 GMT | 1 |
I am using a server side textbox in my parent window with id txtUsername. In the pop up window, i assign the value to the txtUsername as
|
| Help converting exampe from C# to JScript | 16 Dec 2003 21:48 GMT | 2 |
The following is a example of C# ADO.Net code that I am trying to incorporate in my JScript code. How do I make the line with the ********* work in JScript. I have tried various permutations with no success. I assume that the object needs to be a .Net Framework
|
| asp.net method call | 15 Dec 2003 18:21 GMT | 3 |
Is there anyway to call a asp.net method from a javascript? thanks in advance
|
| Unable to read server side jscript | 15 Dec 2003 16:56 GMT | 1 |
I have jscript function on the server side which does not execute at run time. private void btnSave_Click(object sender, System.EventArgs e) {
|
| redirect html page | 14 Dec 2003 02:46 GMT | 1 |
Hello, I need to know how to redirect to a different page as soon as the first page is loaded. I would like this redirection to occur as soon as possible. Also the page must be .html it cannot be .asp or any other format.
|
| JavaScript Clock Dilemma | 13 Dec 2003 13:09 GMT | 1 |
I'm still quite new to JavaScript so excuse me if my question sounds stupid. JavaScript is worlds apart from Object Pascal and I'm still finding my way around. I'm working on a JavaScript clock that will show the time for all major
|
| JS opening two windows instead of one | 10 Dec 2003 10:56 GMT | 1 |
When this form's being submitted, two windows are opening instead of only one here is the function I'm using: function subForm(){
|
| Why won't cookie value show up? | 10 Dec 2003 07:59 GMT | 1 |
Used one of these canned scripts to set up a JS quiz but not before having used another canned PHP script for "Tell your friend about this Web page!" sort of thing. Now i've gotta integrate them; client wants the results from the quiz to go into the email.
|
| goto in jscript.net | 09 Dec 2003 04:29 GMT | 1 |
Is "goto" or an equivalent supported in jscript.net? Labels? I've done a bit of searching and havn't found anything, but that may be because it's such a common word.
|