| Thread | Last Post | Replies |
|
| Printing with jscript | 28 Jun 2005 20:50 GMT | 1 |
I need to build a function that be able to print do you have any example??? How can I send some text to printer, I don't wanna send the whole html page to the printer only a few lines that are not visible on the html page thaks
|
| How to set focus after return a value | 28 Jun 2005 20:48 GMT | 1 |
I have a javascript function :myFunction, that will take this as parameter and fill this a value The useage of myFucntion is like: <asp:TextBox ID="TextBox1" runat="server"
|
| Permission Denied Error | 25 Jun 2005 17:13 GMT | 1 |
Getting error attempting to open notepad.exe from html page. Invoking JavaScript below: <script LANGUAGE="JavaScript"> function OpenAppFile()
|
| emualte a main() function | 18 Jun 2005 02:22 GMT | 2 |
Is there any way to emualte a main() function like in C#? Im writing a tracker program to recrod down information from stuff spewed out from another program i wrote in managed C++ and C#. I need to find a way to manipulate the console arguments without using the environment ...
|
| How can I separate string into a string array | 15 Jun 2005 12:42 GMT | 2 |
I have a string like myString='Tiger,Rabbit,Wolf'; How can I separate this string by comma into a string array?
|
| Please help : Add value to dropdownlist using the javascript | 10 Jun 2005 19:00 GMT | 1 |
I have the dropdownlist that is populated when the form is loaded. I have the button that opens search child window using the modalwindowdialog and it returns the value that I want to add to the dropdownlist on the parent window using the javascript as there will
|
| Submitting Modal or Modalless window opens new window: why? | 10 Jun 2005 07:23 GMT | 2 |
I have opened a window using window.showModalDialog. Whenever a button is clicked on that window that submits, it opens a second window which is also not a modal window. I just want to go back to the Modal window after round trip. Does anyone have an idea why this is ...
|
| Editor Question | 09 Jun 2005 07:51 GMT | 6 |
I have a java script Editor I mean a RTF kind of editor, which is coded using JavaScript. This kind of editor is available on hotmail.com or India times.com I have a small problem with it whenever I type some content in that control
|
| javascript events | 09 Jun 2005 07:41 GMT | 4 |
can i cause an event to raise from the code (without doing anything) ? say something like: <script language="javascript"> function foo()
|
| How to get the querystring value by using javascript ? | 08 Jun 2005 07:44 GMT | 2 |
as you see that there is a URL like http://localhost/web/index.aspx?tab=1 how can I get the tab's value by using javascript ? any function in javascript ? or I must write a function by myself ?
|
| Editor Help | 07 Jun 2005 14:35 GMT | 1 |
I have a problem of double LF.. can some one will guide me to solve this problem I am using following code for my editor. whenever I press enter I get two lines .. if I press shift + enter I get only one Line . please let me know
|