15,120 Topics

Member Avatar for
Member Avatar for itsme1979

Hi ALL, We have developed some HTML pages code using AJAX and we have used some style sheets. This works fine in IE but the style sheets used are getting distracted Firefox as well as the AJAX calls are not working in Firefox. Please help. Thanks in advance.

Member Avatar for Drew
0
99
Member Avatar for ukbasak
Member Avatar for Drew
0
89
Member Avatar for Vanq69

Hi there, wondering if anyone is able to help me. I am making a piece of software (for a uni project not for profit) and I have pretty good knowledge of Java but not Javascript. For this project I wish to create an interface that looks like igoogle.com but not …

Member Avatar for Drew
0
118
Member Avatar for rejisha

i have a div that is hidden.After calling a function i just give the code as follows for making the div visible. the code is document.getElementById("divid").style.display="block"; it works in IE but not in Mozilla(3.0.3) have any idea? thanx in advance...

Member Avatar for Drew
0
137
Member Avatar for remoh71

I'm working on a problem that I thought would be common but so far I haven't been able to find a good solution. I need to create a scrolling map that works similar to google maps (only more simplistic). The page will display a 500X500 pixel image which is itself …

Member Avatar for Drew
0
117
Member Avatar for emaltimuri

Hi All I have a google code project running at the moment to develop a simple-standards web-based slides show system (code.google.com/p/easyslides) At the moment there are several .css and .js files as well as images in one folder and a seperate HTML file. I want to be able to provide …

Member Avatar for Drew
0
2K
Member Avatar for clueless101

[quote] Once my dynamic table is populated with names entered by user, it should no longer include the initial text: Your name list is empty. Can anyone help me with this final code? [/quote] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>My Dynamic Table</title> <script …

Member Avatar for clueless101
0
120
Member Avatar for Punkis448

Hello all. I have a problem with my site. Well there are some times that when i click on a link from the recent activity I get my custom error 404 page. This happens when the url is [url]http://domain.com/[/url]............. The problem is solved and i can get inside the link …

Member Avatar for essential
0
137
Member Avatar for mike.mclennan

Hey, I have created a searcher on my companies website that displays products that we sell. It displays the code, price, blah blah blah. basic stuff. but anyways i want to display some information for the product not on the page but on a tooltip like screen. I know a …

Member Avatar for araghuc
0
173
Member Avatar for nick_katz

Hello all. I have this problem. I have a div with inactive buttons in a jsp page, buttons like select all | add to basket | compare | .... and some java logic determining whether any products (coming from a backend) are found on page load. I want to make …

Member Avatar for nick_katz
0
76
Member Avatar for digioz

Hey all, I have a very simple collapsible panel which is working fine right now, but I am trying to make the expanded item's text bold "Without doing a post back or use of links". Here is the code: [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Collapsible Panel Test</title> </head> …

Member Avatar for digioz
0
174
Member Avatar for frezz

Here is my code what is my problem. I need a window to open up that says ok or cancel. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang = "en" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859- 1" /> <title>Exit Row Requirements</title> </head> <body> <script type="text/javascript"> /* …

Member Avatar for essential
0
116
Member Avatar for OmniX

At the moment I have a normal ajax example that refers to an xml file. This xml file is a conversion of a mysql database file I have. Now I wish to cut out the middle man (xml) and refer straight to the database. Any Ideas on how I would …

Member Avatar for OmniX
0
250
Member Avatar for animedude123

Hey, Right now I'm working on a login system for my site. The user enters their info, the info is sent to the php page through ajax, the php checks if the input fields are empty and checks if the info is correct. If fields are empty or the info …

Member Avatar for ivanCeras
0
94
Member Avatar for mwa

I'm trying to create a tag like routine for music genres. I have an array with various music genres in it. Those genres appear in a select box so they can be added to a text area... The problem is, I want to be able to add multiple genres instead …

Member Avatar for essential
0
171
Member Avatar for HSCharles

I have a flash website i'm looking for the script who makes google ads with flash. how can i get it?

0
64
Member Avatar for lonestar23

Hello, I need to resize an I-fame according to the height of an external page. I have found some google code that does what I need but it is way bloated. Anyone how to do what this code does but with less bloat? Thanks in Advance! [CODE] ( function(){ var …

0
53
Member Avatar for kdhanshree

I have designed a Registration form with the help of HTML. Here in the tage <form> I have given the action to the JSP page. (e.g. <form name="form1" action="sample.jsp">) . I have to validate this form bu javascript. The form is validated on clicking the Submit button of the form. …

Member Avatar for ~s.o.s~
0
109
Member Avatar for gurudattbhat

i have one statement .that statement has two combo field(Entered/Approved) . when combo field is marked as Approved then date isto be moved to date field.and date should not moved to date field when entered is selected from combo feild i mean i want to move todays date if and …

Member Avatar for essential
0
91
Member Avatar for complexcodes

My program should allow to display prompt box to enter values for a b and c and should display message in prompt box like "invalid number please enter number again" for a if a ==0 and a is not a number. Same with b , but b can be equal …

Member Avatar for essential
0
111
Member Avatar for OmniX

I have been doing research and to be able to make a scrollable drop down box requires javascript I have been informed. Can anyone help me with this or a tutorial? Example code: [code] <select name="cars"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="fiat" selected="selected">Fiat</option> <option value="audi">Audi</option> </select> [/code] Goals: - Only …

Member Avatar for OmniX
0
107
Member Avatar for farahphp

Hi all, I'm trying to add 3 rows on a click of a button and each row has 14 columns with text boxes and 4 of these textboxes has onblur events which dont work in the new rows added can someone help me with this problem the functions i tried …

0
60
Member Avatar for rickya100

Hi everyone, Many thanks for looking. Here's the problem. I have a form with three option buttons. Depending on what one the user clicks on I need a particular div to be shown, while the other two divs are to be removed. The only problem is that the removeChild doesn't …

Member Avatar for rickya100
0
150
Member Avatar for redgoals

I have a website SNIP The website allows the customer to upload affilliate banners, the affilliate code is normally a js file piece of code which the client adds to the website, the client cannot modify that piece of code as the .js file sits on the affiliate companies website. …

Member Avatar for cmills83
0
128
Member Avatar for cmills83

i have tried a few tutorials but i cant get this working. I am trying to create a div with the id of overlay and insert it right after the body tag when a function is run. can anyone help? thanks

Member Avatar for cmills83
0
2K
Member Avatar for gotrobotfriends

Hi all I was wondering if someone can let me know of a quick and easy way of interacting with a Javascript control on a web page. "<a href="#p189191" name="option66" onclick="selectPollOption(66);" class="vote">Vote</a>" That's the control I would like to activate, I was thinking I could use a regular expression to …

Member Avatar for gotrobotfriends
0
97
Member Avatar for ehsun7b

I need to get all children of a DIV and their children too. I mean I need to get the HTML text of a DIV but I don't like to use innerHTML since it does not support the values of inputs in many browsers. How can I do that? :-/

Member Avatar for ehsun7b
0
211
Member Avatar for cmills83

hi i have a parent window with an external url iframe. when the parent loads i want to set the iframe footer to display:none;. is there a way to do this? i have looked all over w/no luck. thanks

Member Avatar for sasankasekhar
0
122
Member Avatar for lonestar23

I have two pages 1.) form page 2.) I-frame page. What I am trying to do is: Once the form page is submitted, javascript in the second page would retrieve the values and place them into a an I-frame with a given url. Example: === Page One === <form action="page123.html"> …

Member Avatar for lonestar23
0
91
Member Avatar for kahaj

How do I use a submit function to ensure that a name field only has letters, zip code field only has numbers, etc. w/ Javascript when submitting a form?

Member Avatar for TnWbDzgnr1996
0
155

The End.