15,127 Topics

Member Avatar for
Member Avatar for MartinRinehart

MSIE 8 textareas: textarea.value == textarea.innerHTML == textarea.innerText Opera: textarea.value == textarea.innerText; textarea.innerHTML == undefined Firefox, Safari and Chrome: value only

Member Avatar for MartinRinehart
0
107
Member Avatar for UncleJoe

I hope this hasn't been beaten to death...I looked through the forums and didn't find what I needed. I have a form where an input (textbox) Change event populates several other inputs within the form via ajax...everything works famously when I comment out the Form::open('edit_product'), Form::button('submit', 'Save Product'),and Form::close() in …

Member Avatar for UncleJoe
0
214
Member Avatar for cowboyonamac

New here, and still pretty new to javascript. I have a page that I'm trying to run a number of different javascripts on. [LIST] [*]jquery-1.2.2.pack.js [*]overlapviewer.js [*]prototype.js [*]scriptaculous.js [*]lightbox.js and [*]vnu_datestamp.js [/LIST] I have no problem with the datestamp. It runs pretty well anywhere because it's a link/rel to the …

Member Avatar for maysoon
0
218
Member Avatar for benhowdle89

i have this jquery code: [CODE] $(document).ready(function(){ //Hide the tooglebox when page load $(".visit").hide(); $("#suppliers-table td").hover(function(){ $(".visit").show(); }); }); [/CODE] for this html: [CODE] <table id="suppliers-table"> <tr> <td><p class="suppliers-name">ASD</p><a class="visit" href="#">Visit Website</a></td> <td><p class="suppliers-name">ASD</p><a class="visit" href="#">Visit Website</a></td> <td><p class="suppliers-name">ASD</p><a class="visit" href="#">Visit Website</a></td> <td><p class="suppliers-name">ASD</p><a class="visit" href="#">Visit Website</a></td> <td><p class="suppliers-name">ASD</p><a class="visit" …

Member Avatar for benhowdle89
0
78
Member Avatar for chalasesha

i am developing a social networking site as my project in college. i have a doubt on php and mysql.. """ I TWITTER OR FACEBOOK OR IN GMAIL WHEN THERE IS NO ACTION FROM USER(BROWSER) THAT IS, THE USER LOGS IN AND STAY STILL(NOT RELOADING THE PAGE). HOW CAN WE …

Member Avatar for chalasesha
0
145
Member Avatar for chineerat

Hi! I am trying to store multiple text values into an array when a check box is checked. for example when row1 checkbox is checked the values row1col1 and row1col2 are stored in an array. note however row1col1 and row1col2 are editable and not readonly. for example: [CODE] <table border="1"> …

Member Avatar for Airshow
0
159
Member Avatar for rahul88bbd
Member Avatar for MartinRinehart
0
94
Member Avatar for himmat.m4

Hi, I am wandering problem in I want to access javascript variable in jsp page. So anybody help me how to use that variable in jsp. Thanks in advance.

Member Avatar for scrappedcola
0
49
Member Avatar for shahramjaved

Two users are connected with a server if user A move his mouse on his browser window than the shape on user B browser Window should be move. Any idea how i can do this.

Member Avatar for scrappedcola
0
155
Member Avatar for programercek

In the first form Default.aspx I have TextBox1 control. How do I get data from TextBox1 into another form Default2.aspx? Is there any example on the Internet? I have tried in this direction, but not a solution: $ (Function () { $ ('# Btn'). Click (function () { $. Ajax …

0
55
Member Avatar for himmat.m4

Hi, I am ajax in following concept. In jsp page have 2 div. first div contaion one dropdownlist for selection city onChange event send data to servlet and other div contain another dropdownlist for displaying cities which are come from servlet. Here problem is after selecting city through 1st dropdownlist …

Member Avatar for Airshow
0
162
Member Avatar for PatrixCR

Hi all. I'm new to Javascript, and I want to ask about the best placement of the script tag. For example, I have an external Javascript called [B]test.js[/B], which assign event listener with addEventListener function. The question is, where should I put this [ICODE]<script type="text/javascript" src = "test.js" />[/ICODE]? I …

Member Avatar for MartinRinehart
0
232
Member Avatar for MartinRinehart

Hi, all. I'm going to start posting cross-browser issues here as I run into them. If you all join in, titling posts "Cross-browser" this might become a good resource. If you supply an invalid sort routine, Opera and Safari fall back to using a default sort. They do not report …

0
87
Member Avatar for chalasesha

i am developing a social networking site as my project in college. i have a doubt on php and mysql.. """ I TWITTER OR FACEBOOK OR IN GMAIL WHEN THERE IS NO ACTION FROM USER(BROWSER) THAT IS, THE USER LOGS IN AND STAY STILL(NOT RELOADING THE PAGE). HOW CAN WE …

0
60
Member Avatar for JoeyWong

Hi all, what i want to do is when I select institution A, then the school of institution A come out at the second selection only.. when I select institution B, then the school of institution B come out at second the selection...etc Help...Thanks~ <?php $sql = "SELECT DISTINCT i_name …

0
45
Member Avatar for gchurch

i have two radio buttons: 'Accept' and 'Don't Accept' if the 'Accept' radio is not checked when the form gets submitted i would like the page to reload without sending any info... [CODE] <form id="form1" name="form1" method="post" action="PaymentFormProcess.php"> <table width="80%" align="center"> <tr> <td width="43%"><strong>Do you accept these terms and conditions?</strong></td> …

Member Avatar for gchurch
0
7K
Member Avatar for filch

Can someone enlighten me as to why this does not work in Safari and only apparently works sometimes and on some machines in IE. I have tried using all three (blur, change, keyup), used live and bind. Nohing seems to work. I have to say though, that in IE on …

Member Avatar for Airshow
0
3K
Member Avatar for Crocodili

Dear reader, i would like to indicate that an ajax query is in progress with one of those animated gifs. In theory the image is hidden, until ajax is working and waiting for a response. When the response comes it is hidden again. I have tried several approaches to this …

Member Avatar for Crocodili
0
102
Member Avatar for xmassey

Hello, I am trying to print all the selected checkbox values to a textbox separated by commas (, ). However, the first value in the textbox always starts with a comma (, ) i.e. (, one, two, three) etc. My current script trys to check if the first 2 characters …

Member Avatar for dobriyalji
0
1K
Member Avatar for bella422316

I would like the output to be JUST the TIME. Currently it also displays the date. How do i fix this. [code] <html> <head> <title> Start and stop a clock </title> </head> <body> <input type="text" size= "60" id="theclock" /> <script type="text/javascript"> var setIntervalID = window.setInterval("setClock()",1000); function setClock() { var now …

Member Avatar for cyrillc
0
73
Member Avatar for himmat.m4

Hi, I have following ajax code so here I want to help to edit the code. I have servlet name is SendInfo.java. here feaches destination cities and add into Arraylist according destination city selected by dropdownlist listFrom then that Arraylist send back to displayCity.jsp and displayed in second dorpdownlist listTo. …

Member Avatar for himmat.m4
0
91
Member Avatar for mushget

Hello. Been searching all night for a way to do this, so thanks in advance for any help forthcoming. I'd like to be able to create a list of post titles that share the same tag in tumblr (rather than a list of tags). Tumblr allows you to filter your …

0
92
Member Avatar for valonesal

We have the following code that is suppose to output html in a box below, however it is not working correctly. When we click the button it does not generate the html, it doesnt do anything. What we are trying to achieve is to have information input then have it …

0
87
Member Avatar for ErlendHL

Hi! My append code works for Firefox and Internet Explorer but not for Opera and Google Chrome. [URL="http://3rlend.com/pjatt/append.html"]Here[/URL] is the test page. In Opera I get this error in Dragonfly: [CODE]Uncaught exception: [object DOMException] Error thrown at line 3, column 16 in append(id, text) in http://3rlend.com/pjatt/append.html: var je = document.createElement('<span>'); …

Member Avatar for ErlendHL
0
92
Member Avatar for ErlendHL

Hi! [URL="http://3rlend.com/pjatt/JStest.html"]Here[/URL] is the test page. It works fine in Firefox and Google Chrome but not in Opera and Internet Explorer. If you don't have Firefox or Google Chrome, I can tell you how it should be: when you click an element, if should be lighter green, rolling out of …

Member Avatar for Airshow
0
134
Member Avatar for himmat.m4

Hi, I working on OnlineTraveling project, here issue is whenever I choose source city from dropdownlist at that event only related cities would be comes in dropdownlist of Destination city. It should not need to goes to server, it would be happen on same page. I have done this by …

Member Avatar for himmat.m4
0
69
Member Avatar for Siberian

I'm hoping someone can help me I'm trying to create a custom transition using a jQuery called "cycle" so far I can only mix the two transitions but I have no idea on how to take these two transitions and create a new transition from it. [CODE] <script type="text/javascript"> $(function() …

0
59
Member Avatar for WaleedaaN

hi dear,,, i use this code facebox : [url]http://chriswanstrath.com/facebox/[/url] now i have first_page.html [CODE] example id: <?php $id = 1; //// 1 for michal jakson ?> <a href=\"page/play.php?id=$id\" rel=\"facebox\">Play music <a> [/CODE] now in play.php [CODE] <?php $song = "mj.mp3"; /// all my songs is mp3 ?> <center> <table border="0" …

Member Avatar for WaleedaaN
0
132
Member Avatar for minimogul

I was wondering if anyone could help me with a current page selection for my navigation bar. I am a noob to javascript and jquery and I would like to use jquery for this. I don't know how to implement it. I have a drop down menu. I have found …

0
67
Member Avatar for Clawsy

Hello, I manipulate XML with jQuery with no problem in all browseres but not in Internet Explorer. I serched bug-fix and I found "metadata.js" but still not working in my Internet Explorer 7 :sad: . Does anyone now a fix for this problem? It's just too nice to manipulate XML …

Member Avatar for anonymous2010
0
266

The End.