17,115 Topics

Member Avatar for
Member Avatar for greeny_1984

hi, i have a application in which my need is to make a child checkbox enabled false on page load.When user clicks on parent checkbox ,child checkboxes become enabled true. i have used javascript to achieve this function. my javascript goes like this [code=JavaScript] for (i=1; i<inputs.length; i++) //if childNode …

0
70
Member Avatar for michael123

I can run the following javascript code succefully in IE browser: <script language="JavaScript" type="text/JavaScript"> document.formname.submit(); </script> this javascript automatically submit the form when running the page. However I have problem in Firefox browser, it's stuck at this code (cannot submit form). Any idea what I need to modify so it …

Member Avatar for Luckychap
0
172
Member Avatar for jax2008

JAX ([url]http://www.jax-conf.com/[/url]) is the the most comprehensive conference on web and enterprise development. It provides an ideal forum for software developers, project managers and architects to learn about the latest Technology, Architecture and Agile Methodologies. It is this very special blend of topics which has made JAX the conference of …

0
55
Member Avatar for styzer

Hi all, I hope someone, or manyones, has something that could help me further my project. I presently operate a website which has over 50 artists, and each one offers 1 to 4 songs in an embedded mp3 player for free streaming. It's all legit, all permissions are obtained prior …

Member Avatar for styzer
0
87
Member Avatar for becraig

I am trying to get a two level drop down menu to work I am using the suckerfish example but running into a problem. I want the top level to remain the same throughout w/o changing any background etc. The problem I am having I cant seem to line up …

Member Avatar for sreein1986
0
109
Member Avatar for soosai

hi im soosai ..very new to this PHP WORLD..have created database with the field tc...and i have 10 fields in it but only would like to insert those datas in the coding .... but the coding shows some error...pls help me .. Thank you <? @mysql_connect("localhost","root","") or die (mysql_error()); mysql_select_db("upit"); …

Member Avatar for phpuser
0
254
Member Avatar for anilmeharia

Hi... My page contains a grid which has a resize function depending on the size of the window. this page is in other page in an Iframe. Every thing works fine in IE6. but for IE7 the UI gets disturbed when postback takesplace and something is clicked. after clicking anything …

0
44
Member Avatar for bala24

Hi, I am supposed to design an outlook calendar like functionality to an existing application. The user wants to view all reminders based on a daily, weekly and monthly basis. I was able to solve this part by creating datatable on the fly with the reminder content and displaying with …

Member Avatar for bala24
0
616
Member Avatar for JaBa

Hi All in this nice forum! Few days ago at work I got interesting problem. Windows 98 with IE (don`t know version, at About place not shows). When I open webpage like e-mail adress and try upload action button then nothing happening and some pictures not work at some webpages. …

Member Avatar for The Dude
0
135
Member Avatar for v11

Hello there! Is there any way i can change the left side-bar size to zero, on this page: [URL="http://www.tapuz.co.il/Forums2008/ForumPage.aspx?ForumId=168"]http://www.tapuz.co.il/Forums2008/ForumPage.aspx?ForumId=168[/URL] the main goal is to be able to view page without the left side, which has all the banners and so, and also it might streach the right side so the …

0
55
Member Avatar for chinalotus

Hi - Does anyone know of a tutorial that will help me create a simple (just enough to keep out the average surfer) password protection code with a cookie? Here is what I want to do: I offer downloadable image files at my website. Currently they are free to download …

Member Avatar for R0bb0b
0
329
Member Avatar for roy--

Hello, I've got a few <div>'s that are dynamically generated, what I want to do is construct a conditional javascript statement that will set display:none to all empty <div class='policy_text'> for example: if { <div class='policy_text'></div> } then set div.policy_text to display:none; elseif { <div class='policy_text'>text contents.. bla bla</div> } …

Member Avatar for roy--
0
150
Member Avatar for innovativeatul

Hi All, I'm trying to make a drop down menu by using visibility of div. Using javascript also. Pls. have a look at this page [URL="http://www.vitj.ac.in/index_copy(2).htm"][B]problem[/B][/URL] When we rollover on about us the menu surely comes in IE but in Mozilla firefox doesn't work properly. Pls. have a look at …

Member Avatar for UIJAD
0
203
Member Avatar for kshaik

Hi there, I am very new to AJAX. Just in the learning stage. i am working on an asp application in which AJAX is implemented. The overhead is it is working fine in the production but not in test environment(both browsers are IE only). Through some debugging i found out …

Member Avatar for digital-ether
0
148
Member Avatar for guptaalok12

Here is my code i have shooping cart.i have created a table and bind this with GridView.Now i want to update this table through the GridView Edit Button(Suppose The Qty Field).How i will i do it. [code=asp.net]Imports System.Data Imports System.Data.SqlClient Partial Class MyCart Inherits System.Web.UI.Page Dim DT As System.Data.DataTable Dim …

Member Avatar for UIJAD
0
83
Member Avatar for reen.blom

With kind help of Robothy, I managed to slice up my site design to redo it in CSS. Before: [URL="http://www.worldbellydanceday.com"]http://www.worldbellydanceday.com[/URL] After: [URL="http://www.worldbellydanceday.com/index2.html"]http://www.worldbellydanceday.com/index2.html[/URL] Now I got my final headache. The drop down menu. The old one is done in JavaScript, and one my friend complained that it did not work on …

Member Avatar for reen.blom
0
273
Member Avatar for ardeezstyle

Hi everybody! I'm trying to save my web page using javascript. Can anyone please help me write the code for the same. document.execCommand(sCommand [, bUserInterface] [, vValue]) is not working in firefox. If there is any alternative to this code please let me know. Thanks a lots for reading my …

Member Avatar for ardeezstyle
0
118
Member Avatar for Barman007

For starters im making a survey form for a website and ive run into a bit of trouble, if anyone could help and point me in the right direction it would be muchly appreciated :) Im a bit of a php/mysql noob, I can kinda make cookies, I kinda know …

Member Avatar for R0bb0b
0
191
Member Avatar for insauciant

hey u all code master...plzz help me...i need complete javascript code whichlist all files that are in a folder......is it possibl;e in javascript or not to list the files..... for exam ..in c:\Books\...i have five file...then i need a javascript code which list all the file on a hml page......

Member Avatar for R0bb0b
0
72
Member Avatar for krik_ar

Hi all, I have an aspx file which contains both Javascript & HTML Content. Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too.. [B]<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>[/B] Now the problem at runtime …

Member Avatar for R0bb0b
0
131
Member Avatar for marwest98

I am receiving the following errors in my code. I'm trying to copy just portions of the ASP at a time into ASP.NET and fix errors as I go. I'm receiving a Statement cannot appear within a method body. End of method assumed. followed by a 'End Sub' must be …

Member Avatar for peter_budo
0
211
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
140
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
333
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
62
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
34
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
107
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
75
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
155
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
170
Member Avatar for dadelsen

The following script function "btnRunScript_onclick" works as long as it does not access the HTML control "txtMessage". If it does, "Page Error" is shown in the statusbar of Internet Explorer (6). Knows anybody why? Thank you. [code] <%@ Page Language="vb" AutoEventWireup="false" Codebehind="GuessingGame.aspx.vb" Inherits="Ch07Le04.GuessingGame"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> …

Member Avatar for dadelsen
0
401
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
73
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
102
Member Avatar for nirbhab

Hello to all, My name is nirbhab, I am from India, Delhi. [B]My Areas:[/B] PHP Javascript PEAR Joomla Codeigniter Jquery HTML CSS Ajax I work with Algoworks Technologies Pvt. Ltd. Noida. India.

Member Avatar for selfhelpebooks
0
88
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
155
Member Avatar for moneyfundas

R u Looking for AdSense Alternatives? Here is a reference guide to the most interesting alternative solutions to monetizing your online content with contextual ads- javascript-asp designs and fundas Visit this nice site for details [url]http://AlternativeAdNetworks.com[/url]

Member Avatar for kronikmedia
0
76
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
72
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
93
Member Avatar for ITKnight

does anyone know how to run any app that it write some vbscript or javascript or html from in vb???

Member Avatar for ITKnight
0
80
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
120
Member Avatar for khaledkhaled24

Hello All, This is my first time to join this community, but it seems very good! :) Anyways, I have a question, right now I want to use AJAX with PHP so that I can get the size of a file meaning, when you choose a file in the form, …

Member Avatar for petr.pavel
0
109
Member Avatar for jennybarry

I post this question on behalf of my tech team. We simply put the following Google AdSense code into the [url]http://www.requestfill.com/myreqfill.php[/url] (I cross the publisher number in this posting) [code=html]<script type="text/javascript"><!-- google_ad_client = "pub-xxxxxxxxxxxxx"; /* 728x90, created 6/1/08 */ google_ad_slot = "6307144564"; google_ad_width = 728; google_ad_height = 90; //--> </script> …

Member Avatar for petr.pavel
0
102
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
128
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
40
Member Avatar for rashmigs84

Hi, Can anyone tell me how to create calendar using javascript using asp.net2005? Thank you.

Member Avatar for rashmigs84
0
71
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
72
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
87
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
55
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
47
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
82

The End.