| Thread | Last Post | Replies |
|
| How to get cursor insertion point (caret position) from HTML Textarea | 27 Dec 2004 12:08 GMT | 2 |
I have previously posted this question on the "dotnet.framework.aspnet" group but that was probably a mistake because I think client-side script is required. Can anybody on this group help me to a)get the user's cursor insertion point (caret) from
|
| How to find if Pop Blocker of SP2 is Enabled on client browser | 23 Dec 2004 00:46 GMT | 6 |
I work for Overnite Transportation and our website previously depended on non-user interactive pop pages. Bummer for us. Now that SP2 is here, our web apps are busted. We would like to allow users an alternate path that doesn't use the pop ups,
|
| Mouse Coordinates | 17 Dec 2004 10:41 GMT | 2 |
I have this in my JS file inside a function: function pickDate(url) { var leftdist = NumberFormatException(window.event.x);
|
| onFocus problem | 15 Dec 2004 16:32 GMT | 2 |
I have a web page with 20 textboxes that user enters different amount in them. I want to show these amounts in currency format ($123,456.12) in this way that : as soon as user clicks on text box (or text box has focus) value in that filed is changed from currency to numeric format ...
|
| Can I use div or a table cell to show a web page? | 10 Dec 2004 00:48 GMT | 1 |
hi, all We know, we can use iframe to show a page by set url='http://xxxx.x....' Can I do the same thing in a div or in a table cell? Thanks
|
| Passing parentheses in querystring | 09 Dec 2004 13:57 GMT | 1 |
Please refer the code below: Response.Write("<a href=# onclick=javascript:window.open('frmNextPage.aspx?customer=" & System.Web.HttpUtility.UrlEncode(strCustName)')>")
|
| dragdrop between two listbox | 09 Dec 2004 13:57 GMT | 2 |
i want dragdrop option item between two listbox. when fire onmousedown to dragdrop,listbox's selectedIndex is old. beacuse onchange event after onmousedown event. i also try componentFromPoint to get option,but didn't locate option.
|
| Easy question I think | 09 Dec 2004 12:57 GMT | 2 |
Hi I have an easy question I think. I have a web window file1.aspx that has a hyperlink target as blank to it opens a new window with a url of file2.aspx. When the user navigates away from file1.aspx I want to be able to close file2.aspx, so in the body tag I tried,
|
| Adding JScript Eval to an ASPX Parser | 08 Dec 2004 03:47 GMT | 3 |
I am trying to add a JScript Evaluation to a Page Template parser in C# for a CMS port from ASP that I am doing. VBscript (for ASP) has an Eval function which we have used to allow some measure of scripting within page templates (allowing some of our other developers to extend our ...
|
| alt property | 03 Dec 2004 14:02 GMT | 2 |
hi, somebody know what can i do to show the "alt" property from the tag <img> using javascript? thanks for your help
|
| Help with IF and OR Clause | 02 Dec 2004 15:54 GMT | 1 |
I have a field containing a Date value. Unfortunately, it keeps returning a NULL. I need the NULL evaluated. Please fix this statement if(_values != null) || (length(_values) != 0) TIA
|