15,127 Topics
| |
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, … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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: … | |
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 … | |
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 … | |
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 … | |
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 … | |
I am building a website for a real estate. As a designer I started doing the design in Photoshop, I am about to convert it in HTML but before I begin doing that I would like to know some things as this is my major concern. [INDENT] How to make … | |
[CODE] <input type=text class=text_box2 name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+") id=select2> [/CODE] in the above code iam sending the selected value to the ajax function showMAName(str,str1) in select.js but there iam not getting the full value of this.value ( means if any space in the string like "how r u", iam getting only "how") … | |
Hi, Code below returns true for (.). It should return false like it returns false for (,). Is there any other way to check (.) and (,). I simply want validate money. Thanks [code] if (isNaN(form1.paid.value)) { alert ("Syntax is not right."); return false; } return true; [/code] | |
Hello all, I got involved with a Joomla CSS project, but I know very little about the properties of CSS. I have found out the hard way, that it works by it's own rules which may or may not necessarily be a subset of the HTML tag that I am … | |
Hello , I am new to javascript, and now I found a Strange problem here in my code, I sat in front of computer for many hours trying to solve it , but I still don't know what caused the problem and how to solve it , could anyone here … | |
Hello.. I musy apoligize in advance for this, since this thread will be pretty much dedicated to my website, but hopefully if anyone has any tips or solutions on how to debug HTML, Javascript and CSS, others will find useful information here. My problem is simple. My website does not … | |
Hi all, I need directions on "Text Alignment" I have used this code to greet user: [code=JavaScript]<script type="text/javascript"> var d = new Date(); var time = d.getHours(); if (time > 17) { document.write("<b>Good Evening, Thanks For Visiting Us!</b>"); } else if (time <17 && time >12) { document.write("<b>Good Afternoon, Thanks … | |
I'm working on a small web app that uses drag and drop to add users to projects for management purposes. It's hard to describe the problem without showing the relevant code, so I'll start with that first: [code=html] <div id="primary"> <?php foreach($jobs as $job): ?> <div id="jobdiv-<?php echo $job->id; ?>"> … | |
hey all, first post, im a real n00b at this.. its just part of my first yr at uni and dont even need it for the 2nd yr and never done it before.. anyway, if u could please just get me through this il be FOREVER greatfull... basically iv done … | |
Alright ran into a bit of a problem on the item count in my index... let me give you the layout I'm working with. I've got my index page with the header logo and navigation bar. This is followed by an Iframe. When I click the navigation buttons it changes … | |
i have searched the web for awhile on this... i wrote a script that will format certain words as the user types [INDENT](ex. when the user types MTrak the text is replaced with <b>MTrak</b>)[/INDENT] i need to know how to view the formatting in a text box, not the tags. … | |
Hi All, I've a java script file in which I've written a validation function. I want to call and execute this function in my asp.net page so that the client-side validation is executed. Somebody please help me soon. | |
Hi everyone, I need some suggestion. Actually i created a text box and wrote a java script to limit its character hold to 500 char. I made my related db column size to 508bytes(Oracle). The functionality was working fine when i suddenly found a bug. Say for example if i … | |
Hey, just kind of some background so you don't think I'm fishing. I've worked with ASP,PHP,JS, AJAX, HTML, XML, etc... as well as fundamental programming languages like C#, C++, VB.net, Python, etc. I don't know all these languages extensively, but psuedo code works for me. It seems I have the … | |
Would anybody happen to know if it's possible to hide the value of a radio button unless it is checked, and then when it is checked display that value, and then after moving on, that value stays active, and the user can fill out the rest of the form and … | |
hi, I have an HTML form setup. It has several input text fields to enter the data. I also want the user to add more text fields dynamically if he wishes to enter more data. If I do it directly though PHP using loops, I loose the data previously entered … | |
Hi, I am trying to get the contents of a gzip file located on the server. This code only prints the binary content of the file. [code]var msgUrl = "../messages/"+compressedMessage+".gz"; objXml.open("GET",msgUrl,false); objXml.send(null); alert(objXml.responseText);[/code] Any ideas how to get this working? Thanks! | |
Hi everyone, I've an issue here. i want load the data from database and i want it appear at DOM select. what i had done,first i load data to hidden text and use a javascript load to DOM select. But the problem is i need to click on select textbox … |
The End.