| Thread | Last Post | Replies |
|
| WebUIValidation.js incorrect version in asp.net page | 13 Mar 2005 09:43 GMT | 1 |
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
|
| Ajax and Session Security | 10 Mar 2005 09:26 GMT | 1 |
How to protect session states when using ajax ? give a me link about the topic or post a comment . thanks for the answers
|
| Automated VPN dialout | 10 Mar 2005 09:23 GMT | 1 |
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. ...
|
| Mark field for validation | 10 Mar 2005 09:18 GMT | 1 |
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
|
| Async communication between the browser and server | 10 Mar 2005 09:10 GMT | 1 |
Hi there, the other day I wrote a little experiment using the Amazon web services and XMLHttp called "Zuggest". http://www.FrancisShanahan.com/zuggest.aspx It lets you search on Amazon products without having to
|
| <urgent> execute JS function when the user press close window button | 10 Mar 2005 09:08 GMT | 1 |
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
|
| An easy question for you | 07 Mar 2005 23:48 GMT | 2 |
How can I identify if a variable is defined or is not defined function fHelpItm(Codigo, NomPro,NroPar, postBack) { var xxx;
|
| window.open and Pop-up blocker | 07 Mar 2005 16:59 GMT | 3 |
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?
|
| (DOM) Getting HTML sourcecode of a frame embedded in a frameset | 06 Mar 2005 15:17 GMT | 3 |
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 :-(
|
| Rating 1 to 3 in order of preference. | 06 Mar 2005 11:07 GMT | 2 |
Rating 1 to 3 in order of preference. That means if a user rates by inputing a value 3 for example in a texbox or selecting 3 using dropdown menu. The next available options should be 2 and if he/She inputs 2 the next
|
| FileSystemObject -> OpenTextFile BUG | 05 Mar 2005 15:41 GMT | 2 |
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.
|
| is it possible to gradually fade the content of a layer. | 03 Mar 2005 17:03 GMT | 1 |
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
|
| Tooltip.htc | 03 Mar 2005 09:50 GMT | 2 |
In the online MSDN a limk is wrong. Where can I get the tooltip.htc and all the other htc??? Menu: Web Development\HTML and CSS\DHTML Behaviours\Behaviours Library\Tooltip\
|
| Saving script | 03 Mar 2005 08:30 GMT | 1 |
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
|
| .mth to ,aspx | 02 Mar 2005 11:51 GMT | 1 |
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 ...
|