15,120 Topics

Member Avatar for
Member Avatar for gcarterm

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 …

Member Avatar for gcarterm
0
130
Member Avatar for rickya100

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 …

Member Avatar for rickya100
0
323
Member Avatar for sublime99

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?

Member Avatar for MidiMagic
0
58
Member Avatar for punithapary

Is this possible to read or write in javascript.Please help me..... thanks and regards pp

Member Avatar for MidiMagic
0
32
Member Avatar for Funnygirl33

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]

Member Avatar for MidiMagic
0
105
Member Avatar for ardeezstyle

Hi everybody, is it possible to refresh/reload a webpage from a child page ? I f possible, may I knw the code for that?

Member Avatar for drago865
0
71
Member Avatar for SirDorius

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 …

Member Avatar for SirDorius
0
153
Member Avatar for newasp.net

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 …

Member Avatar for newasp.net
0
167
Member Avatar for dannyman1234

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 …

Member Avatar for drago865
0
70
Member Avatar for insauciant

<%@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(); …

Member Avatar for Thirusha
0
98
Member Avatar for punithapary
Member Avatar for drago865

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: …

Member Avatar for drago865
0
152
Member Avatar for kevin wood

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]

Member Avatar for Thirusha
0
70
Member Avatar for kevin wood

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 …

Member Avatar for Thirusha
0
90
Member Avatar for Jahira

Dear all, me new to this xml..i need detailed codings for converting excel sheet into xml file. Thnks in advance

Member Avatar for Jahira
0
116
Member Avatar for MoazMM

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 …

Member Avatar for somashekar
0
124
Member Avatar for kasippu

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 …

0
38
Member Avatar for dave_nithis

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 …

0
70
Member Avatar for ray40o5

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 …

Member Avatar for itdupuis
0
67
Member Avatar for ardeezstyle

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 …

0
51
Member Avatar for brr

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 …

0
46
Member Avatar for Inny

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 …

0
79
Member Avatar for sreddy_k

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 …

0
44
Member Avatar for Felipo

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 …

Member Avatar for Felipo
0
340
Member Avatar for cancer10

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 …

Member Avatar for tuncgulec
0
77
Member Avatar for gil857

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. …

Member Avatar for gil857
0
106
Member Avatar for l_kris06

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 …

Member Avatar for digital-ether
0
2K
Member Avatar for Visualogic

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() { …

Member Avatar for nav33n
0
244
Member Avatar for punithapary

Wheather LAMP is Server like Wamp or it is different. Can anyone help me............

Member Avatar for nav33n
0
41
Member Avatar for kapilver

I want javascript code to hide the hyperlink whenever user start mouse over on the link. Help me please...

Member Avatar for vic_msn
0
70

The End.