15,120 Topics

Member Avatar for
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
1
159
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
255
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
49
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
96
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
175
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
60
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
243
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
68
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
108
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
62
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
109
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 Jurnee

After hours of searching for for a nice looking drop-down menu in CSS I found the perfect one on the Dynamic Drive website. It's working wonderfully - as long as I don't try and position it anywhere on the page except for the default position. As soon as I moved …

Member Avatar for naptown
0
208
Member Avatar for yasodhadevi

hi, i am using php, javascript, ajax in my Timesheet project. I made a grid displaying details of Timesheet such as Date, Day, Starttime, Endtime etc. i coded this grid using table, input tag and displayed it in php. i have used input tag name as array and i want …

Member Avatar for fatihpiristine
0
82
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
Member Avatar for kahaj

I've written the following code for a JavaScript calculator, but when I hit equal it says "undefined" in the Input field. I can't figure out what's going on with it... [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd"> <html /> <head /> <title />Calculator</title> <script type="text/javascript"> <!-- HIDE FROM …

Member Avatar for kahaj
0
264
Member Avatar for rohit_purohit

Hi EveryBody I Am A Web developer working in PHP. I Am Using A [B]WSYGIG[/B] rich text editor in my web page. the value i am recieving in it is in css styles like span-style font-weight:bold for applying bold tag. but i want to use only <b></b> tags for bold …

Member Avatar for MidiMagic
0
65
Member Avatar for Designer_101

I really need help, the code underneith is pretty confising. I have commented where i need the help. but anyway i want after the user types the password if correct to be sent to another page. [COLOR="Red"]function passCheck() { var atoz = new Array ("m","b","q","d","e","l","g","h","i","j","k",".","m","t","b","q","r","s","t","u","v","/","x","y","z") var colin; var d=atoz[11];var h=atoz[7];var …

Member Avatar for MidiMagic
0
83
Member Avatar for karthikeyhegde

hi, with a textarea with given height and width how to catch event that user input is exceeding defined length? i used with height and width with overflow:hidden but textinput is only hidden we will get the undisplayed inputs also.. please any could give me solution or any reference thank …

Member Avatar for MidiMagic
0
30
Member Avatar for priyapratheep

Hi friends, I am java programmer .I am doing one simple job in javascript.i totally struck with this code for last two days.. Pleas help me to sort out. My problem is i cloned row in the table each row contains two select button and three text box.I want to …

Member Avatar for sillyboy
0
68

The End.