| Thread | Last Post | Replies |
|
| Open Find (CTRL+F) Feature in IE | 30 Sep 2007 22:26 GMT | 1 |
I'm trying to call the Ctrl+F function in IE using a javascript function initiated by an input button on a webpage: showModelessDialog("/website/find/find.dlg", args); I copied the find.dlg and findinc.dlg to the webserver so I could call the
|
| cannot use links (hrefs) within window.createPopup() | 30 Sep 2007 19:57 GMT | 1 |
I have a newbie problem I'm running into. I have a web page that uses popups and I'm using window.CreatePopoup() to display the popup information. This works fine. Now, what I want to do is within the innerHTML of the popup object is to display a table and two
|
| script functioncall question | 30 Sep 2007 19:03 GMT | 1 |
i have a functioning script, but i want to make it a little more generic i just excludes some checkboxes after a specific number are checked. I'm passing in "this" and it finds it, and it knws it has an id, the id is correct, but it's not being reconized as a checkbox(list).
|
| Change current window property from resizable window to unresizable window | 29 Sep 2007 10:04 GMT | 1 |
I opend a child window from a parent window in my web site and the property resizable=yes. I want a child window script to modify this property in its window to be unresizable. Any reply will be highly appreciated.
|
| JS: change width of table with no id or class name... | 28 Sep 2007 12:29 GMT | 2 |
ok, I want to find all the table elements on a page, and then I want to change the width of them if they are over a certain size... I wrote the function below which does this, IF the table has an ID. Unfortunately, not all the tables will have ID's... So how can I get this to ...
|
| Problem with script that works in IE but not in Firefox | 27 Sep 2007 18:51 GMT | 2 |
I have the following script: function DisableButton() { document.forms[0].submit(); window.setTimeout("disableButton('" + window.event.srcElement.id +
|
| JavaScript - How to get an element by class name | 26 Sep 2007 19:48 GMT | 2 |
Hey I am having troubles with this... I want a script to say find a element by class name "test1" and then let me get the next or two element after this one... and change the style of this element... Its a long story on why I want this...
|
| Scrolling and dragging | 25 Sep 2007 21:41 GMT | 2 |
I have a webpage in which the user can drag an element to another location. If they do not drag it to a valid location, I have the element returned to it's natural position. On pages which are small enough to fit on one page, this works fine, but if the user scrolls while ...
|
| returnin arrays from COM to JScript | 25 Sep 2007 08:37 GMT | 1 |
On Apr 28 2001, 6:06 am, "Michael Harris" <mik...@mvps.org> wrote:
> "...So there is no way to transparentlyreturnanarrayinJScript?..." > > To be "JScript-friendly", you have toreturn*everything" via a functionreturnvalue. And as I |
| Create a string with (n) copies of the same character | 24 Sep 2007 22:15 GMT | 15 |
I wish to create a function into which I pass a number, and it returns a string containing that number of asterisks. So if I pass in the number 5, it returns '*****'. I can obviously do this by looping and adding a single asterisk to a string
|
| window.location.hash in firefox | 19 Sep 2007 17:15 GMT | 1 |
hello! good day everyone! anyone knows why "window.location.hash" produces a back button in firefox? i tried this one in IE and Safari but it doesnt give a back button.. when i click the back button the window isnt changing anyway..
|
| Can a script log a user off and then log on under a different user? | 19 Sep 2007 15:33 GMT | 14 |
I have run into a networking issue for which I'm hopeful scripting may provide a workaround. My knowledge of scripting is very limited and before I get my feet wet, I'd like to know if a particular task is possible:
|
| Get a keystroke in JScript console app | 18 Sep 2007 07:52 GMT | 4 |
I need to control a JScript console application from keyboard and I can not have it wait until CR is pressed. Is there any function available as part of the standard object models that I can use?
|
| WSH 5.6 downloads are back... | 15 Sep 2007 10:44 GMT | 8 |
WSH 5.6 downloads are back... Windows Script 5.6 for Windows XP and Windows 2000 / Windows Server 2003 Download details: Windows Script 5.6 for Windows XP and Windows 2000 <http://www.microsoft.com/downloads/details ...
|
| firefox ajax | 14 Sep 2007 02:27 GMT | 3 |
good day to everyone! http_request.open("GET", url, false); anyone knows why this line isnt working in firefox? if i change it to true its working but i need to use false.
|