| Thread | Last Post | Replies |
|
| ntbackup | 30 Dec 2007 21:14 GMT | 7 |
Can someone please help me? I am looking for a small script that can launch NTBackup with a bks file I have already made. All it has to do is do a monthly backup. What I want the script to do is make the filename Backup %month%.bkf
|
| Need help with bookmarklet | 28 Dec 2007 18:41 GMT | 2 |
I need a bookmarklet that takes a URL in the address bar and adds "&s=-date" to the end and then goes to the new URL.
|
| A beginner AJAX tutorial | 28 Dec 2007 15:38 GMT | 1 |
I wrote a beginner AJAX tutorial, you can view it here: [url]http://webmaster-forums.code-head.co...=3183#post3183[/url] I hope it helps someone. Thanks!
|
| How to invoke a jar package | 26 Dec 2007 04:34 GMT | 1 |
How to use j# invoke a jar package
|
| Programatically get inline event declarations | 24 Dec 2007 22:28 GMT | 2 |
Let's say I have the following markup: <input type="text" id="Input1" OnBlur="if( this.value == '' ) { alert( 'Must not be blank!' ); }"> In my javascript, I get the DOM object like:
|
| How can you use JScript to embed an image in an Outlook HTML e-mail? | 20 Dec 2007 17:50 GMT | 2 |
I'm trying to create a new e-mail, attach an image and then generate some HTML that displays that image as part of the message body, all through a JScript script. Unfortunately I can't figure out how to set the attachment's Content-ID
|
| Current DOM Element from TextRange | 18 Dec 2007 15:17 GMT | 2 |
Does anyone know how to return the current DOM element(s) that are represented within a given textRange object? The textRange contains the HtmlText and text of what was selected, but I have not been able to find a way to get the actual nodes. parentElement does
|
| array problem again | 17 Dec 2007 23:53 GMT | 2 |
I have this tripled linked box generated from database and put the values in a array. The problem is that the javascript array only accept integer indexes and i want to send the text from the listbox selected to a query, how can i catch that text and send to the form action page.
|
| right click protect | 16 Dec 2007 03:49 GMT | 3 |
Well you people have always pulled me through before so here I am again :-) I have some javascript that protects a html page against r-click. Thats pretty basic but I need to do something else with it. The main frameset is two frames. The left frame is a TOC page which is ...
|
| Filename length limit when using CreateTextFile and OpenTextFile | 15 Dec 2007 10:34 GMT | 5 |
I have a script that creates a file and writes a value to it. When variable file_name is >259 characters, there would be a "Path not found" error (e.description is that). As shown below, I'm trying to create a file under deep folder tree. Each folder name is pretty long.
|
| An unhandled exception was generated during the execution of the current web request. | 14 Dec 2007 10:39 GMT | 2 |
I got an error during runtime. I really need your help guys.. I don't know how to fix this, i don't have the knowledge about ASP or ASP.NET. I just want to install this, Because i'm planning to build my own online community. Below are the error i got during runtime. i just browse ...
|
| Invoking a method of COM object | 13 Dec 2007 13:00 GMT | 1 |
I'm trying to invoke a method for a COM object var str = "some string"; var result; SomeCOMObject.Method(str, result);
|
| textbox value | 12 Dec 2007 21:03 GMT | 2 |
hi how can i set the textbox.value equal to the selected index of a list box. ex www.realferias.com
|
| array problem | 12 Dec 2007 16:24 GMT | 6 |
i have this code on http://realferias.com/login.asp and i have a problem with the arrays. I' m working on that for 3 days and my brain smoke's . The problem seems to be in populatecombo2 function.Thanks in advance. here is the code:
|
| Manipulating a table via the DOM | 12 Dec 2007 13:53 GMT | 2 |
I'm wondering if there is anything out there that discusses the above? I need to be able to add and remove TDs and TRs to a table all the while maintaining the overall layout. For example, if the table currently has one row with 3 columns and the user wants to split the 1st ...
|