| Thread | Last Post | Replies |
|
| Site Search | 28 Jul 2005 16:24 GMT | 2 |
someone told me that you could create a website search with jscript but they didnt know how. can anyone help me. my friend was probably wrong but you can never be sure :-)
|
| use script read a .MSG file exported from Outlook | 27 Jul 2005 13:19 GMT | 9 |
I would like to write a script (JScript or VBScript) that parses fields (to, from, subject) out of .MSG files that have already been saved to file system files from Outlook. The method I tried, automating Outlook.Application and using CreateItemFromTemplate generates the security ...
|
| Change Font Colour (2) | 26 Jul 2005 09:27 GMT | 4 |
sorry about the last message. i was in a rush because i was late for an important meeting and i forgot to ask how to change the font colour using JScript. i was told something like: function BgYellow(){
|
| How to show/hide layer like ebay? | 25 Jul 2005 22:53 GMT | 1 |
I am new to Jscript and need the layer function like ebay did http://pages.ebay.com/help/sell/fees.html There is a "optional Feature fees" which you can Show or Hide it . Anybody know how to make things like that?
|
| Change a parent's image from iframe | 23 Jul 2005 19:29 GMT | 2 |
Hello friends, I have a web document with an iframe. I'd like to change an image in the main document from a link in the iframe document.
|
| monitoring controls | 22 Jul 2005 18:09 GMT | 1 |
I am writing an ASP.net application and I have some javascript that displays a dialog box on the onunloadevent to ask them if they want to close without saving changes. The problem is that I don't know how to monitor the necessary controls to see if they had been changed or not. ...
|
| pass parameters back from c/c++ to JScript | 22 Jul 2005 18:08 GMT | 3 |
Hi, all I import Microsoft Webbrowser Control to my VC6 MFC project and customize the web browser with my own doc handler. The following is the implemenation: ICustomDoc * pCustdoc;
|
| Microsoft JScript runtime error: Invalid procedure call or argument error while calling functions in an interface | 20 Jul 2005 20:14 GMT | 1 |
I am newbie to scprting languages. We have some interfaces and when I'm trying to call functions in them using Jscript , they are failing with " Microsoft JScript runtime error: Invalid procedure call or argument ".
|
| javascript and files | 20 Jul 2005 17:29 GMT | 1 |
Is it possible to write to file from a javascript code? Does javascript interact with files at all? Thanks, Yossi
|
| Assign a function with parameters to an object | 17 Jul 2005 09:33 GMT | 1 |
How do I assign a function with parameters to an object in javascript? My intension is to call the function as, object.myFunction(param1,param2).
 Signature sunil philip,
|
| Printing a page | 13 Jul 2005 18:05 GMT | 3 |
I need to hide some controls on the Web page (.aspx), print it, and then display the controls again. Is it possible? Something like this (this does not work): function PrintForm() {
|
| ActiveX events | 13 Jul 2005 12:27 GMT | 3 |
If my COM class (written in VB.Net and registered as a COM Library) exposes a public event, what shoud I write in my DHTML page to handle it? I tried MyActiveXObj.PublicEvent = MyJScriptFunction
|
| Change Font | 12 Jul 2005 16:51 GMT | 1 |
I have one TextBox and one CheckBox on my web page, now when I click on the CheckBox I want to change font (depends on CheckBox state) of my TextBox wuth JavaScript. How can I do this?
|
| What did it happen to these developers JS netscape websites..? | 12 Jul 2005 16:50 GMT | 5 |
What did it happen to these developers JS netscape websites..? http://developer.netscape.com/ http://developer.netscape.com/tech/javascript/index.html I try to access them today many times, but could not be sucessfull!
|
| Passing variable data | 12 Jul 2005 16:33 GMT | 2 |
I have a parent window with javascript and a child popup window with a form in it. I need to pass the information inputed in the form located on the child window to variables in the parent window javascript. I have tried using opener but that only appears to pass input from a ...
|