15,116 Topics

Member Avatar for
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
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
220
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
107
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
263
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
Member Avatar for Dsiembab

Good evening, I have a webpage that changes the image when you mousover another image and I was wondering if I could preload the images to make it faster. it takes about 2.5 seconds to change the image. Should I set my meta tags to cache? The page is at …

Member Avatar for Dsiembab
0
91
Member Avatar for dforkin
Member Avatar for srinivaskota

Hi Experts here, Pls help. first I set the following in IE6 :Under Tools/Internet Options... 1) Temporary Internet file [Settings...] 2) Check for newer versions of stored pages 3) "Never" option is selected Double click a category to change the current one; tab category stays the same.No tab/page refresh when …

Member Avatar for MidiMagic
0
78
Member Avatar for vb28

[code]<script language="javascript"> document.writeln(document.location); </script>[/code] hi the above code display the url of the page that is load on, but i was wondering do you guys know of way to display traget windows url for example <form action="action.php" target="actionwindow"> this will open a new window with the hidden name actionwindow but …

Member Avatar for MidiMagic
0
70

The End.