JavaScript
JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard.
Application
Computer Science
Remove
Platform
Any
License
Any
I want to get coordinates from an event object for drawing on an HTML 5 canvas element but am having lots of trouble. I get the event object from the event attribute like this:
How do you...
I have this string:
var str = "VERSE 3: I’ve been asleep for a while now";
I want to make it:
var strDesired = "I've been asleep for a while now";
so I tried
str = str.replace(new RegExp(...
Hi
I would like to download a file in an asynchronous manner. From what I
have read, I should be using a hidden iframe. How do I connect the AJAX
request to the iframe to display the file?...
i am interested in that reply too.
Mine Is, NO Array NO Frames
1st: From A Page, Load Page Only
Add this code to your head tag
//To include a page, invoke ajaxinclude("afile.htm") in the BODY of page
//Included file MUST be...
With AJAX you are restricvetd to one domain.
You can use IFrames I think and then grab the content from them with Javascript...
;-)
-mac-
mailto:mac_doggie@hotmail.com
the Netherlands...
I'm having a javascript problem with nested elements. Consider an example in which you have two nested elements with element 2 being inside of element 1 and only element 1 has an onmouseout event...
I want to create a single javascript array in PHP as shown in the code:
Any help will be appreciated
Thanks,
Srinivas
how do you use this js and xsl file to create a tree view.
my xmlf file is as below:
thanks for early reply
I am creating a website and I use transparent PNG images in it. How you know IE6 have some issues with this transparency. I have found a fix and everything is fine but I load the script which fixes...
Hello, I am working on a website, which I want to have a table like the one in the link below:
http://centricle.com/lab/dom/col/
When I put it into the page, it wont work for the table that I...
hai GUYS,
THIS WAS A GREAT STUFF....
I TOO WAS STUCK WITH VALIDATING CHECKBOXES WITH ARRAYNAMES
THE SOLUTION HERE IS COOL AND WORKED RIGHT FOR ME......
THANZ A LOT GUYS........
We can dll C# function as follows
Add Dll referrence to your application and in design page add following code
e.g . consider GetDate.dll having "Date" as a class
//...
Hi,
I need to shorten the sorting and
paging urls. I use the displaytag inside a form.
I want to have the following request for pagination:
action?p=1
Instead displaytag generates...
I'm working on this little project (warning: large page)
http://pharoah.xetaspace.net
Right now each little table square has an onclick event to activate it. The problem is that I have to click...
Does anyone know why, in my removeAdditionalFile function, the elements are not getting renamed? At least I think that's the problem. Although, if I use the remove link ONCE before uploading, it...
Hi!I've got huge problem with IE and AJAX.That's my script:
var xmlHttp;
function go()
{
alert('go()');
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
{
alert ("Browser...
Hi everyone, I am fairly new to XSLT development but am just starting to start incorporating .js files into my XSLT to do things like display graphs, menu's, etc. I have been finding code from www...
Hi,
We have an application developed in CGI using C. The application does have a left navigation tree. The left navigation tree is developed using javascript and ajax. The current nav frame is...