| Thread | Last Post | Replies |
|
| resizing IE browser windows | 30 Sep 2004 22:44 GMT | 3 |
I am opening a page, appfile.aspx, with this: Dim script As String script = "<script>window.open('appfile.aspx','NewPage','top=0,left=0');</script>"
|
| Change image of imagebutton | 30 Sep 2004 21:08 GMT | 5 |
Hi gurus, I have a imagebutton in my WebForm, and I want that when I click (mouse down) on her the imagebutton change image and when I "unclick" (mouse up) change to the original image.
|
| JScript.NET Compatibility With Netscape Browsers | 29 Sep 2004 13:02 GMT | 8 |
Hi, all. I'm going to be working on a large .NET/C#/Javascript project soon. I'm not well-versed with Javascript *or* JScript; what's the latest with JScript.NET and
|
| cdonts javascript problem | 27 Sep 2004 22:42 GMT | 1 |
im sending email with cdonts.. my mail format is html format.. and also in my mail code there are html and javascript codes. i open my mail with outlook it works.. but im sending it to hotmail or yahoo emails the browser doesnt interpret it
|
| Identify an anti pop-up | 21 Sep 2004 23:41 GMT | 1 |
Please, is there a way i can identify if a browser have Anti-pop (pop-up killer) software installed on it? I would like to show for my user that a pop-up window was not able to be
|
| javascript error in mozilla | 20 Sep 2004 14:12 GMT | 1 |
the code below run correctly in IE, but the float menu didn't display in mozilla explorer, what is the trouble? menu.htm: <script language="javascript">
|
| Message box return result | 19 Sep 2004 10:33 GMT | 1 |
I am trying to create a message box that returns the value clicked by the user. For example, in the following javascript code: If (confirm('Are you sure you want to do this?')) {
|
| ??????????script???????? | 11 Sep 2004 22:30 GMT | 2 |
??????????????????????????????VBS??JAVASCRIPT???????????? ????????????????????
|
| Changing frame size | 10 Sep 2004 06:00 GMT | 2 |
I have two aspx frames, vertically separated at say 50%. Could I have some hints as to jscript function to increase left frame to 90% (reduce right-hand frame to 10%?). Thanks
|
| Porting from JScript to JScript.Net - compiler error | 09 Sep 2004 11:25 GMT | 5 |
Am trying to port an existing asp 3.0 app written in JScript to JScript.Net, and have just had the following error: COMPILATION ERROR Description: An error occurred during the compilation of a resource
|
| validate the ? letter ! | 08 Sep 2004 17:18 GMT | 1 |
Hi.! How can I validate the entry of ? letter in a textbox..? Thanks in advanced...!
|
| trim() in js | 07 Sep 2004 16:41 GMT | 1 |
<script language="javascript1.2"> xx="savo ates" xx=trim(xx) alert(xx)
|
| Mouse Status | 02 Sep 2004 22:01 GMT | 1 |
How can I know in JavaScript the status of mouse (down, up, pressed, etc)???? Give me examples, please.
|