Hey all,
I'm currently creating a webapp that uses a lot of javascript. I was wondering if it's possible to cache javascript. Perhaps by just changing .js to .bmp or something of the like, and...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Essentially what I am trying to do is have the user select a package option on page 1 using the following code:
<FORM METHOD="LINK" ACTION="order.html">
<input t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hey all,
i've been relying so much on jQuery these days that writing plain ol' pure js suddenly has me questioning myself...
i have 3 quick performance-related doubts (for a situation in...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How to receive form in email and auto CC to sender the same form and also to any other email address entred in the form.
Please Help!
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey Guys,
I have a small problem:
My problem is that I have some text links as a menu and when it goes to a page I want the link colour of that clicked link to stay RED on the new page it went to ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wonder how the HttpServletRequest gets passed:
In javascript:
try {
jsonrpc = new JSONRpcClient("/test/json.htm?cmd=handleJsonRpc");
jsonrpc.testRPCServi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wonder how the HttpServletRequest gets passed:
In javascript:
try {
jsonrpc = new JSONRpcClient("/test/json.htm?cmd=handleJsonRpc");
jsonrpc.testRPCServi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I am having problems figuring out the solutions.
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8&quo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys
I have a script which gets an xml file, throws it into a div and outputs onto the html. The problem is if there are several pieces of data that need to be loaded, the script will only ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
I am new to JavaScript and AJAX stuff and would be be very grateful for your help.
A PHP page displays number of items with unique IDs. Each item has additional data stored in a My...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there a way to simplify a photo request form? I have a form that I built that ask the client what photo they want to order, size, qty, etc. I have taken this information and duplicated it sever...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an image that, when you click it, another image is replaced. In other words, if I have a green box and a blue box, if you click the green box the blue box will be replaced with a red box. ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I would like to reproduce the counter present at the top of:
http://www.ensembleverslavenir.ca/en/home.asp [http://www.ensembleverslavenir.ca/en/home.asp]>
I've updated the javascri...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have three drop-down boxes ... based on the selections made I need to be able to display the appropriate movie below them. I have code for both the drop-downs and movies however, I'm unsure as ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys,
I am writing a library in JSON format that I'm going to use on my websites. Anyway, the library has a Browser object which contains a bunch of information, etc. One of it's sub objects is...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I will have an array of true and false statements. I want an alert that returns the number of true statements in the array. The following works when there are no true statements in the ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
document.body does not seem to work. I have an onmousedown event registered with the body tag, doing alert(document.body.onmousedown) results in "undefined" But if I do alert(this.onmous...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
What I need is once the selection has been made, the value is multiplied by the value in textbox "val" and the result to populate textbox "add"
HTML Code:
<html>...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi what method would I use to make all lines the same length through a variable in a form?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi there... im very new with javascript
i'm currently having problems trying to make javascript obtain a selectedindex or value from a drop down list
the problem now is that the value isn'...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've written a script which uses the visibility:hidden and position:absolute function to hide a drop down menu, and when clicking on the button to activate that drop down, it changes the visibilit...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've set up an AJAX call to occur every second. It gets a bar-delimited list of users in a database and parses the information accordingly. And it works fine the first time around, but then I ke...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have this javascript for the popup window it works great. But I’m trying to make the Hyperlink4 also into a popup window. Can some one help me out with this.
<script type="text/javas...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am working on a script that creates a div which contains some text and then when the mouse gets out again it removes it again. This div is NOT a hidden div where I simply change the display attr...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to build an div style dropdown menu that will work in IE6 but I can't seem to find anything. Does anyone have a good example or resource.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine