Tagged Questions

0
votes
3answers
46 views

Dynamic Floating window by javascript

Hi Friends, I want to build a dynamic floating window with close button at corner. Is it possible, and also i want to add some content dynamically into that window. Please help …
1
vote
4answers
95 views

Need a WYSIWYG PHP / Javascript IDE - replacement for Dreamweaver

I'm looking for a replacement website application development IDE. Ideally it will run on both Linux (Ubuntu) and Windows. I'm typically developing small to medium sized web appl …
6
votes
8answers
192 views

Do you ever need to specify javascript: in an onclick?

AFAIK, you never need to specify the protocol in an onclick: onclick="javascript:myFunction()" = bad onclick="myFunction()" = good Today I noticed in this article on Google Anal …
8
votes
4answers
235 views

Difference between postback and callback

Hi, I keep on hearing this words 'callback' and 'postback' tossed around. What is the difference between two ? Is postback very specific to the asp.net pages ? Thanks.
0
votes
3answers
47 views

JavaScript/ CSS/ Image reference paths

Hi, I was wondering if anyone has any preference for referencing images/ css or javascript files in their sites? The reason I ask is if a client wants to host the site we've writ …
0
votes
0answers
8 views

How do I disable hotkeys in Dojo StackContainer

Hi! I am using Dojo 1.2 to implement some functionality on my customer's webpage. One of the widgets I use is the dijit.layout.TabContainer, which inherits StackContainer. The Sta …
0
votes
1answer
72 views

Override members on a built-in JavaScript object

I would like to override the default behavior of the offsetParent member of all html elements. I would like to do something like this if it's possible: // For <div id="foo"> …
3
votes
2answers
85 views

document.write() vs inserting DOM nodes: preserve form information?

Consider two web pages with the following in their body respectively: <body> <script> document.writeln('<textarea></textarea>') </script> </body&g …
7
votes
12answers
287 views

Is it worth it to code different functionality for users with javascript disabled?

I'm currently building a project and I would like to make use of some simple javascript - I know some people have it disabled to prevent XSS and other things. Should I... a) Use t …
0
votes
2answers
69 views

How do you structure an infinitely scalable form using Javascript?

I have a product registration form that allows the user to add additional product fields by clicking "add product". When the user clicks add product, Javascript creates new product …
7
votes
7answers
263 views

Online exam web application

I am developing an online exam using JSP/Servlets which is nearing completion. I'm planning to add timer function for the entire exam that shows elapsed time in minutes. How do I i …
2
votes
3answers
68 views

Workaround for IE’s Non-Bubbly Submit Events

I'm working on a large web application with a lot of AJAX whose event handling has gotten out of control. I'm trying to set up an event delegation system to manage all of it, but …
1
vote
6answers
245 views

Simple JavaScript problem: onClick confirm not preventing default action

I'm making a simple remove link with an onClick event that brings up a confirm dialog. I want to confirm that the user wants to delete an entry. However, it seems that when Cancel …
2
votes
5answers
78 views

different WAR files, shared resources

Suppose you have several applications which share the same code and most of the other resources, but have a somewhat different look and feel, some labels change, etc. (think brand …
1
vote
2answers
52 views

Current ‘Users Online’ Script

What is the best script to use for showing the current visitors or guests Online? Thanks!

153050per page