20,316 Topics
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
Hey, not sure if this is possible with PHP, but I thought I'd ask anyway. Is it possible to update values on an html page based on values being typed into an input box? For example. My table has three columns. Column 1 has an integer in it. Column two …
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?
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 …
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 …
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
Hello, I am again asking for help. Is it possible to get the text from the elent ID into another place in the page. For example, is it possible using asp to get page title from <p id='title'> in the code below? <HTML> <HEAD> <TITLE> nothing </TITLE> </HEAD> <BODY> <p …
Hello everyone. I am trying to modify a script I have been working with but have no true knowledge of PHP. Currently the script creates an http post and upon successful sending it opens a new web page and posts a message that reads "Sending results: OK". I would like …
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
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.
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 …
hi I am having a problem closing a popup and open a new page when a button click in popup window. when i close popup,new web page open in popup window.What I want to do is close the popup and return to the original window. Please help me. thanks protected …
billion in the building. I joined Daniweb cos of the state of my php, mysql, javascript, xml - basically all my web languages. make sure you anwser/reply my questions even the dumb ones!
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"> // …
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 …
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 …
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 …
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 …
The class that my bean uses has an array textFields[407]. I have 407 textfields in my jsp file. I used a loop to make the textfields. So, it looks something like this: [code=JSP] <%for ( int i = 0; i < lineCount; i++ ) {%> <INPUT TYPE="TEXT" NAME="textFields"+i SIZE="4" MAXLENGTH="7" …
Hey everyone, This is my dilemma: I can't watch videos on Youtube using Firefox, Netscape, or Opera. I was able to watch videos yesterday, but when I decided to watch an episode of a show today, I get this annoying message: [COLOR="Red"]Hello, you either have JavaScript turned off or an …
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) …
[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 …
Hi Friends, since i am new to this script, I need your help, well this is my problem, i need to compare userdate with my backend date. for that i have used a dynamic dropdown combo as an id and i need to fetch the date associated with that id …
Hi can any help me how get page linksI mean if there are 10 pages contents. I would like to show certain amount of content in each page. At the bottom we do display 1 of 10 pages 1 2 3..<last>. how to write this code in java or javascript …
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 …
Ok this may be a stupid questions. Is there a way to make a dynamic form? For example, if I wanted to create a form that took a users birthday, how do I make it so it would change the number of days in the month to correspond to the …
Hello, I design a form that use keydown event such as F1, F2, F3 and so on. The form have access right according to the user logging in. If user is an admin then the user will have the right to access all the form. However, if the user is …
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 …
Within the last 2 months or so I started to use the Opera Browser, but sometime last week I wasn't able to post a reply anymore. I click the button to submit my relpy to a thread and nothing would happen. Also at school we use a restricted version of …
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
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 …
I am currently studying in a private institute . i have done c,c++,java,vb,vb.net,javascript,vb script,xml.after doing such courses what job can offer to me. For What i can go for MCA or job.
[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? …
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 …
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 …
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 …
Dear all, I allow users to hit enter in my TextArea control (for address). The value is saved to SQL table. I show data in child form in GridView. If users click GridView row, will display in parent form. I get problem with address because it contains vbCrlf and JavaScript …
I want to do a very simple task. I want to have a drop box and display (in the same page) the user input as soon as the user makes his choice. There must be no button involved. I dunno how to pass the values of the forms w/o using …
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: …
everything works fine... i upload any picture or file that i allowed the things is, i want to add uploading progress any ideas?? here is my code.... [code] <?php //-------------------------------------------------------------------------------- $path = ""; $web = "../uploads/"; $nopic = "nopic.jpg"; $ad = "add_item"; $no = "1"; $page = $ad.$no; //-------------------------------------------------------------------------------- $isim …
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 …
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 …
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 …
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 …
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 …
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 …
Hi, I am developing a simple site and have (after it being recommended) been using CSS to handle the [URL="http://stormtroopr.webng.com/"]homepage[/URL] image display. The display consists of an array of 25 (95x95 px) images aligned to form one image. CSS has allowed me to display them just as I wanted (please …
burnt my javascript to a cd, it won't work from my cd
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 …
[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 …
The End.