15,120 Topics

Member Avatar for
Member Avatar for Mangesh G

[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 …

0
112
Member Avatar for dr.4030

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 .

0
50
Member Avatar for vasto

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 …

0
49
Member Avatar for raviaaaa

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 …

0
58
Member Avatar for 54uydf

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 …

Member Avatar for 54uydf
0
197
Member Avatar for amazed

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 …

Member Avatar for stbuchok
0
297
Member Avatar for anupama385

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.....

Member Avatar for anupama385
0
93
Member Avatar for uselessninja

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 …

Member Avatar for uselessninja
0
83
Member Avatar for choboja621

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. …

Member Avatar for urtrivedi
0
62
Member Avatar for dalip_007

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 …

Member Avatar for kiamzattu
0
114
Member Avatar for dashawk

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(){ …

Member Avatar for dashawk
0
439
Member Avatar for vasto

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.

Member Avatar for stbuchok
0
31
Member Avatar for jonsan32

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, …

Member Avatar for jonsan32
0
366
Member Avatar for Hani1991

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 …

Member Avatar for Hani1991
0
153
Member Avatar for Happiness143

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 …

Member Avatar for Airshow
0
125
Member Avatar for Lakshmi24
Member Avatar for Lakshmi24
-1
140
Member Avatar for raviaaaa

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 …

Member Avatar for stbuchok
0
75
Member Avatar for Sean_d

Which of the two is better? In terms of speed, ability and size (and anything else that you can think of)

0
61
Member Avatar for Waynef

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" />', …

Member Avatar for Waynef
0
79
Member Avatar for Cranial Fool

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 …

Member Avatar for Airshow
0
213
Member Avatar for raviaaaa

<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 …

Member Avatar for Airshow
0
82
Member Avatar for titosd

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 …

Member Avatar for pritaeas
0
87
Member Avatar for DILO3D

[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..?

Member Avatar for DILO3D
0
257
Member Avatar for nomin-ginger

does anybody know to decode this url: [URL="http://frodo.wi.mit.edu/primer3/"]http://frodo.wi.mit.edu/primer3/[/URL] [ICODE]<form action="/cgi-bin/primer3-web-cgi-bin-0.4.0/primer3_results.cgi" method="post" enctype="x-www-form-urlencoded"> [/ICODE] i tried this: [ICODE] [url]http://frodo.wi.mit.edu/cgi-bin/primer3-web-cgi-bin-0.4.0/primer3_results.cgi?PRIMER_MISPRIMING_LIBRARY=&SEQUENCE=CATTAAAAGAAATATGCTTGCAATTAAAAAAAAAAAAAGCCAACTATTTCTGAGGCCAGTCTCGGTGTCCAGGAGTCTTCAAGGCAA&MUST_XLATE_PICK_LEFT=1&MUST_XLATE_PICK_HYB_PROBE=&MUST_XLATE_PICK_RIGHT=1&PRIMER_LEFT_INPUT=&PRIMER_INTERNAL_OLIGO_INPUT=&PRIMER_RIGHT_INPUT=&PRIMER_SEQUENCE_ID=&EXCLUDED_REGION=&PRIMER_PRODUCT_SIZE_RANGE=150-250+100-300+301-400+401-500+501-600+601-700+701-850+851-1000&PRIMER_NUM_RETURN=5&PRIMER_MAX_END_STABILITY=9.0&PRIMER_MAX_MISPRIMING=12.00&PRIMER_PAIR_MAX_MISPRIMING=24.00&PRIMER_MAX_TEMPLATE_MISPRIMING=12.00&PRIMER_PAIR_MAX_TEMPLATE_MISPRIMING=24.00&PRIMER_MIN_SIZE=18&PRIMER_OPT_SIZE=20&PRIMER_MAX_SIZE=27&PRIMER_MIN_TM=57.0&PRIMER_OPT_TM=60.0&PRIMER_MAX_TM=63.0&PRIMER_MAX_DIFF_TM=100.0&PRIMER_TM_SANTALUCIA=1&PRIMER_PRODUCT_MIN_TM=&PRIMER_PRODUCT_OPT_TM=&PRIMER_PRODUCT_MAX_TM=&PRIMER_MIN_GC=20.0&PRIMER_OPT_GC_PERCENT=&PRIMER_MAX_GC=80.0&PRIMER_SELF_ANY=8.00&PRIMER_SELF_END=3.00&PRIMER_NUM_NS_ACCEPTED=0&PRIMER_MAX_POLY_X=5&PRIMER_INSIDE_PENALTY=&PRIMER_OUTSIDE_PENALTY=&PRIMER_FIRST_BASE_INDEX=1&PRIMER_GC_CLAMP=0&PRIMER_SALT_CONC=50.0&PRIMER_SALT_CORRECTIONS=0&PRIMER_DIVALENT_CONC=0.0&PRIMER_DNTP_CONC=0.0&PRIMER_DNA_CONC=50.0&PRIMER_LIBERAL_BAS=1&MUST_XLATE_PRINT_INPUT=1&PRIMER_LIB_AMBIGUITY_CODES_CONSENSUS=0&PRIMER_LOWERCASE_MASKING=1&PRIMER_SEQUENCE_QUALITY=+&PRIMER_MIN_QUALITY=0&PRIMER_MIN_END_QUALITY=0&PRIMER_QUALITY_RANGE_MIN=0&PRIMER_QUALITY_RANGE_MAX=100&PRIMER_WT_TM_LT=1.0&PRIMER_WT_TM_GT=1.0&PRIMER_WT_SIZE_LT=1.0&PRIMER_WT_SIZE_GT=1.0&PRIMER_WT_GC_PERCENT_LT=0.0&PRIMER_WT_GC_PERCENT_GT=0.0&PRIMER_WT_COMPL_ANY=0.0&PRIMER_WT_COMPL_END=0.0&PRIMER_WT_NUM_NS=0.0&PRIMER_WT_REP_SIM=0.0&PRIMER_WT_SEQ_QUAL=0.0&PRIMER_WT_END_QUAL=0.0&PRIMER_WT_POS_PENALTY=0.0&PRIMER_WT_END_STABILITY=0.0&PRIMER_WT_TEMPLATE_MISPRIMING=0.0&PRIMER_PAIR_WT_PRODUCT_SIZE_LT=0.0&PRIMER_PAIR_WT_PRODUCT_SIZE_GT=0.0&PRIMER_PAIR_WT_PRODUCT_TM_LT=0.0&PRIMER_PAIR_WT_PRODUCT_TM_GT=0.0&PRIMER_PAIR_WT_DIFF_TM=0.0&PRIMER_PAIR_WT_COMPL_ANY=0.0&PRIMER_PAIR_WT_COMPL_END=0.0&PRIMER_PAIR_WT_REP_SIM=0.0&PRIMER_PAIR_WT_PR_PENALTY=1.0&PRIMER_PAIR_WT_IO_PENALTY=0.0&PRIMER_PAIR_WT_TEMPLATE_MISPRIMING=0.0&PRIMER_INTERNAL_OLIGO_EXCLUDED_REGION=&PRIMER_INTERNAL_OLIGO_MIN_SIZE=18&PRIMER_INTERNAL_OLIGO_OPT_SIZE=20&PRIMER_INTERNAL_OLIGO_MAX_SIZE=27&PRIMER_INTERNAL_OLIGO_MIN_TM=57.0&PRIMER_INTERNAL_OLIGO_OPT_TM=60.0&PRIMER_INTERNAL_OLIGO_MAX_TM=63.0&PRIMER_INTERNAL_OLIGO_MIN_GC=20.0&PRIMER_INTERNAL_OLIGO_OPT_GC_PERCENT=&PRIMER_INTERNAL_OLIGO_MAX_GC=80.0&PRIMER_INTERNAL_OLIGO_SELF_ANY=12.00&PRIMER_INTERNAL_OLIGO_SELF_END=12.00&PRIMER_INTERNAL_OLIGO_NUM_NS=0&PRIMER_INTERNAL_OLIGO_MAX_POLY_X=5&PRIMER_INTERNAL_OLIGO_MISHYB_LIBRARY=&PRIMER_INTERNAL_OLIGO_MAX_MISHYB=12.00&PRIMER_INTERNAL_OLIGO_MIN_QUALITY=0&PRIMER_INTERNAL_OLIGO_SALT_CONC=50.0&PRIMER_INTERNAL_OLIGO_DNA_CONC=50.0&PRIMER_INTERNAL_OLIGO_DIVALENT_CONC=0.0&PRIMER_INTERNAL_OLIGO_DNTP_CONC=0.0&PRIMER_IO_WT_TM_LT=1.0&PRIMER_IO_WT_TM_GT=1.0&PRIMER_IO_WT_SIZE_LT=1.0&PRIMER_IO_WT_SIZE_GT=1.0&PRIMER_IO_WT_GC_PERCENT_LT=0.0&PRIMER_IO_WT_GC_PERCENT_GT=0.0&PRIMER_IO_WT_COMPL_ANY=0.0&PRIMER_IO_WT_NUM_NS=0.0&PRIMER_IO_WT_REP_SIM=0.0&PRIMER_IO_WT_SEQ_QUAL=0.0[/url] [/ICODE] apparently it doesnt work :( i'm trying to use it for my jsp project any help would be appreciated :) thanks

Member Avatar for Airshow
0
268
Member Avatar for newbie14

Dear All, I have function where I read from a mysql table a set of value. Part of my codes is like this. The problem why I need to use fully php here is this a ajax called page. [CODE]echo "<tr id='gridRow'> <td >$count</td> <td> <input type='checkbox' onClick=selectAndUpdate('$row1[size]')></td> <td> {$row1[SerialNo]}</td> …

Member Avatar for newbie14
0
146
Member Avatar for Zagga

Hi folks. I'm playing about with jQuery at the moment but I really don't have any js knowledge so I am going mostly by guess work. I ordered 2 js books yesterday though so I should be able to at least start learning the basics in a few days. I …

Member Avatar for Zagga
0
195
Member Avatar for miguel1810

Okay... Im still on a big learning curve with Java / JQuery etc... I have easyslider and jcarousel running fine on the page... but I also want to add in jquery.ticker but im getting conflicts with the code - but when I remove: [code]<script src="js/jquery.ticker.js" type="text/javascript"></script> <script src="js/site.js" type="text/javascript"></script>[/code] It …

Member Avatar for floatingDivs
0
146
Member Avatar for almostbob

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 the codescrap entered in the address bar makes any web page locally editable, you can play with any element or content

Member Avatar for MooGeek
0
71
Member Avatar for jabeen111

for example: i m currently work on online results system i can't understand how i could this.. teacher search students seat numbers in 'student enrollment' table and these seat numbers search in text fields than teacher write their numbers three columns mid marks, lab marks and terminal marks student seat …

Member Avatar for G&G Designing
0
80
Member Avatar for raviaaaa

Hi I have a hyper link by clicking the link it open child window after selecting the data from right tab;e to left table i click SAVE button, by clickig the button child window is closed , now if i click the same hyper link again the newly added data …

0
62

The End.