14,053 Topics

Member Avatar for
Member Avatar for Robbins

So basically, I am wondering whats wrong here.... I have 4 links inside table cells and each has a class assigned. the tab that is active is assigned "sel" while the others are "nav" ... what i'm trying to do is have them switch classes without changing the page using …

Member Avatar for ~s.o.s~
0
143
Member Avatar for meangreta

I looked at tons of previous threads, and didn't find anything to help with my specific need. I have a page where I want to swap a large image using navigation AND pass text related to that image to the area underneath. ([url]http://vinegar-works.com/casestudies.html)[/url]. I used layers to show and hide …

Member Avatar for meangreta
0
225
Member Avatar for hbmarar

Hi, Is it possible to change the language of the button labels? I need to put custom labels to the buttons shown in the confirm window instead of 'yes' or cancel. Please give me some pointers or tips or sample code to refer.thanks in advance... i had been trying hard …

Member Avatar for ~s.o.s~
0
104
Member Avatar for Dennis_Phils

Hi all, its me again..I'm a newbie in javascript. I'm having trouble with the bold style in my javascript. It works fine in IE but not in firefox. Here's a code snippet of what I did. var anchoryou = new Array(3); anchoryou[0] = document.getElementById('First'); anchoryou[1] = document.getElementById('Second'); anchoryou[2] = document.getElementById('Third'); …

Member Avatar for ~s.o.s~
0
102
Member Avatar for hoaivanapt
Member Avatar for melles

This is driving me mad. I have a div on a page and am using a call to a function which uses <code>new Ajax.Updater('obj','page')</code> in an attempt to load content. All is well in Firefox but, no matter what I do, I can't get IE to do anything. I'm missing …

Member Avatar for ~s.o.s~
0
40
Member Avatar for Gary Parker

Hi, this is my first post so forgive me if it is uninformed and well, rubbish. I've taught myself things like Javascripting and PHP and the whole HTML thing from scratch in my free time at work. I work as a Team Manager at a call-centre for a UK based …

Member Avatar for MidiMagic
0
100
Member Avatar for tryphy

Hi guys, I wanted to draw a curved line using javacsript... I know can draw a straight line, cirle, rectangle, arc.. But if i wanna draw a curved line in a graph... how can it be done..Its like .. oN Click , then the curved line appears... Regards Tryphy

Member Avatar for MidiMagic
0
114
Member Avatar for agrothe

Hi, at url [url]http://lowellbonnell.ca/index.php?view=Markets[/url] my ajax will only work if you insert the www in firefox. IE is fine either way. Any ideas?

Member Avatar for jquick
0
158
Member Avatar for Inny

Hi, I have popup window containing links called from the parent. If someone clicks a link in the child window (popup) I want it to open in the parent window (original window). Is this possible and can somebody please show me what script to add to child window to do …

Member Avatar for Inny
0
248
Member Avatar for pmayer

I have an image that is 523w x 408h. I would like the window to be the size of the image with no title bar or anything else except a little x to close the window. Can anyone help and show me the script I would need and the step …

Member Avatar for MidiMagic
0
48
Member Avatar for vb28

Hi, i have test.js file on another server and i could like to "echo" or parse the code within new test2.js file which is in another location... some think like echo function in php any advice? thanks

Member Avatar for MidiMagic
0
31
Member Avatar for cancer10

Hello, I am new to prototypejs and know the basic funtions but want to learn more about it. Is anyone using this? Can you tell me a good tutorial where I can learn more functions about it? Some useful links: [url]http://www.prototypejs.org/[/url] [url]http://24ways.org/2005/easy-ajax-with-prototype[/url] [url]http://www.sergiopereira.com/articles/prototype.js.html[/url] Thanx

0
58
Member Avatar for govindh.p

Hi I am new in java script.I have a table I have a table with some images. I need to swap the images when I drag and drop.My drag and drop is working fine.I dontknow how to swap te images.

Member Avatar for govindh.p
0
63
Member Avatar for kahaj

I've been trying for the past hour to iron out the issue(s) with this. I keep thinking that I have it just about there, try to change something here or there and still don't have it working. ANY help I could get on this would be so fantastic. [code] <!DOCTYPE …

Member Avatar for ~s.o.s~
0
95
Member Avatar for adaykin

Hello I am trying to display the total cost after the user enters a product ID, controlled by a switch statement. However the total variable ends up being the product ID, not the price. I want the total to be the sums of the prices. [CODE=javascript] <script type ="text/javascript"> // …

Member Avatar for adaykin
0
174
Member Avatar for sfzierke

I love JavaScript but the moment I place <script language="javascript"> . . . and run the web page I get a warning message regarding the danger of a script or active X from the browser. Others seem to be using 'mouse-over' instruction and other such code without this message. I …

Member Avatar for ~s.o.s~
0
59
Member Avatar for greedylobster

Hi all, would some one be able to give me a piece of advise with regard to SoundManager2, please? I am trying to figure out how to make SoundManager2 to play a sound for a certain length of time. I know that it is possible to make it start playing …

Member Avatar for sillyboy
0
148
Member Avatar for angelinajade

quick question, I am a newbie, first with this site, and with programming. this is my first semester and I am learning the basics. I am having a problem with Javascript. this simple code is supposed to just create a web page with the tile , my name and then …

Member Avatar for MidiMagic
0
67
Member Avatar for Dennis_Phils

Hi all, I'm having problem with the javascript functions. I'm using OOB webpage that uses MOSS features for search. It seems that when I click the search button, it doesn't work using firefox browser. Here is the code from the XML page: <td bgcolor="#666666" width="70px"><img src="../images/Search-buttonA.gif" onclick='gosearch()' id="searchImage" style="cursor:pointer"></td> <script …

Member Avatar for MidiMagic
0
113
Member Avatar for kahaj

I had modified this from its original code. It was working before, but now it's not. I can't figure out what I'm missing here. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Dinosaur Quiz</title> <script type="text/javascript"> <!-- HIDE FROM INCOMPATIBLE BROWSERS //Question Scoring Function function scoreQuestions(number, answer) …

Member Avatar for kahaj
0
80
Member Avatar for Ninad

[B]Is there any client side java-script to read local path like "c:\my documents\xyz.jpg" and then display image on web page I have an xml file which contains local file path and i want to display the thumbnail of all those files on my web page ... [/B] [I]This thing cant …

Member Avatar for MattEvans
0
1K
Member Avatar for manilodisan

I have a page that is supposed to create a very long report working with pages downloaded from the internet and lots of regexes. At this moment, I'm running each step by elimination (for every page I check, I update a field and change the status to 1), refresh the …

Member Avatar for Xavier2k
0
43
Member Avatar for Novice181249

I have a form that has several radio groups that is used as a multiple choice test for users. Currently the form data is submitted to the educator via email. The poster receives and auto-reply email confirming the test was received. I would like to include the results of the …

Member Avatar for MidiMagic
0
94
Member Avatar for raviteja536741

when we use <ul> <li></li> <ul> we get disc in IE and why do firefox display diamond can you just suggest me how to change this in firefox

Member Avatar for MidiMagic
0
61
Member Avatar for tanuagrawall

Hi, I am trying to implement mouse over popUp in my application, that is working fine in Mozilla but not working in IE. In IE its position is not coming proper and I am not able to shift it. To set position of popUp I am using following code: var …

Member Avatar for MidiMagic
-1
95
Member Avatar for huskersox

im having a problem with this one, any help out there?? In this assignment you will use a sentinel controlled while loop to determine gross pay for any number of employees. The company pays "straight time" for the first 40 hours worked by each employee and pays "time and a …

Member Avatar for MattEvans
0
108
Member Avatar for globalplayer

[code=javascript] // this is actually defined somewhere else var strDivHeight = "95%"; // create object, div var d = document.createElement("DIV"); d.style.height = eval ('"' + strDivHeight + '"'); [/code] Works. But... eval() is evil, so the saying goes. Am I also able to get rid of eval() in *this* case? …

Member Avatar for MattEvans
0
105
Member Avatar for plebism

Ive been using Wordpress for ages now, and have been using a plugin called Rudd-O's Wordspew. This is an AJAX chatbox that works as a plugin in my sidebar. For some reason lately the chat box, in Firefox, is broken. The chat window rather than a scolled live updated chat …

0
52
Member Avatar for bg370

I'm trying to implement dynamic select boxes by using onchange. The ultimate goal is to create a series of select boxes that vary based on what is chosen in the previous select. For some reason, the onchange isn't firing. Here is the definition for the first select in the chain: …

Member Avatar for bg370
0
252

The End.