| Thread | Last Post | Replies |
|
| Resetting script statement counter | 21 Feb 2008 16:53 GMT | 7 |
I was wondering if someone out there would be able to help me with something. As most of you are probably aware, IE will show a warning to the user when a page has executed 5,000,000 script statements asking if the user wishes to abort the script being executed. The MS
|
| QUERY: comparing website contents | 18 Feb 2008 11:32 GMT | 1 |
I need a tool to get me the substring between delimiters then 79char line wrap the result and then diff... for both oldsite/old1.htm and newsite/new1.htm As for web crawling, old site is local, new site is online. But I
|
| QUERY: comparing website contents | 16 Feb 2008 09:20 GMT | 1 |
And please do not suggest copying and pasting the text into NotePad or Word. I said 'website' which means they contain dozens of html files (probably 100s). Plus, I like a script to automate this compare process so I can repeat the process in future and remind myself of diffs....
|
| Passing an object to an external function doesn't work | 15 Feb 2008 14:16 GMT | 4 |
I have this sample code. It's just a simple way to get an object so please don't concentrate on how I'm getting the object. I do an alert to verify that it's an object and then pass it to the "two" function. In the two function, I display the object again.
|
| firefox problem | 14 Feb 2008 19:18 GMT | 1 |
i have some scripts that dont work in firefox
|
| firefox problem | 14 Feb 2008 18:23 GMT | 1 |
some scripts dont work in firefox. why?
|
| IE7 doesnt accept my JS codes | 12 Feb 2008 12:28 GMT | 3 |
any HTML which I open from my HD doesnt get the JS and other scripts and some css styles. If i open the same HTML doc from a sever it opens perfectly. Im tring to build some simple sites, but it makes it imppossible. what should I do???
|
| script to automatically click buttons | 11 Feb 2008 14:18 GMT | 2 |
Please advice if I'm in the wrong group. I'd like to automate clicking a few buttons on a set of websites. We have recently migrated to a newer version of Project server. Turns out that some pages are not compatible with it's older version....but clicking a
|
| Problem with MS Script Editor in IE | 07 Feb 2008 21:54 GMT | 2 |
I've got WinXP SP2 with Office XP installed. I've installed MS Script Editor and I can start it manually, but I can't start it in IE 6. I've unchecked both "Disable script debugging" options in IE, but when I click on View->Script Debugger->Open nothing happens.
|
| Semi Transparent Divs and passing events down to th object below | 07 Feb 2008 16:30 GMT | 1 |
I have a table contained in a div. I want to display a semi transparent div over an small area of the containing div for the table. I have done this using a filter and it looks good. However, I need to pass the events through the div to the object below, is
|
| JScript engine memory leak | 07 Feb 2008 13:30 GMT | 2 |
I am not usre what group I should be posting this to. If there is a more appropriate group please let me know. We have an application that hosts multiple JScript engines on separate threads.
|
| Password validation | 06 Feb 2008 21:14 GMT | 1 |
Hi all, I need a script or soemthing to make avialable on an internal webpage that will do 2 things. The purpose is to have a user enter their password for audit to determine if they are keeping with the password length and complexity policy.
|
| Transfer Query Data to Web Form Field? | 05 Feb 2008 11:13 GMT | 1 |
Can anyone help me to transfer data results from a SQL query to input forms on a web page using vba, scripting, or whatever will work. I am manually inputting a series of data to web page forms. The web page is not mine and I have no control of the web page. The data
|
| Firefox equivalent of window.parent.callmethod() | 05 Feb 2008 09:40 GMT | 4 |
I have a page in an iframe that calls a method (lets call it callmethod()) that sits in the page that hosts the iframe. The call looks like this: window.parent.callmethod();
|
| Replace last occurrence of substring | 02 Feb 2008 16:00 GMT | 7 |
How do you (case insensitive) replace just the last occurrence of a substring in a string? e.g. /file.store/my.picture.png to /file.store/my.pictureCB.png Thanks in adavance
|