15,116 Topics

Member Avatar for
Member Avatar for ekseks

cna anyone tell me how to use the Select = "selected" option for a simple dropdown. for example when someone chooses c it will have a code like <option selected="">c</option> (am I doing it right, well if you got a firebug some site with dropdowns offers that option) so can …

Member Avatar for ekseks
0
124
Member Avatar for sharonig

Hi, Did anyone implement or can direct me to an implementation of virtual mode (render only visible rows, but still have the scroll work right) or something similar in the AJAX Sys.Preview.UI.Data.ListView? I need to display a very large table (`1000 rows) and it simply isn't feasible to render everything. …

Member Avatar for scrappedcola
0
106
Member Avatar for turpentyne

I'm new to javascript and such. I'm looking to create a page with several javascript dropdowns that onmouseover set an image on the page, and onclick set their respective hidden form field, to be used in searching a database. Can this be done by re-purposing of the many javascript menus …

0
44
Member Avatar for nevergone

Hello, I want this function to be assigned to a variable but I cant get it working. I would like something like this to work so that I could perform another tricks on the result.Currentyl it returns 'undefined' data [CODE] var decodedmsg = decode('agaj80494agh942h8g0'); [/CODE] [CODE] var retdata; function decode(s){ …

0
79
Member Avatar for jingo1126

hello guys? i was recently studying how ajax work, problem is i followed some codes on the net and check if they work..they work on the site,but the time i tested those codes it wont work anymore..any ideas?ive tested js and it works on my browser... [code] <html> <head> <script …

Member Avatar for jingo1126
0
112
Member Avatar for technopup

Can anyone help? I want to execute a function depending on what select dropdown is chosen. The select name is dynamic so I need it to happen in one function loop For e.g. The following function works and returns the correct class but its not going to work for my …

Member Avatar for technopup
0
145
Member Avatar for dlnicholas1

I am desperately trying to figure out HOW to add tracking code to my rotating banner. I have random "onload", rotating banner ads on my website. The script works like a charm and will randomly load a banner ad when you go to the site and will continue rotating the …

Member Avatar for dlnicholas1
0
172
Member Avatar for ahmksssv

Hi frnds.... i need Javascript Validations...these validations by using [B]onchange or onblur[/B] events..i mean when focus out from a textbox or any field then immediatley shows the error msg and focus will be at error field(not after submitting the form)..i want error immediatley focus out from the field...plz provide 4 …

Member Avatar for Sam_john_2010
0
112
Member Avatar for VenusCrystal

Hello everyone... I'm learning jquery from 3 days using online tutorial.. Can anyone tell me why is it that the carousel on page [B][url]http://web.enavu.com/demos/3dcarouselwip/[/url][/B] works on firefox and chrome but not in IE?

Member Avatar for pritaeas
0
104
Member Avatar for srdva59

hi, i need creat some elements for example textfield and a combolist using dom. what i find so far was very complex examples that don´t do what i need that is only creat a text field and a combolist with custum values inside. any one can help me? thanks a …

0
49
Member Avatar for Venom Rush

Hi all I'm having serious issues trying to get [URL="http://cherne.net/brian/resources/jquery.hoverIntent.html"]Hoverintent[/URL] and Mootools 1.2.4 working together. I've tried using the [URL="http://api.jquery.com/jQuery.noConflict/"]noConflict code[/URL] from jQuery's website but it still won't work. How and what must I modify in Hoverintent to get it to work with Mootools?

0
81
Member Avatar for azegurb

hi all, i have a code that add dynamic row and it has an option that it allow to delete rows by checking checkboxes. can anyone help me to check all checkoboxes at here is my code [CODE]<HTML> <HEAD> <TITLE> Add/Remove dynamic rows in HTML table </TITLE> <SCRIPT language="javascript"> function …

Member Avatar for lambing
0
133
Member Avatar for EverWebby

Maybe someone can figure this out because I sure have been having problems with it. I am looking to have a javascript that can be included a page that can highlight or set a border for a the div, p, span, or img DOM element when clicked on. Now this …

Member Avatar for hielo
0
206
Member Avatar for tommytom70

I'm really new to javascript how do I make it that when I click a button a number on my page in the <p> tag with the Id of num gets 1 added to it so it i like 2,3,4,5 each time I click

Member Avatar for tommytom70
0
168
Member Avatar for sharonig

Hi, Where can I get the DataPager (js) code? I'm not using .net 3.5, but would like to take a look at the implementation. Thanks, Sharon

0
59
Member Avatar for niche1

[url]http://www.lincolnsrealdeals.com/loc2f.php[/url] produces three javascript errors: Line 49, Column 27: character ";" not allowed in attribute specification list Line 49, Column 27: element "innerdivs.length" undefined Line 54, Column 9: end tag for "innerdivs.length" omitted, but OMITTAG NO was specified What are the errors really saying?

Member Avatar for niche1
0
85
Member Avatar for sanv

Hi, I have a table in a database that gets populated by a client application. Whenever an entry is written to the table I want to fetch the data (which contains the longitude and latitude) and display a marker on Google Maps. I am using the Google Maps Javascript V3 …

Member Avatar for pritaeas
0
100
Member Avatar for hajjo

I am copying from microsoft word a simple word into my application(rich text editor).. i get special characters added to it. how can i get rid of them? how can i solve the issue? thank you

Member Avatar for hajjo
0
62
Member Avatar for Venom Rush

Hi all I have multiple select boxes that have various options such as 'bangles', 'rings', 'earings' etc and I have a div that doesn't display until an option has been selected from one of the select boxes. If the option 'rings' is selected I don't want to display the div …

Member Avatar for Venom Rush
0
164
Member Avatar for MDanz

i have a form that i'd like to duplicate on the press of a button? [code] echo "<form enctype='multipart/form-data' action='rapidinsert.php' method='post' name='changer'> <br /><br /> <font color='#D99C29' face='Arial' size='3px'>Add Noun </font><input type='text' name='noun' value='' size='30' /> <input type='submit' value='Submit' style='font-size:10px' /> <input type='submit' value='Add form' style='font-size:10px' /> </form>";[/code] How do …

Member Avatar for Stefano Mtangoo
0
97
Member Avatar for jfarny

Hello, I am currently developing a review site that requires displaying video reviews. I have created a PHP page that successfully retrieves all records from my video database called reviews.php. I have also created a page that a user gets redirected to when he/she selects a video entitled watch.php. The …

Member Avatar for jfarny
0
985
Member Avatar for jianwu_chen

I'm trying to put some text which will confuse HTML parser inside the CDATA section for javascript to access. But seems it won't work in both firefox and Internet Explorer. In Firefix, it will treat it as comment, it's still possible to remove the <!-- and --> go get back …

Member Avatar for julesmanson
0
1K
Member Avatar for Flexor123

Hi I'm trying to create a professional looking JQuery Slideshow for the website I am currently working on. I know the basic syntax of JQuery and could really use some help on how to create this. I have tried making one using JQuery and CSS, but it ultimately did not …

Member Avatar for pritaeas
0
86
Member Avatar for blackoprogue

I'm new to javascript but have managed to create the following with tidbits from the web....What I can't get done is how to get the function refresh to stop after X amount of times or X amount of time. Any help would be greatly appreciated. [CODE] <html> <head> <title></title> <style …

Member Avatar for hielo
0
144
Member Avatar for technical_amit

Hi guys, I am developing an invoice project. I am calculating amount of each section and assigning in grand total. For multiple invoice body section, I am adding dynamic html code using jquery append function. I am successfully added section and removed. When I added new invoice body on click …

Member Avatar for technical_amit
0
1K
Member Avatar for Acute

hi everyone, i have a login form on index page, and the login form needs some jquery, so after user has pressed login button (and successfully logged in) another page loads in. And this new loaded page also needs jquery, it means i have to load jquery.js file again. So …

Member Avatar for pritaeas
0
55
Member Avatar for aqhulcus

hi i can't seem to find the part that i'm getting wrong below, but i've narrowed it down to the bit where i'm trying to pass the querystring forward in file 2 in file 2 i'm using $_GET to grab the key from file 1, echoing it as a HTML …

0
56
Member Avatar for manjarivatsa

I have developed an interface in javascript.It has various drop-down menus.Now I want to connect these menus with data forms.Later I want them to save the data form file.Please suggest me how to connect them,so that a save file message is popped up.

0
38
Member Avatar for Muhammad shah

Hello any one please tell me how to select and unselect all images in javascript just like checkboxes

Member Avatar for Chokladkakan
0
142
Member Avatar for kcgagne

[code] <script webstyle4>document.write('<scr'+'ipt src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt src="tea.js">'+'</scr'+'ipt>');/*img src="tea.gif" moduleid="Tea Project (Project)\tea_off.xws"*/</script> [/code] I have just taken on the maintenance of an existing site that was built using Dreamweaver. I do not use front-end builders, so the code above has me confused. I understand the scripts, but not some of the other stuff. …

Member Avatar for John Inglemann
0
119

The End.