15,688 Topics
![]() | |
Hi, I am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! Can you please take a look at the site: [URL="http://www.geoca.com/demo.php"]http://www.geoca.com/demo.php[/URL] as you can see … | |
Hi guys, I have a problem on getting the selected radio button and save it in the database. Here is my code: [CODE] <div id="container"> <div id="question1" style="display: inline;"> <p>Question 1</p> <ul> <li><input type="radio" name="q1" value="1" id="ans1" />Answer 1</li> <li><input type="radio" name="q2" value="2" id="ans1"/>Answer 2</li> <li><input type="radio" name="q3" value="3" id="ans1"/>Answer … | |
Could Someone PLease Help Create Forums... Some Reference Codes PDFs? I don't owe a top-level domain just free hosting so here it comes... I'm a 15-yr old boy and I want to learn how to make [U]forums with users log-in[/U]... gonna style it put some ads(which is the thing I … ![]() | |
Ok so problem is that I'm using an XML generated intro for my website. My intro(index.html) is in the root directory with website home(index2.html). Issue is that I want the website to be loaded directly after intro in the same browser tab/window/page instead of a new one. Intro is using … | |
Hi guys, I have a problem on my php code and url passing. [B]What it should do:[/B] There are 3 forms of the php file, the [B]"email"[/B], [B]"item1"[/B] and [B]"item2"[/B]. The [B]email form[/B] is hidden by default on page load, it will only be visible if any of the [B]item1[/B] … | |
Hi How to disply element id value to view pls give me with example if(a.indexOf("UpdateDiv***") > -1){ var arr = a.split("***"); document.all.lblDivAccess.innerHTML = "  [ " + arr[1] +" Divisions(s) ]"; document.all.lblDivAccess.style.display = "inline"; document.all.lblDivAccess.style.color = "red"; document.all.txhSelDiv.value = arr[2]; break; } in this line iam getting totally added 'number'(in + … | |
[CODE]<div id="test1"><div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script> <fb:comments href="http://www.jewelryfresh.com/" num_posts="10" width="739"></fb:comments></div>[/CODE] Above is the code for facebook comments box. I want to dynamically change the href value to the page on which it is. How can i do it.I do not want the static href value as it is now. Please … | |
hello there. i was just wondering.is it possible to get the text display of your div and place it in a variable? if so, how should i do it? i've been searching for a solution in this problem but i can't find anything.thanks in advance. | |
Hi please help me to finding java code for putting in the text files as username or password or email address in colorless vision and when the user clicking in the field the field shows empty and ready for type words . | |
I am a newbie and I want to create a job, bursaries online classified. What tools do I need to use to get it off the ground. The website creator I am using is Weebly. I've seen some of the other website having some sort of a web page slider … | |
Hi I have a 'add' hyper link by clicking the link it open a new window after selecting the data from right table to left table i clicked OK button, by clickig the button child window will closed , now if i click the same hyper link again the newly … | |
Hi, I've got a table with 3 cols and each cell has a checkbox. I want to have 3 checkboxes above the table that each one checks/unchecks all the checkboxes in the table but ONLY in one col. so if I click checkbox 1 all the checkboxes in col 1 … | |
Hi I want to make image map in flash similar to this one - [url]http://www.image-maps.com/[/url] My image map implementation will be more complex. Basically I want end result like this [url]http://digitalhymn.com/argilla/tipmage/[/url] Only with two changes : - User should able to mark other shapes than rectangle, - It should store … ![]() | |
I have a HTML form and I would like to display the values in the form on the same page below the form itself . My question is how can I display the values entered in the form above .I would like to use a javascript. Please help..... | |
hi everyone ...how to do this in jscript .... refreshing a page once,twice or so on every given time.. (refresh 1x/30 secs or 2x/40 secs) to make it clear: example i will input 100 on a textbox (so this is my given time) and i will set to refresh the … | |
Here`s my code. [CODE]<html> <body> <script type=text/javascript> var n=0; while(n<=10) { document.write("<center>"+n); document.write("<br>") n++; } </script> </body> </html>[/CODE] The output is like this : 0 1 2 3 4 5 6 7 8 9 10 -- but they are in the center. I want to put them in a table. … | |
Hey Guys What i want is, to show a pop up or a simple div or a modal or any dialogue box to to load on my home page to show welcome message, whats new etc stuff, which will be displayed only once in a day to every visitor of … ![]() | |
Hi guys, I am new here in the community. I need help on how to pass a javascript variable value to a php variable.. I am using jquery to hide form1 when the page loads. My first javascript is working fine. my code is like this: [CODE] <script type="text/javascript"> $(document).ready(function(){ … | |
please guys help me out I want to create a busaries and job search website. and i want to link my pages to external pages without leaving my website by just diplaying only that particular content. ![]() | |
I'm only adding this code to a few pages. I have the background changing over each linked hover, but is there anyway for me to allow one item remain that background color to indicate which page my visitors are currently on. If you can show me how to do one, … | |
Hello everyone, I've visited a lot of websites, like Daniweb, and found effects on the sites pages that are really of a considerable design. I know it's becoming common, but I really get impressed at seeing such things. When you put the mouse cursor on some button it becomes highlighted … | |
hi Danny, I have an issue where i need to get to a particular element when i click on a menu button.It is working fine in IE but in firefox it doenst work.There is a literal to which i am binding data dynamically and i have assigned id's.When i click … | |
I am looking for a mini project in javascript. Can you please suggest me with some projects......... | |
Hi I have a aadd' hyper link by clicking the link it open a new window after selecting the data from right table to left table i click OK button, by clickig the button child window will closed , now if i click the same hyper link again the newly … ![]() | |
Which of the two is better? In terms of speed, ability and size (and anything else that you can think of) | |
Hi, I want to fade in each element in my array with a slight delay from the preceding element so they dont all fade in at the same time. Here is my code: [CODE]$(document).ready(function() { var arr = ['<img src="images/1.jpg" />', '<img src="images/2.jpg" />', '<img src="images/3.jpg" />', '<img src="images/4.jpg" />', … | |
![]() | Hi all, A developer has provided me with some scripts that display clusters of markers and info windows on a Google Map (v3 API). The markers side of things works well but there is a problem with the info windows. Unfortunately I didn't notice until after I paid him and … |
<TD align="left" valign="middle"> <A id="lnkEditDiv" href="javascript:showEdit('Div');" style="display:none;" > <% if(intUserModAcc == 0) {%> <bean:message key="siteadmin.lbl.ViewDivs"/> <% }else{ %><bean:message key="siteadmin.lbl.EditDivs"/> <% } %> Is there any way to refresh "lnkEditDiv" hyper link in java ascript or do i need to write fresh function pls comfirm me on this Prbolem is when … | |
Hello, I want to write a program. in the program i need to generate a password that contain 8 - 10 charachters. i did it, but without regex, Can any one help me, how to do this with the regular exp ? the criterias for the pass are: 1- the … | |
[CODE] function func1(str) { document.getElementById("txtHint").innerHTML='<Br>Graph type: <select id="sel" name="sel" onchange="func2(str)"><option value="1">1</option><option value="2"> 2</option></select>'; } function func2(x) { some codes.... } [/CODE] In Above coding, i want to pass the "str" variable to "func2" in onchange . but above code is not working. Can anyone Please help me..? |
The End.