| Thread | Last Post | Replies |
|
| add onclick event to html tag with jscript | 01 Oct 2005 00:40 GMT | 6 |
I use a httpModule to redirect traffic to my htc page. there i can intercept events and set some extra properties for some fields. I have added a button to a webpage dynamically using jscript in the htc page. The only problem is that i can't add an onclick event to it.
|
| Memo Field Truncated | 30 Sep 2005 23:16 GMT | 5 |
I have a web application that is supposed to display a memo field. It dispalys in asp but is truncated at 255 characters. Any code so that it will display the whole memo field or am I stuck with the 255 limit. Seems like I worked around this issue about 5 years back but can't ...
|
| disable send page by email from IE File Menu | 30 Sep 2005 16:38 GMT | 1 |
I need a script to disable the send item from Internet Explorer Fie menu so can anyone help me doing this task
|
| Java Script Question | 30 Sep 2005 15:29 GMT | 11 |
I have 2 small java script questions. Can you please help me in that? 1) How do I call a .ASP file from a Java Script block. I use like: <script language = javascript src='Test.asp?ref=' + document.referrer
|
| Opacity | 29 Sep 2005 20:14 GMT | 7 |
Is there anyway to make a web page opaque that I can see my desktop behind the page? thanks in advance....
|
| Sum values of several fields | 29 Sep 2005 19:09 GMT | 2 |
Hi, I'm trying to add the values of several fields with increasing names like so: <input type="text" onblur="javascript: eltotal();" name="text1"> <input type="text" onblur="javascript: eltotal();" name="text2">
|
| how do you do that? | 29 Sep 2005 18:46 GMT | 6 |
In Amazons' A9 - they are using layers or something else to display site info, does anyone knows how its done? http://a9.com/plumbers?src=amz_0781_t2 (go over the site info) Thanks.
|
| WSH + JScript + WMI or ADSI / desired result: get a list of all the computers in active directory | 29 Sep 2005 15:13 GMT | 2 |
The system that will be executing the script will not be a member system on the domain. I will have to pass credentials to Active Directory through the script as the system will not be trusted by the domain. I know this kind of sucks, but I travel around and work on a lot of ...
|
| Problem with Window.Close() | 29 Sep 2005 11:50 GMT | 10 |
I'm using window.close() to close the window. However, it will show a message box with ".......Do you want to close this window" when i use this command. How can i disable this message box? Best Regards,
|
| DsoFramer ActiveX Control Problem | 29 Sep 2005 02:37 GMT | 3 |
I am having a problem with the BeforeDocumentSaved event for the DsoFramer: http://support.microsoft.com/default.aspx?scid=kb;en-us;311765 Here is the sig: BeforeDocumentSaved(ByVal Document As Object, ByVal Location As String,
|
| Disable scrollbar | 28 Sep 2005 17:19 GMT | 4 |
how can I disable scrollbars in a HTML page?? thanks in advance
|
| local web site | 28 Sep 2005 17:00 GMT | 1 |
I don' t know if my question is in this discussion group so... I have a local website. And I want to implement a free web search engine. Do you know any which can do the job ? Thanks
|
| Two functions in onclick event of a button | 28 Sep 2005 14:15 GMT | 4 |
I am calling two javascript functions in onclick event of a button. Javascript: onclick="if (validate()){send();}else{return false;}" ASP.Net:
|
| Access a variable that's inside iframe | 28 Sep 2005 08:13 GMT | 3 |
I have an page that has an iframe which inturn contains another page. there is a javascript variable inside the iframe page(child page) how to access that variable from parent page? Thanks
|
| Japanese characters don't trigger onkeypress event? | 27 Sep 2005 21:25 GMT | 16 |
My original article is listed here: http://groups.google.com/group/comp.lang.javascript/browse_thread/thread/816252e d94e711 I'm hoping that by reposting here in this specific Microsoft forum I might get a few more responses, and perhaps even a solution.
|