15,688 Topics
![]() | |
I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript. I try this byt it files: aaa=document.createElement('a'); aaa.href="#"; aaa.innerHTML="<img src="downArrow.gif">"; aaa.onclick=function() { moreInfo(this); } here I want when I click "doenArrow.gif" image … | |
I have been held up with this for about a week now and have searched all over for an answer to no avail. I'm sure it is a simple something I am missing but I'm still learning and obviously have a long way to go. Hope this is posted in … | |
Hi, I'm new to Javascript and I'm having trouble with my function to check for missing information in the code. Any ideas? Thanks | |
I've got 3 date fields on a form, each is set using the standard datetimepicker.js, however I have set the resulting text field to readonly to prevent users entering silly date formats into the field. However the 3 fields must be in the correct order i.e. datetime1 must be before … | |
Does any of you have experience with Prototype.js? I need an expert here. I want to submit a form using ajax.updater. The codes (I only show the relevant codes) are following: [CODE]<div id="result_from_submitting"></div> <div id="space" style="display:none"><br></div> <form id="f_profile_personal" onsubmit="SubmitForm(this); return false;" method="post"> ... </form> <script type="text/javascript"> SubmitForm = function(form) { … | |
I am new to JSP. How to remove textarea when the button is clicked. And also button should get removed. plzzz suggest solution | |
Hi there. First let me say I'm completely novice in Java. Someone else wrote this and emailed it to me, I have just tried to used it. I know my way round html pretty well but this one's got me foxxed. I'm trying to write a image slide show website … | |
I want to design a progress bar when a file from data base in loading. Any body can help me. | |
I'm working on a little reddit-like site which allows users to browse a page of links and click on either an up arrow or a down arrow for each entry. I've run into this problem that I can't wrap my head around, though it should be really simple: I can't … | |
Hi, I am trying to develop a battery order form. Here is the problem. User has to enter the "Current Stock". There is a "Allowed Stock" for each row. What I want to accomplish is when a user puts in the "Current Stock", I want the "Request Stock" to appear … | |
Opera and Firefox both run the following function perfectly as expected but IE7 opens a new whole page window and complains about ActiveX, requiring an acceptance by the user before the 'Close Window' button will work. Any suggestions gratefully accepted. [code=javascript] function popup(mylink, windowname, w, h) { if (! window.focus)return … | |
Hi, I am trying to develop a battery order form. Here is the problem. User has to enter the "Current Stock". There is a "Allowed Stock" for each row. What I want to accomplish is when a user puts in the "Current Stock", I want the "Request Stock" to appear … | |
Hi all, I have developed an application in C++ using Borland Builder 6. In this app I load a html file which contains an applet stored in a wifi robot so that in my app I receive the image from an IP camera installed on it. The fact is that … | |
hi you please tell me how to call javascript files from c++ code?i know this(iam not 100% sure) that you first call html files,then from ther you call javascript files. | |
I am using a javascript navigation that drops down additional child links under a main link and those lists collapse/go away when you click on a different link. However I would also like to be able to click on the main active link again and have the navigation collapse/go away … | |
I make a CD with search .pdf, but now i have problem when I want to make a search with Serbian letter is not possible. Also when I want to test it in IE i get a mistake, it working in Mozzila and Chrome but not in IE. Can somebody … | |
I have code that successfully displays results, but throws an error in Fx 3 and IE 6. A sample of the XML file: [code] <?xml version="1.0" encoding="ISO-8859-1"?> <mycds> <cd> <title>Wolf City</title> <artist>Amon Duul II</artist> <artist_id>1</artist_id> <track_id>1</track_id> <sequence>1</sequence> <track_name> Surrounded By The Stars</track_name> <track_id>2</track_id> <sequence>2</sequence> <track_name> Green Bubble Raincoated Man</track_name> <track_id>3</track_id> … | |
[CODE]<select name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+")><option selected>- - -Select Account- - -</option> <% for(j=0;j!=i;j++){%><option value=<%=MANAME[j]%>><%=MANAME[j]%></option><%}%></select>[/CODE] In the above code i use [B]escape[/B], bcz in listbox i have to select on name, i have to send that name to showMAName function in another .js program, here iam getting problem that for example selected text … | |
i want to assign the value of a java script variable to a php variable ???? can any one help me plz | |
I have a problem in Java script when inputting data in html table via selecting from combo box.So any one can solve my problem,please send me code in Java script for restrict repeated data when the period of input. Thank u | |
Hi guys, I am trying to hide 2 list boxes, then on selection changed show a new list box with JavaScript, i am very very new to web development in general, I am actually a software developer in the Pascal and C# language so this is all very new to … | |
need help validating the radio buttons on this form ive tried different functions & different methods on the web but none work. code is this: also for the "Campus" radio buttons you need to be able to select 1 or more & im not sure if what ive done is … | |
Hi, I have developed small AJAX application, that gets the data from server and prints in the div element.. the AJAX request takes some time.. till the response returns I want to display the text ""Content is Loading, please wait...." in the <div> element... The code is shown below.. This … | |
i downloaded a js code and it works with its own html index file. However, if i paste the <script>............everything </script> to my index, it doens't work. I tried to put it inside <head> </head> and i also tried inside <body> </body> ... they both don't work. Any suggestion? i … | |
Hi, whenever I try to load any javascript link I get an error. I have reinstalled javascript and that didn't help. I don't no what else to do. Please help!!! | |
hi friends... my program is adding new folders through a pop up window and display the folders in the parent. and my code for opening a new child window is [code=javascript] function addFolder() { folder=dhtmlmodal.open('Add Folder', 'iframe', 'add_folder.php?folder=My Photos', 'Add Folder','width=400px,height=250px,center=1,resize=0,scrolling=1,border=0'); }[/code] and my pop up window contains a textbox … | |
Hi All, I am pretty new in the world of "[B]Draggable RSS boxes[/B]". My friends and I are planning to create a blog which has these boxes just like igoogle. Now with my minimum knowledge I would like for your assistance. Can someone please answer these burining questions for me: … | |
Need some help with this script. When I run this script it works well. However, at the end of the day it freezes at evening. The following day when I run the script it starts at evening, and it should start by saying morning. Am I missing something? [code] string … | |
Ok, I have done the search through the forum.....I see the security issues with AJAX in FF and I checked in the URL calls, they are staying within the domain and not going to a third party. I did not write the AJAX script and I am pretty new to … | |
hello, i have a parent page with a bunch of photos. clicking on the first photo will lead to a new child window with a close-up of that photo AND from there you can cycle through all of the other photos from the previous page. Ive got the parent page … |
The End.