15,688 Topics

Member Avatar for
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
153
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
91
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
117
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
69
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
342
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
107
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
247
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
71
Member Avatar for Thirusha

I have a couple of div tags inside a form, inside those tags, there are input elements, i would like to know if there is a way to loop over all the input elements that are inside the div tags. This has to be dynamic as i will not know …

Member Avatar for Thirusha
0
599
Member Avatar for scorpionz

Hi this is scorpionz, The Reason of this thread Let me put forward to all of the ladies and Gentlemen I have a Table which is split in different cells and columns Now in these Cells i have some table infact you can view the below code by just copy/paste …

0
73
Member Avatar for Fost

Hey people, Cheers for checkin this, its a pretty simple concept but theres a bug which is annoying me, any feedback is appreciated. Ive got a script which is used to assign username and password form inputs default values of "Username (E-mail)" and "Password" The problem is, the script changes …

Member Avatar for digital-ether
0
102
Member Avatar for still_learning

I have a javascript function and then below it I have some html. In the html I want to be able to document.write() a variable from that function above. Is this possible?? Basically if I have function x() with some variable declared inside of it, I want to be able …

Member Avatar for digital-ether
0
250

The End.