15,116 Topics

Member Avatar for
Member Avatar for brown23

Guys, I'm having a little bit of a problem trying to display something when the URL is a specific one. Basically purely for examples sake, if the URL is [url]http://www.mydomain.com/hello.html[/url] I want it to display "Hello", and when it isn't I want it to redirect to another page. I know …

Member Avatar for brown23
0
140
Member Avatar for ameyanatu

hello Friends i m having problem My Query that on a classic ASP page i have a form. In that form one drop down list is there. If i select any value from this list menu Then this selected value should check with database and pass value to the textbox …

Member Avatar for @developer
0
105
Member Avatar for jonnypixel

Hi, Im trying to run a MYSQL query to check if the input value exists first. A user fills in an input field and clicks "Add Tag" The java script on the same page checks the MYSQL table if that tag is already there and if so returns a faded …

Member Avatar for jonnypixel
0
699
Member Avatar for jonnypixel

Hi, i have two scripts, One holds the form and the other the php Query process. Im using a small piece of javascript to POST the value to my php Query process script but im finding it difficult to display a result by fading in a div based on the …

Member Avatar for jonnypixel
0
4K
Member Avatar for Quantum++

How can I find/program a list of: We only operate with natural numbers. 1. The prime numbers < 10 000 2. x = a^2 + b^2 < 10 000 3. x = a^3 + b^3 < 10 000 4. x = a^2 + b^2 + c^2 < 10 000 5. …

0
63
Member Avatar for Pityu

Hey. I have developed a jquery snippet, that creates a cookie if a window is opened. If only one is opened, and the user is attempting to close it, a confirm will show up to the user to log out first. I would like to create an if, that will …

0
42
Member Avatar for zikalkis

Who shall and in which language convert this VBA UDF Code to be applicable for the application forms? [CODE=text]Function Tryme(mycell) mylen = Len(mycell) For j = 1 To mylen mytest = UCase(Mid(mycell, j, 1)) If InStr(1, "AIJQY", mytest) > 0 Then mysum = mysum + 1 ElseIf InStr(1, "BKR", mytest) …

Member Avatar for zikalkis
0
110
Member Avatar for vishalkhialani

Hi, I have the below code and it works fine except the part where I need to access data.Picture. I know its a syntax error but I can't seem to understand what. [CODE]$.post("rpc.php",arr, function(data) { $('#dorants').append(data); $('#dorants').append(data.Picture); [/CODE] Like always appreciate the help :)

Member Avatar for vishalkhialani
0
104
Member Avatar for Mexxman

Hi to all. Please help me add xml file to jquery slider. I want to show image from xml file. For example I have Nivo slider because they have a good transition effect. I'm a noob in Javascript and because I here. And xml file should look like this: [CODE] …

Member Avatar for naive_kumar
0
94
Member Avatar for mdew_47

Dear All, This website has taught me lot of things since i was an engineering student. Now again i am back with a new question...... I need to read the contents of the jsp page that is using JSF framework through the Javascript. Any help for starting the thing will …

Member Avatar for mdew_47
0
231
Member Avatar for george61

Ok if you visit [url]http://www.miniclip.com[/url] you'll notice that there is some kind of flash rotator on the home page. This is my code attempt to move between preloaded swf animations using javascript. I've tried giving id of the object or embed but this won't help. Of course this is not …

Member Avatar for george61
0
150
Member Avatar for feoperro

Hi, After completing a PHP website, with html, javascript and mysql connections - What can I do to ensure good security and what threats should I be aware of? Thanks, Ashton.

Member Avatar for diafol
0
96
Member Avatar for Luckychap

Hi all, I want help from all you wonderful guys. I want to know how can we free memory occupied by an Array. That means all the elements associated with this array should be deleted. let say: [code='javascript'] var bigArray = ["313123", "123123", "sadasd",.........................]; [/code] So which will be the …

Member Avatar for Airshow
-1
367
Member Avatar for serkan sendur

for(var i = document.getElementById("tableId").rows.length; i > 0;i--) { document.getElementById("tableId").deleteRow(i -1); } I had to write this because it took me an hour to find out the error about deleting rows from an html table by javascript. If you do this it generates an error : for(var i = 0; i …

Member Avatar for bertyhell
0
51K
Member Avatar for SiobhanyScot

Looking to do a similar map. Can anyone give me the basics/tips? [url]http://omalley-supporter-map.heroku.com/[/url]

Member Avatar for Airshow
0
71
Member Avatar for silkyheart

How can i randomize the color of each cell using Math.ceil(Math.random())? this is the code: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <style type="text/css"> body { margin-left: 20%; margin-right: 20%; } h1 { font-family: jokerman; text-align: center; } td { border-style: outset; border-width: 5px; border-color: gray; …

0
51
Member Avatar for yopirates

hey guys i tried using mouseout and mouse over in full calendar .But i am able to get mouseover but then after mouseout is not working .Help me in fixing this issue Try this code in firefox For any other necessary plugins visit :[url]www.arshaw.com/fullcalendar[/url] [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

Member Avatar for AlexVercetti
0
12K
Member Avatar for silkyheart

what's wrong with this? >.< [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <style type="text/css"> body { margin-left: 25%; margin-right: 25%; } h1 { font-family: jokerman; text-align: center; } td { border-style: outset; border-width: 5px; border-color: gray; font-family: courier new; } </style> </head> <body> <h1>Multiplication Table</h1> <br …

Member Avatar for @developer
0
179
Member Avatar for murari1011

hellooo... in my website tabs are working in IE i can open and access the tab content..wer as in firefox i am unable to open... the code was in js and html

Member Avatar for Graphix
-1
28
Member Avatar for Cool&Awesome

Hi guys, Can anybody help me on this one...I have a button which when is hovered, triggers an action. But I'd like it to repeat it for as long as the button is hovered. I'd appreciate any solution, be it in jquery or pure javascript - here is how my …

Member Avatar for Airshow
0
140
Member Avatar for ppohlmann

Hello all, I am stuck here with a problem. I want to check if someone enters a negative score on a multiple form page. I want that the edit field is red color if the score is negative. I call htis function with the onblur event input name="pickscorehome" type="text" class="pickedits" …

Member Avatar for Gerbiler
0
115
Member Avatar for BalagurunathanS

Hi Friends.. In my web application(ASP.net), i need to disable the "Back" button in the browser.Moreover i also need to disable the Backspace key in my keyboard when my web page is run..How to do it with javascript..? Someone help with javascript as early as possible.. Regards, Balaguru

Member Avatar for @developer
0
1K
Member Avatar for genzoman

I have a user name, password, phone number etc., that all need to be validated before being submitted. The functions filter out the unwanted characters and null and zero length strings. I did have a pop up that listed the errors but I would prefer them to be listed below …

Member Avatar for genzoman
0
188
Member Avatar for omaiaa0p

Hello Everybody, The good news is, I got the ajax jquery to work fine :) The problem is, I cant get top.location to work right after the ajax call. [CODE]$.post('ajax/test.html', function(data) { $('.result').html(data); });[/CODE] In that piece of code, how do I send (data) from my servlet? Is it in …

0
45
Member Avatar for EZ Fanpage

Hai all, I need help on a simple CSS problem. I'm using the clicktohide and clicktoshow for my fmbl page but it seems that the first page is not showing. The site is here [code]http://www.facebook.com/pages/EZ-Fanpage-Mini-Site-Sample-1/162645693772019?v=app_7146470109[/code] Can anyone help me? I wanted to post the code here but the code is …

0
41
Member Avatar for vishalkhialani

Hi, Below is my code which I am using to remove a div tag. I also want the script to add the same div tag later once certain conditions are meet. The div has some preloaded content too which I don't want to loose. I tried the add() function but …

Member Avatar for vishalkhialani
0
165
Member Avatar for prathameshz

i had developed the site [url]http://www.wooadvertising.in/[/url] . this is the horizontal scrolling website. normaly the website is work properly but when i resize the window all the content in the site mixup.. what i do to solve this problem.. plz check this site by resizing the window. can any one …

0
59
Member Avatar for sagarkalokhe09

I am working on the one project & in that project i have use a link button for navigation & on that click event I use a Response.redirect() method; when i try to navigate in project on localhost server every thing is OK but after deployment in production enviroment i …

0
41
Member Avatar for mklein

Dear all I came across the following very simple code for dragging a square around using javascript. It is drawn on the html5 canvas. Despite being very simple it has certainly exposed some gaps in my pretty flakey javascript knowledge. I am generally ok with the idea of drag and …

Member Avatar for Graphix
0
145
Member Avatar for swathiseshan

how can i extractthe value of a javascript variable and use it in a xml stylesheet??

0
36

The End.