| Thread | Last Post | Replies |
|
| Tracking clicks on banners in a generic way? | 26 Oct 2006 23:51 GMT | 1 |
In the web application I develop, we need to provide the marketing department with the ability to insert small JavaScript code snippets into predefined content areas on several pages. This code is supplied from 3rd parties and may display banners, links and do various other
|
| Adding some strings recursively | 26 Oct 2006 23:51 GMT | 4 |
how can you add a string aaaaaa at the beginning of a given string "string" and bbbbb at the end of it especially recursively ifthere are multiple "string"'s in a given text file ?
|
| No email sent? Server.CreateObject("CDONTS.NewMail") | 26 Oct 2006 22:11 GMT | 1 |
I'm not receiving my email, I believe I'm almost there, but can't figure out what I'm missing. Any Clue would be appreciated. Here's my html and asp code. I've included the cdovbs.inc file in the root of my website, I thought that maybe my error.
|
| Doubt in Array , (beginner question) | 26 Oct 2006 19:32 GMT | 13 |
Dear group, pls go through the following function definition: function at_show_aux(parent, child) {
|
| regex - why won't this work? | 26 Oct 2006 19:24 GMT | 7 |
I've got a very simple piece of code, and it doesn't work. I'm stumped! var pattern1="arthur/i"; var stringtosearch = "ARTHUR and GEORGE's guest house"; pattern1.test(stringtosearch);
|
| function blocking waiting for user interaction | 26 Oct 2006 18:20 GMT | 2 |
I'm trying to halt a function's execution while waiting for user interaction. For example, I have a function called getUserValue() that pops up a hidden div containing several buttons. Each button sets a value. I want use a
|
| Detect if user has authenticated | 26 Oct 2006 16:47 GMT | 4 |
How can Javascript code detect if a user has been authenticated to see a page, that is, if he has entered a username and password for HTTP authentification to see the current page. Possibly that can be determined from the HTTP request header, but how to access this data
|
| IE DOM encoding | 26 Oct 2006 15:26 GMT | 4 |
I just needed some help on how the DOM is encoded by the IE parser. As per the MSDN page, http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp
|
| Javascript - display referrer | 26 Oct 2006 11:49 GMT | 10 |
I'm trying to create some javascript that will provide the user of the referring page, but if I do something like the following: <HTML> <HEAD>
|
| accessing target's parent's id | 26 Oct 2006 10:25 GMT | 2 |
I am trying to access a certain id, but I don't know exactly how. In my HTML I have the following. ... <div id="abc123">
|
| detecting and acting on a window resize | 26 Oct 2006 09:51 GMT | 2 |
Hey Guys I am able to detect a window resize using the following code: window.onresize = function () { if(document.getElementById("parent_for_video").style.display !=
|
| Small javascript/html that's not working as I think it should - please help | 26 Oct 2006 08:38 GMT | 1 |
I have a small javascript/html code below that demonstrates that problem I'm having in a larger program. I've tried all kinds of things to get it to work, but it just won't do what I want. I've tried setTimeout, setInterval. In this dumb, but valid example, i want to
|
| Is this Java script? | 26 Oct 2006 08:21 GMT | 7 |
we are using the following script for cursor to goto default position, is this script is java script or not?. can somebody tell me. I got this script from Internet, our client told us not to use any Java script to set the cursor to default position. Thanks in advance.
|
| detect version of java installed? | 26 Oct 2006 07:25 GMT | 4 |
Does anyone know how to detect the version of Java installed? My website has an application that requires java 1.5+ to be installed, basically if the user doesn;t already have it installed I redirect them to the java download page...
|
| form validation design setup | 26 Oct 2006 04:21 GMT | 11 |
now that I'm that I'm working on my first major 'open' forms (with uncontrolled users I mean, not a secure backend-interface), I'd like to add a lot of possibilities to check wether certain fields match certain criteria, and inform the user in different ways when the data is wrong
|