| Thread | Last Post | Replies |
|
| frame problem | 29 Oct 2004 20:36 GMT | 1 |
i have a main page when i click the link i want to change the src of child frames of window.. when i use window.parent.sa.src it doesnt work i can also add an image with id .. how can i manage this image.. parent.sa.imageid.src like this help me please?
|
| Disabling alt tab on a web page | 20 Oct 2004 06:09 GMT | 1 |
I have an aspx application that provides online testing. The customer wants to disallow the student from hitting certain keystrokes like ALT-TAB, or PrintScrn, or CTRL-C so that they cannot take a copy of the test question and paste it into another document. Or use ALT-TAB to ...
|
| JScript.NET eval security issue | 15 Oct 2004 21:19 GMT | 1 |
I've created a JScript.NET assembly that, basically, exposes the JScript.NET eval function. I'm using then this assembly from a C# application. The code of the JScript.NET package is the following:
|
| Jscript and pop-ups | 11 Oct 2004 10:29 GMT | 5 |
I am using the window.open method to show an explanation of a quote on one of my pages. However, the pop-up blocker that comes with Windows XP's SP2 seems to block this (and I assume many other pop-up blockers would as well, since I am guessing they look for the same stuff). I ...
|
| Showing/Hiding Attributes of the Window Using Javascript | 09 Oct 2004 04:46 GMT | 1 |
I would like to hide certain parts of a window such and the menu bar, toolbar, status bar, etc. However, the following properties of the window object give an error saying they do not exist in Internet Explorer (whether any of them exist in Netscape, I don't know yet since I ...
|