| Thread | Last Post | Replies |
|
| Removing window padding/margin within IE. | 31 Dec 2006 20:55 GMT | 3 |
Hi everyone. I have just been making a JavaScript chat applet, which should open in a new child window. It does all of this fine, and works within Firefox beatifully. However, IE thinks it's necessary to stop my iFrames from spaning the entire length and width of the Window, and add
|
| Hook JScript functions using IActiveScript using C++ | 31 Dec 2006 20:11 GMT | 1 |
I am trying to hook up or get some kind of a notification event when the script engine is executing a certain JScript function. The script engine is not hosted in IE, but in an independent application.
|
| How do I call a prototype function? | 31 Dec 2006 19:54 GMT | 6 |
I am writing my own WYSIWYG editor. For inserting URL's, images, etc. I am not using html popups, but invisible DIV's of which I set the visibility to "visible" whenever I need them. Below are some parts of my code. It shows you the main function
|
| JQuery and ancestors | 31 Dec 2006 19:32 GMT | 4 |
Is it possible, with JQuery to get only one specific element ancestor ? For example : <div> <ul id="tree">
|
| VML / Active X Object Installl test | 31 Dec 2006 18:24 GMT | 1 |
I have been trying to work out how to detect if the VML Active X Object is installed ? <head> <object id="VMLRender"
|
| Saving a file on the server w/ js, ie no server code | 31 Dec 2006 15:50 GMT | 1 |
I am creating an XML document on my page with javascript. My question is, is it possible to save that xml file on the server (I have write permissions) only using javascript, ie no server code? This task would be trivial using server code, but I was wondering if I can do it all
|
| Form submit per javascript | 31 Dec 2006 14:57 GMT | 22 |
I am experiencing a strange - at least for me - phenomen. I have a func containing the following code : alert (document.forms['photoUpload'].elements['photo_1'].value); // document.forms['photoUpload'].submit();
|
| function identifier vs. arguments.callee | 31 Dec 2006 12:59 GMT | 7 |
I was getting this effect N times but each time I was in rush to just make it work, and later I coudn't recall anymore what was the original state I was working around. This time I nailed the bastard so posting it before I forgot again...
|
| On select Radio Button / Change Combo box values | 31 Dec 2006 12:51 GMT | 2 |
I have a radio button and a combo box. Upon changing a value for radio button, the combo box values will be dynamically updated. I have an idea on how to go abt doing it but Im stuck into converting into
|
| Using Yahoo UI and Prototype | 31 Dec 2006 03:06 GMT | 3 |
I would like to know whether we can use Yahoo UI Library and Prototype in the same application/page. Has anybody experienced problems in using these libraries in the same page?
|
| Need help converting 'onclick' script to 'href' script... | 30 Dec 2006 23:50 GMT | 9 |
I've searched the web as well as I can for a solution to this problem but have found nothing and just don't know enough about JavaScript to figure out what's going. What I'm trying to do is convert this script: <a href="#"
|
| IE7 form submit problem | 30 Dec 2006 20:54 GMT | 1 |
I have a problem with submitting a form to a PHP page through a dynamically created IFRAME in IE7. This code works fine in Firefox. However, IE7 submits an empty form--the correct PHP page is called, but no form variables are passed to the page.
|
| open Centred popup and close parent window | 30 Dec 2006 17:30 GMT | 1 |
Hi - Have tried for half and hour to get this script to work: I am trying to close the parent window while opening a centred new child window I would be grateful if someone could correct the script below which
|
| how can I do that url disappears from window when i use open() (IE7) | 30 Dec 2006 14:52 GMT | 2 |
this function goes well in IE5 and IE6, but in IE7 goes wrong, because window displays the URL and I don't want people enter in the web without pass trough the main window, doing "cut and paste" the url in a clean window function AbrirVentana(documento,nombre_ventana){
|
| Scripting Question | 30 Dec 2006 10:22 GMT | 3 |
<!-- Begin function Login(){ var done=0; var username=document.login.username.value;
|