| Thread | Last Post | Replies |
|
| Weird, minor, but very annoying issue with generated DOM-elements in IE7 | 31 Mar 2008 12:23 GMT | 2 |
I am building a javascript library for tooltips and generating message boxes on the screens. Everything works fine in the major browser, but with IE7 there is a small but weird and annoying problem. The boxes that are created with javascrript can be opaque
|
| Difference between ie6 and ie 7 | 30 Mar 2008 21:15 GMT | 2 |
We are moving in our org from ie6 to ie7. Can anyone point me to a Documnet state all differences between the versions I need to know how to prepare our web applications for the change. I need changes in javascript/css, activx etc ( client side )
|
| Is there a correlation between Unicode and Alt codes? | 28 Mar 2008 21:31 GMT | 2 |
Let me try to make this clear. If I type ALT+1 I get ☺. If I get the Unicode for that I get 9786. Therefore the HTML entity is ☺ but how could I determine that the ALT code was 1. Is there any correlation?
|
| Convert symbol to HTML entity | 28 Mar 2008 20:34 GMT | 4 |
When you use an html entity (&xxxxx;) where does the translation take place? I have alway assumed that it was in the browser which would mean that a table exists somewhere. Can that be accessed to reverse the process? Given the character convert it to the html entity.
|
| Can I convert a symbol to its ALT code? | 27 Mar 2008 17:45 GMT | 1 |
I believe that every letter, number, symbol, etc. in a font has an associated ALT code. They are always 1-4 digits. Is there a way to copy and paste a symbol into an entry field and have a script convert it to its ALT code? For example if I enter ¥ it returns 0165.
|
| IE7: Access denied while calling ActiveX control | 25 Mar 2008 18:55 GMT | 2 |
I'm facing a real annoying problem. I've created an HTML page with the JScript function new ActiveXObject(...) inside. But whenever I call this page (via an IIS virtual directory) I get the following error message:
|
| Printer information needed | 25 Mar 2008 06:00 GMT | 1 |
Within IE7, is there anyway that any scripting language or ActiveX would/could know the browser's default printer or any default printer settings, such as orientations, paper size, bin, etc. It would be nive to a) be able to determine the default pritner name, and b) be able to ...
|
| The getAttribute() method | 23 Mar 2008 18:12 GMT | 3 |
Perhaps someone can explain me to why this is happening. Let's say I have the following form: <form method = "post" id = "MyFormId" name = "MyFormName" action = "/post/to/page.html">
|
| How to reference iframe content? | 22 Mar 2008 17:01 GMT | 2 |
I'm testing a wysiwyg editor for my form's textarea element, but now my javascript function to update the textarea content fails. My guess is, the editor uses iframe but did not map it back to the textarea, yes? Even no. How to make it work?
|
| Compiler Error with Catch Block Param in Functions using Same Global Name | 21 Mar 2008 23:31 GMT | 1 |
Description: If the catch parameter name in a function is the same as a global variable, and both exist in a <%%> code block, then code will fail to compile unless compiling with debug switch turned on.
|
| receiving int64 value | 20 Mar 2008 00:12 GMT | 2 |
I'm new to this ng, I searched over Google but didn't find responses to my problem, so in case you may advice ... in an intranet application (used under IE6 & IE7) I need some int64 numerical values.
|
| problem with vbscript | 18 Mar 2008 20:55 GMT | 1 |
i'm Alex and i have a problem, i want create a VBscript with copyfolder command for each profile into PC: folder source: c:\test (in the folder there are many files and folders)
|
| HTML, JScript, VBScript to EXE online converter | 17 Mar 2008 21:58 GMT | 16 |
Please check this online free converter and tell me your feedback. http://www.vbs2exe.com/ Thanks in advance, Sa6ry
|
| How to get the bookmark from url?? | 16 Mar 2008 20:45 GMT | 2 |
If page1.htm has a link that for example is <a href="http://page2.htm#c2>C2</a>. How can I retrieve the "c2" in page2.htm when it loads? Is there any way at all. I need it to make a div which is <div id="c2" style="display:none;">
|
| xslt processor add object | 14 Mar 2008 14:25 GMT | 2 |
var ClientXSL=new ActiveXObject("MSXML2.FreeThreadedDOMDocument.4.0"); ClientXSL.async=false; ClientXSL.load("Test.xsl"); var xslTemplate=new ActiveXObject("Msxml2.XSLTemplate.4.0");
|