15,120 Topics
| |
Ok, I know this has to be simple. My Javascript skills are very weak (will become obvious in the code.) What I'm trying to do is use two Submit buttons in a form. The called function I want to send one named variable if one Submit is clicked and another … | |
Hi, thanks for checking this out. Ok so the problem is that I have the following code for trying to get a div to slide down from the top of my page. The problem is that on clicking the button that activates the function I get an error. The error … | |
when i repaint the a div in internet explorer i get a lot of flicker. i repaint all the div objects in the main div. there are no images. only div elements (boxes). not even text. is there a way to reduce this? | |
Is this possible to read or write in javascript.Please help me..... thanks and regards pp | |
Can anyone help me bypass the following codes? [code=JavaScript]<script type="text/javascript"> if (top.location != location) top.location.href = document.location.href; </script>[/code] | |
Hi everybody, is it possible to refresh/reload a webpage from a child page ? I f possible, may I knw the code for that? | |
I'm trying to get some HTML code from a page. The only way to do this that I know of is [CODE=javascript]document.getElementById('id').innerHTML = 'newhtml';[/CODE] But the problem is that the page is taken from the web and it has no IDs to get and I can't modify it by putting … | |
Hello everyone!!!!!!! I am using the following timescript code in master pages for 2 projects in same solution. I need to embed this JS in a common library. My question is: This timeout script redirects to "Timeout.aspx" page after 15 mins of inactivity. Now this path location is different for … | |
Hello, Im very new to Ajax. I have a form with 2 input values , name and date. I have in the same page 3 links to select images, fonts and colours. When an image is selected, the child page closes and the parent page refreshes. Then i can see … | |
<%@page contentType="text/html"%> <%@page import="java.util.*,java.io.*"%> <%! int s; %> <%! int f; %> <% File dir = new File( "D:\\SUMIT GARG\\Excel" ); String[] files = dir.list(); Hashtable hs=new Hashtable(); for(int i=0;i<s.length;i++) { File v1= new File("D:\\SUMIT GARG\\Excel" +s[i]); if(v1.isFile()) { hs.put(f.lastModified(),file); } } Vector v=new Vector(hs.keySet()); Collections.sort(v); if(v.size()>10) v.setSize(10); Iterator it=v.iterator(); … | |
Hello all, I'm using AJAX to populate a div tag in my HTML when a drop down list item is selected. It works perfectly in Safari, Firefox, Opera, but fails in IE. The responseText just comes back blank from the php script. Here's the Javascript it has to deal with: … | |
i am trying to resize a button using the following code and it has had no effect on the button it has remained the same size. [CODE]<button style="width:126" style="height:29" onclick="history.go(0)" ><img src="admin/images/reset_btn.gif" /></button>[/CODE] | |
i have set up a page with some button on which load different pages up. the buttons are held within a form and the target is set to blank. this part is fine for the first set of buttons but i need one of them to reload the page but … | |
Dear all, me new to this xml..i need detailed codings for converting excel sheet into xml file. Thnks in advance | |
Hello Everyone Im a begginer in HTML and I have to make a Quiz page. and when the visitor finish from choosing the questions and clicking on " finish", the results & the grades will appear in the " Result's page " . I want something very simple. And I … | |
i want to submit values from one web page to another web page , using javascript this is a shopping cart program, a user selects items he/she wishes by checking the checkboxes provided. then all these should go on to a shopping cart which is in another page. and my … | |
Hi all I want a sample [B][COLOR="Red"]web service invocation program using java script[/COLOR][/B].Can anyone provide me? The program should simply get inputs from the user and once the user clicks the "Calculate" or "Submit",it should invoke a web service that is containing the implementation code and the result from the … | |
everything is fine on my computer except all java windown in internet explorer will not work. On many websites i cannot click on links. No videos will play...for example youtube videos. i need to know how to fix just this problem, or just to completly restore windows to its original … | |
Hi Everybody! How are you doing? I've come across a problem which I'm unable to solve. Actually itz related to window.opener method in javascript. The problem is the code which is very well working in IE is not working in Firefox. Let me provide the code which will help you … | |
In my jsp page , there is one listbox which contains static items, in that particularly one item is there(Bank A/c) if we select that have to open new subwindow and disable the maximize,close button, and i have to put some 4 textboxed entering data , in that one value … | |
I was reading the following article about creating 'on-demand' ajax calls to javascript functions' so that basically your scripts are only called when needed, which meand your pages load faster. However Im very confused about exactly how to implement this on my site. I have download the two main js … | |
Hi I am working on a jsp which have a combo box . when i select the combo value(number) it should enlarge in size and show the number and the description too. when i leave the combo it should come back to its original size . could you please let … | |
Hi Folks - I have been spending gays spinning my wheels on getting some form validation to work - I have text boxes and radio buttons on the form - The validaiton is written in Javascript It is an ASP web page - It seems that the Javascript validation code … | |
Javascript Page Preloader- Can someone tell me the code for making a Page Pre-loader. The background should be disabled when the pre-loader is prompted. The best example I can give you is the plesk control panel interface as seen in the screenshot below. Notice the background is disabled while the … | |
I am trying to use ajax to display an rss feed. It works fine in IE, but does not work in firefox. Researching, I have heard that firefox has an error that occurs on an asynchronous ajax call. Does anyone know a work around for firefox. Any help much appreciated. … | |
Hi All, I have a PHP application, that displays information in a table format, each rows contains specifica information which are dynamically fetched from the MySQL database. i am looking for a way to make these individual rows display more information, meaning i want to implement a functionality where in … | |
this is a dice game by using form to display it have 3 dices in the function but when i win, it cant extra money. [code] <html> <head> <script> function init() { bal=2000; form1.balance.value=bal; form1.balance.disabled=true; form1.bynum.disabled=true; form1.buy.disabled=true; form1.status.disabled=true; } function restart() { form1.balance.disabled=false; form1.bynum.disabled=false; form1.buy.disabled=false; form1.status.disabled=false; } function roll() { … | |
Wheather LAMP is Server like Wamp or it is different. Can anyone help me............ | |
I want javascript code to hide the hyperlink whenever user start mouse over on the link. Help me please... |
The End.