15,688 Topics

Member Avatar for
Member Avatar for amarprem

i want to scroll table or div with javascript for paging. So how can i track scroll bar or custom scroll bar and renders table records dynamically as user scrolls up or down. Please help me for this.

Member Avatar for langsor
0
74
Member Avatar for yasmena

i have a login page which contains a text box for a username i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry i know its so simple but im new to JS

Member Avatar for yasmena
0
87
Member Avatar for Driklyn

I am developing a website that uses AJAX to change the content on the page. Everything is working fine in Firefox, but I cannot get the links to change anything in Internet Explorer. Here is the AJAX code: [code] var loader = null; function Onload() { try { loader = …

Member Avatar for Driklyn
0
69
Member Avatar for anuj_sharma

hey guys, I want to make a table but i want the first column of the table to have a radio button. On clicking the radio button i want the user to go to another page. Please suggest some ideas or some coding which could help me.

Member Avatar for anuj_sharma
0
481
Member Avatar for l00pylou

I am self taught Dreamweaver novice I have created a popup window, but even though in the code it asks it to open at 600 wide x 400 high, the pop up is opening in a tiny window It seems to be fine with Firefox, just a problem on IE …

Member Avatar for l00pylou
0
102
Member Avatar for cherubrock74

Hi here is my first post hope you can help me I will try to explain the case without posting too much code I am using a script which is connected to a paypal form I have 2 radio buttons in the form and a text field One radio button …

Member Avatar for langsor
0
51
Member Avatar for Venom Rush

Hi there I've never dealt with Ajax and I'm having a rather frustrating time with an upload progress bar I found on the net that's supposed to be really good. That's beside the point. I just wanted to know if there are any Ajax related packages out there that need …

Member Avatar for MattEvans
0
79
Member Avatar for Ciubhran

Hello, I am having problems with Internet Explorer (as always) and AJAX. My code works with Firefox, but the page returns errors when trying to execute this script in Explorer: [ICODE] <script type="text/javascript" language="javascript"> var xmlHttp = false; function createPostRequest(url, parameters) { if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); } …

Member Avatar for chaosprime
0
137
Member Avatar for MDGM

Hi all, I am trying to edit [URL="http://www.dynamicdrive.com/dynamicindex8/ddwindowlinks.js"]this script[/URL] so that it not only changes offsite targets to _blank, but also changes their href from their original link, to [url]http://www.mydomain.com/externallinks/+origionallink[/url] Can somebody help me find out what is wrong with this script? It is editing the target and href of …

Member Avatar for MDGM
0
263
Member Avatar for chellethecat

I decided to try and redo a site I'd had active ages ago and while looking over things to see what needed to be fixed, tweaked, and just in general redone I discovered that while viewing the site in IE everything works just as it should, but in Firefox the …

Member Avatar for langsor
0
222
Member Avatar for swanqute

I have been working on a vertical accordion but seems not to be working, Can some one please check where the error is? Thanks in advance; At the Head Event.observe(window, 'load', loadAccordions, false); function loadAccordions() { var verticalAccordions = $$('.accordion_toggle'); verticalAccordions.each(function(accordion) { $(accordion.next(0)).setStyle({ height: '0px' }); var Accordion = new …

Member Avatar for jel3
0
127
Member Avatar for MDGM

Hi all. I basically need to know how to get a link's href value using the getelementbytagname code and storing that value in a variable so it can be used later in the same function. Thanks, Max

Member Avatar for MDGM
0
3K
Member Avatar for Tom Tolleson

I'm reading the specs on a development framework, and it touts [I]No JavaScript namespaces or API architecture [/I]and I'm wondering what exactly this means, and why it's a good thing? Cheers!

0
97
Member Avatar for Tom Tolleson

I have an html form with multiple fields. Some of the fields are required, others are not. I have a JavaScript validation form that will send an alert if a field is empty. However, I only want it to send an alert if a required field is empty. How do …

Member Avatar for Tom Tolleson
0
182
Member Avatar for Tom Tolleson

Any input is appreciated. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="text/javascript"> function validateForm(form1) { alert("Please enter your name."); } </script> </head> <body> <form name="form1" id="form1" method="post" onSubmit="validateForm(form1);"> <input type="text" id="name" name="name" /> <input type="submit" name="SubmitName" value="Submit" /> …

Member Avatar for Tom Tolleson
0
128
Member Avatar for harsh5235

I'm not sure where to exactly post this. There is a website called mint.com which let's you enter your username and password for a bank, stock broker, etc and the aggregates all your information from all different accounts onto one screen (balances, transactions, etc). How does mint.com do this? I …

Member Avatar for langsor
0
81
Member Avatar for JaxsWastedLife

I'm stuck with a big problem. :sad: :sad: :sad: I have the following script resizeing my iframe based on height. The problem is if my site is on one domain say [url]http://mydomain.company.com[/url] and the target page is on another domain say [url]http://anotherdomain.mycompany.com[/url] the script does not resize the page. I …

Member Avatar for naksindia
0
486
Member Avatar for ficus

Hi Guys hope you can help me I am using the following AJAX code to get SUB-Buttons. If no new button is selected I need the main button to revert back to the originally selected main button on mouseout with a timeout function or delay please help. so the code …

Member Avatar for upside_down2000
0
343
Member Avatar for somedirection

I'm experiencing a big time problem with IE7 that I'm looking for help with. I've created a bookmarklet, it grabs data from the current DOM, builds a form, posts the data to a remote page. It works great. BUT although IE7 will behave properly when the bookmarklet is first fired, …

0
48
Member Avatar for maruthuit2k5

I want to validate [B]contact number [/B]field.That field allow [B][COLOR="Red"]only number[/COLOR][/B].how to i validate use javascript

Member Avatar for anuj_sharma
0
78
Member Avatar for nidhikayadav

Hi, I am using apache server on my local system [http:\localhost\xy]. Problem is like:- i have made radio buttons, push buttons and associated actions that are handelled using YAHOO.util.Connect.asyncRequest. Then the actions like displaying results , poping up of other dialogs are handled via mozilla but not through IE. Nothing …

Member Avatar for langsor
0
92
Member Avatar for MDGM

Hi all, I found a script on dynamic drive that makes all links linking to a page that is on another website open in a _blank window. ([url]http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm[/url]) I have just finished creating a page which has 2 frames: 1) At the top with my logo and menu on it …

Member Avatar for MDGM
0
172
Member Avatar for farahphp

Hi All i want to develop a code such that when i click on the text next to the radio button the radio button should be selected and even if the button is clicked how can i achieve this any help would b appriciated thanks in advance [ICODE]<html> <head> <script …

Member Avatar for mnjbadc
0
2K
Member Avatar for liza_nc

Hi all, I want to use advanced search with dropdown box which has all the products on my site, but i want to give the user the facility to choose the product by alphabetical order, choose letter A give him all produts starts with "A" and so on.... please, see …

Member Avatar for nikesh.yadav
0
49
Member Avatar for ban143

dear frds i need some info reg: dynamic row generation how to generate a new row at the end of the table at last field when i press tab or enter keys it will automatically generate a new row

Member Avatar for gaurish.patil
0
83
Member Avatar for hombredelcubo

Hello, I'm frustated because I can't solve a problem I've got. I explain the develop envionment i've got 3 frames in a page. In the left frame, i've got a tree which elements can be dragged to the main frame. this is the code to simulate drag and drop action: …

Member Avatar for langsor
0
89
Member Avatar for LogicWeb

Hi, I modified my postbit_legacy template in vbulletin for my forums, [url]www.talkjesus.com[/url] The problem is the css tooltip hover is messed up in IE7, but works fine in Firefox 3. In IE, it shows a blank wide space after the icon hovered on, as if its showing a blank alt …

Member Avatar for langsor
0
141
Member Avatar for sreeshiva

How to replace the div content onclick? Here is my script.. This works perfectly if the call the variable $ssk in the html, but it is not working when i call the variable $cvb. Please help me out... [code=php]<!-- php code start --> <? $cvb='<div id="flashcontent"> <script type="text/javascript"> var so …

Member Avatar for kceleb9
0
598
Member Avatar for Mylena

Hello, Please, if anyone knows how to pass a Javascript integer variable as a parameter into php mysql_query. Below gg1 is successfully converted to an integer (i checked it using some maths additions), and now i need to pass this value to BirdID. The last line with innerHTML works fine …

Member Avatar for buddylee17
0
166
Member Avatar for BillyMako

Hey, My code i pretty messed up at the moment but i was hoping someone could help me change it so that when the form is reloaded the 2nd time round that the value in the drop down menu that's selected stays after the reload. [CODE] <!doctype html public "-//w3c//dtd …

Member Avatar for langsor
0
210

The End.