I change the line with the backslash but it still not open the popup. slideimages[0]='<a href="javascript:;" onClick="openWin(\"test7.jpg"\); return...
Kirpa Mehta
kirpa226@...
Aug 1, 2008 3:29 pm
16223
function Button1_onclick(from,to) { var a = '<%=Session["name"]%>'; for (var i=0; i < from.options.length; i++) { var o = from.options[i]; if (o.selected) { ...
Thanks it works. If you please tell me a little more 1. I want to write some text under the picture in the popup window 2. Move the popup on the center of the...
Kirpa Mehta
kirpa226@...
Aug 1, 2008 3:30 pm
16225
Hi All, I am confused about MutationEvent It is said that FF does actually support the MutationEvent but everytime i tried to do ...
Menu Builder Using CSS  This is working IE7,Firefox 3  see the example  http://www.tuto4u.com/web.php?tag=css&url=files/menu.php&title=Menu    ...
I am new to Javascript programming , you can say i am new to coding ,Just need to know which book can help me understanding the concepts of programing in web...
Hi All, Do you know how to have MutationEvent in your browser? I have a hard time to make my dom element to have "DOMNodeInsertedIntoDocument" event anyone? ...
The backslashes must go BEFORE the double quotes! In one spot you have it AFTER. --Tim Sabin ... (\"test7.jpg"\); return false"><img src="test7.jpg" border="0"...
Hello all, I need a regexp to validate a string (input field) and allow only 5 numbers, removing the rest (ie: 'My phone is 3456-9876' should become 'My phone...
i want to make the form of registration .what is the code of country,state ,city who come automatically as in yahoo or gmail registration [Non-text portions of...
Indenting Left and Right ParagraphProtecting Document with PasswordInformation About Purchasing A New Computer Chassi...Tips on Buying a Server MachineTips On...
Hi all, I am writing a form which has a number of checkboxes actually only checkboxes. I need to make sure that the submit button only leads to the required...
Hi javascript official As I am new to proraming and to java scripting, I needed some guidance in the code for the following. I am doing a form whcih contains...
I've got an .html page with a form on it that is being processed by a .cfm page that sends the values from the fields in an email. Works fine. Then I add a...
Check http://devguru.com/technologies/javascript/home.asp . A quick little program to do what you want: for (var i = 0; var obj = document.myForm.elements [i];...
Have you done any debugging? You can liberally sprinkle your JavaScript with alert () calls. One problem with JavaScript: when it runs across a runtime error,...
... Hello, I am writing a form which has a number of checkboxes actually ... This sounds like homework so it wouldn't be right to just give you the answer. ...
Good Morning, I'll to study javaScript and I know about P.O.O. . Someone help me indicate books, web sites, tutorial and etc... for javaScript? Thanks Juan...
I figured it out. Thank goodness. Yeah, that silently stops working thing is the pits. thanks, charlene ... [Non-text portions of this message have been...
... This will do exactly what you say, that is, terminating out the string after the fifth digit if there is one (otherwise the string remains unchanged): s =...
for this you need to know the javascript for chek where all the checkbox's are check or not 2008/8/4 Jenny Gilbert <jennychooselife@...> ... [Non-text...
i wanna make a registration form like yahoo or gmail for country,state and city when i select India then list of state come automatically in drop down box ...
JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more. JavaScript is easy to learn! You will enjoy...
hi, you can make another SELECT Lists for each country that contain states, then Hidden all of that by using theyr ID and Display:none CSS property, then check...
I need some help. I am new to javascript and am trying to figure out how to use the IF statement. I don't even know if what I am trying to do is possible. IF...
I'm working on my website and I'm having issues with my style sheet. I'm trying to center my site on the page but it's not working. Here's what my ss looks...