15,694 Topics

Member Avatar for
Member Avatar for love_dude1984

hi.. i want to know how we can attach a ext. javascript to server controls like buttons or Imagebuttons. cause in my app. im using few image buttons. i want to change the image of image button on mouseover event, but when i try to write properties in my source …

Member Avatar for chandru7
0
152
Member Avatar for paulious1983

Hi, i am trying to use Dreamweavers Spry menu tool to create a horizontal menu. The structure and links all work fine but in the submenu dropdown box the background colour only extends as far as the text within and the rest is left white (using IE 6). This doesn't …

0
96
Member Avatar for naziatarannum

Hi All, I need to track the number of times a link is clicked/file downloaded & capture this info in the database. please advise urgently..

Member Avatar for chandru7
0
79
Member Avatar for LizzyJo

Hi all. :icon_smile:I am having problems with my form validation and getting it to run. I also have been unable to get the last page update to display at the bottom of the screen:icon_redface:. Is anyone able to help me to get these things to work - I am getting …

Member Avatar for Airshow
0
150
Member Avatar for CommDave

Hello! Below is a part of an html document where I need to save myself time in having to manually put in the number in the p class="ArtNumbers" section. Thank you very much, I'm grateful for your time.[code]<td><p><img src="Food2/SF_Food_01.jpg"></p> <p class="ArtNumbers">1</p></td> <td><p><img src="Food2/SF_Food_02.jpg"></p> <p class="ArtNumbers">2</p></td> <td><p><img src="Food2/SF_Food_03.jpg"></p> <p class="ArtNumbers">3</p></td> <td><p><img …

Member Avatar for CommDave
0
137
Member Avatar for Agent Cosmic

[CODE=javascript]clock(); function clock(){ var d=new Date(); var hour = d.getHours(); var minute = d.getMinutes(); $('#hr1').css('text-indent', '-'+hour.charAt(hour.length-2)*50+'px'); $('#hr2').css('text-indent', '-'+hour.charAt(hour.length-1)*50+'px'); $('#min1').css('text-indent', '-'+minute.charAt(minute.length-2)*50+'px'); $('#min2').css('text-indent', '-'+minute.charAt(minute.length-1)*50+'px'); clock(); }[/CODE] I need help updating my jQuery clock. setInterval and looping the function doesn't seem to work. The variables are updating well but the css properties are …

Member Avatar for Agent Cosmic
0
166
Member Avatar for valonesal

Ok so I have this script and I cant figure out how to add multiple star ratings to one page. [CODE]<? require "config.php" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="SMARTREVIEWSCRIPT.COM" /> <title>Add Your Review</title> <link rel="stylesheet" href="style.css" type="text/css" …

0
87
Member Avatar for Stefano Mtangoo

Hi Developers Most of the time I'm free, I off the internet. I would like to learn Ajax and JQuery offline. Can someone point me good offline tutorial/free legal book for download? I have googled a lot and downloaded many PDF which are confusing to the beginner at best, and …

0
69
Member Avatar for naziatarannum

I have no idea on AJAX, Can anyone please advise on any reference material as am a beginner?

Member Avatar for Sirabbub
0
102
Member Avatar for Sirabbub

I have firebug installed in my firefox browser, but I can't get console.log, console.debug or console.trace to work. My console window remains empty despite all my efforts. For example I have some code which throws up an alert box ([CODE]alert ('here is an alert')[/CODE] so I know 100% that it …

Member Avatar for Sirabbub
0
94
Member Avatar for awhitley2

I am very new at javascript and programming in general. I am using the following function and 9 more labeled "doAjax1" through "doAjax10" respectively. I have an html file called "ch2_xhrMockServer.htm" that I am calling 10 sets of json data from with the name of each being "response1" through "response10". …

0
40
Member Avatar for shishtawitch

if i have [ if statement ] in my php code than with jquery it is not working...........!! e.g if i have --------------------------- [CODE]<?php if(myquery){ }else{ do jquery here } ?>[/CODE] ------------------------------ but jquery in else area is gone disable how can i fix that.........!!

Member Avatar for gamingdrunk
0
115
Member Avatar for prophetboy

Hi everyone I'm more than a little stuck and would appreciate a hint. I'm struggling to read files in a folder and then pass the variable to the following: </body> <OBJECT ID="MediaPlayer" width=320 height=310 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="video/RC Radio Controlled Model Airplane [from].wmv"> <PARAM NAME="AutoStart" Value="false"> <PARAM NAME="ShowControls" VALUE="true"> …

Member Avatar for johnvarenda
0
105
Member Avatar for gaz

hi i am trying to make a div move but i want to make a loop so i can move more than one. I put the variables into the funtion, it works fine with the destination variables but when put x and y in the function it returned get elementById …

Member Avatar for Airshow
0
55
Member Avatar for PSDtoHTML

It is not hard to convert your design into validate CSS/HTML/XHTML markup, but what makes the difference is how well you are able to do it! Because at last, it is the "quality" of your coding which brings out the performance of the web page, and the reason for which …

-2
66
Member Avatar for PSDtoHTML

Design ideas don't have to be hard to find. For you out there that have specific ideas which are ready to be implemented, you just need someone with the technical know-how to turn them into web reality. Get ideas about the latest web design trends and communications concepts by looking …

-3
53
Member Avatar for basilabraham

Hi, I am trying to load dynamically a consolidated view of different pages. I am using prototype.js to do the ajax loading. In one of my page there is an option button to change the option. and this component should be embedded inside a form to work. As I am …

Member Avatar for Airshow
0
117
Member Avatar for hbk_star2006

Dear Friends!! Please help me i am in problem.. i am a student trying to make a live project i.e website regarding my small town.... my website menu's is not opening in Internet Explorer 8. Allthough it is perfectly opening in IE6, IE7, mozilla and crome. But i dont know …

0
85
Member Avatar for jino

Hi all, I have a dropdown and when the value of that drop down changes corresponding pages are displayed using jquery ajax. My problem is that when i refresh the page standing in the page generated by the ajax , the home page containing the dropdown is displaying instead of …

Member Avatar for pritaeas
0
43
Member Avatar for emmaburge

Hi people Ive been asked to design a music shop - users can listen to cut versions of the songs, and then buy individual tracks or a whole album. This has been completely sprung on me and i have a lot to deal with in terms of payment processing etc …

Member Avatar for pritaeas
0
89
Member Avatar for ramakathare

Dear Members, I am using YUI 2.7 in my application for Tabview, Treeview, History and RichTextEditor. Simultaneously I am using JQueryUI and JQGrid. I noticed that my application is taking some time to render the content. I used [B]Javascript Deobfuscator for FireFox[/B] and I saw that there are two functions …

0
88
Member Avatar for naziatarannum

Hi All, I have a question. How to track the how many times a link is clicked (by any user across the web) in a day? If I use onClick() on href, its of no use because it is only for a single session. Please advise.

Member Avatar for naziatarannum
0
80
Member Avatar for darjana
Member Avatar for FeralReason

I'm looking to put a context-free feedback form on my site (link placed in my navbar) that would cause a small window to pop-up, allow the user to enter feedback and submit. On submit, the window would disapear and the user would remain on the page they were previously on. …

Member Avatar for pritaeas
0
72
Member Avatar for calina

Hi guys I was wondering whether someone could help me with a slight issue I have. I'm trying to set up a quick poll using AJAX which all works fine when using Firefox but running into issues via IE. [CODE] $(function() { $('.error').hide(); $(".button").click(function() { var userid = $("input#userid").val(); var …

Member Avatar for Practicality
0
162
Member Avatar for sanna.s

hello...i m new to the web designing field, currently i m working on wordpress themes for my website, the exact link of the theme for which i m working is{*"http://www.press75.com/the-folio-elements-wordpress-theme/"*},the theme "folio elements" has a image slider and when we click on a particular image it gives us the details …

Member Avatar for WHHG_InMotion
0
147
Member Avatar for davil

I found a great client side image resize solution: [url]http://www.resize-before-upload.com/[/url] but the free version doesn't have form integration, so I copied some ajax code off the internet and integrated it into my PHP - so it just keeps checking for a specific file to be uploaded and then the PHP …

Member Avatar for Airshow
0
589
Member Avatar for mr_scooby

hello, I have this form which has 4 fields that must not be empty on submit, I been trying to make an array that checks them. [code] <form action="login.php" method="post" onsubmit="return(checkAll(this))"> <label>Username<br /><input id="input[]" type="text" name="username" /></label><br /> <label>Email<br /><input id="input[]" type="text" name="email" /></label><br /> <label>Password<br /><input id="input[]" type="password" name="pswd1" …

Member Avatar for mr_scooby
0
733
Member Avatar for carlcarman

the problem I am having is in getting my page to produce an expected delivery date. The calculation function is working fine. I want to use the same id to figure out when the product will be delivered. I know my second set of if statements is wrong but I …

Member Avatar for carlcarman
0
124
Member Avatar for beattsme

Hi, not sure if this is the right area. I want to control where my visitors are coming from. So not visiting from google or their homepage etc etc. i want them to enter the site from one specific site. Thanks.

Member Avatar for Airshow
0
85

The End.