15,120 Topics

Member Avatar for
Member Avatar for JayGeePee

When a member signs up there asked to enter an email and verify. When they click the verification link in there email there taken to step 2 which is where they enter there info. In the info page I have an privacy policy link, which displays this way. [CODE]<h3><span class="underLine"> …

Member Avatar for @developer
0
135
Member Avatar for kiranbvsn

hi all, i've one problem with the jquery i am hiding a <div> using style=display:none; and when i clicked a button whose id is lnkbtnUnitAdd, i want to show the above div but i've written some code on OnClick event of the button, since the below function is returning false, …

Member Avatar for kiranbvsn
0
315
Member Avatar for Mattan360

Hi! I'm trying to login to my website throught my program, to do that I need a password and username. The password is encrypted using C# SHA256 but on the server it uses an javascript code I got from the web. My problem is that my C# Hash differs in …

Member Avatar for kvprajapati
0
2K
Member Avatar for public-image

Hi Guys! :) Erm im using JS to make divs on my site draggable, but I dont want my divs to go beyond a certain boundry as such, I was wondering if any of you could maybe help improve the script I am using (included below) so that users must …

Member Avatar for Airshow
0
152
Member Avatar for omaiaa0p

Hi everyone, So this is a game which I would like learning to modify it It's basically a rocket that should get to the base, I want to change it to a person that just walks right and left and when collided to the base, an alert shows up. The …

0
67
Member Avatar for WebKoller

Hello. I am using MYSQL to store articles. I wanted to present the articles in order by id, then let the user choose one of them and send the id of the article to another php page for processing, using ajax. To do so i have placed a simple form …

Member Avatar for Airshow
0
1K
Member Avatar for bwallace

We have this script that makes the photo change when you mouseover different items on the list. How can we make the photo link change as well? For example, how can we make the photo link to Yahoo when we hover over item 1 but to Google when we hover …

Member Avatar for Kraai
0
90
Member Avatar for saad749

I am trying to create a Unit Converter. My Idea is to have a select box at the top to select Length/Temp etc. which will populate the two select boxes below with appropriate units. The below code should Work only for Milimieters to Milimeter, Meters and Kilometers. It should show …

Member Avatar for saad749
0
216
Member Avatar for dan3423

All I'm trying to do is set up a simple slide show using the commands Start,Pause,Faster and Slower to go through a couple slides but I'm having trouble getting it set up. <html> <head> <script type="text\javascript"> var showing=null, // Is the showing going? no - null pause=true, // Does the …

Member Avatar for Airshow
0
68
Member Avatar for moerkel

Hi, I have a script to save Google Map markers in SQL. The datas from "type" and "type2" should be compared to datas in existing table "type_table" Unfortunatly the script does not save the datas. I always get the echo from "if($num_rows==0)", even if the gives datas from the formular …

Member Avatar for Airshow
0
110
Member Avatar for cfhjag

Hi all, I basically want to create a webspace to which I can easily save images to, similar to svpply.com and ffffound.com. The way they work is that you create an account, you get a link which you keep in your bookmark bar and when you click on the link, …

0
55
Member Avatar for minimogul

jquery slideshow works in dream weaver but doesn't work at all in the browser. I can't even see the pictures of the controllers for the slideshow. I can see the first image in it and thats about it as you have to click on a button to get the second …

Member Avatar for minimogul
0
110
Member Avatar for brown23

Guys, Does anyone know a redirect script that [b]leaves[/b] the referrer in Internet Explorer? [CODE]<script type="text/javascript"> <!-- window.location = "http://www.google.co.uk" //--> </script>[/CODE] The above script doesn't leave a referrer in IE (there's a surprise!)... ideally it would need to be JavaScript based because I need to make sure the user …

Member Avatar for brown23
0
141
Member Avatar for dk4210

Hello Guys, I have an upload button (ajax) that allows users to upload multiple files to a temp directory. I am trying to figure out a way to have php/ajax count the amount of files and when it reaches say 5 images that the upload button disappears. I do not …

Member Avatar for dk4210
0
152
Member Avatar for vedmack

Hi my file is located at c:\AdminFiles.xml i tried the following ways window.open("c:/AdminFiles.xml",'HeavyXml'); window.open("c:\AdminFiles.xml",'HeavyXml'); window.open("c:\\AdminFiles.xml",'HeavyXml'); in the above i'm getting the following error: "Firefox doesn't know how to open this address, because the protocol (c) isnt associated with any program" window.open("file:///c:\\AdminFiles.xml",'HeavyXml'); the last attempt give to respond at all... any …

Member Avatar for delomos
0
274
Member Avatar for miss.noir

Hi there, For University, I have to do a reassessment project whereas by I create a web-based cocktail maker. My issue is I really do not know where to start with it. I was wondering if anyone would be able to kick me off and point me in the right …

Member Avatar for richy90
0
271
Member Avatar for nmoudgil

I have searched quite a bit online. And can't really find an answer. I did implement a solution using window.setTimeout, but doesn't really seem to work. Here is what I want. I click a button and run about 10 javascript functions all together. These are time intensive functions that connect …

Member Avatar for scrappedcola
0
232
Member Avatar for Russ_Kauk

Hi! This is my first post in this forum. Thanks in advance to anyone who can help with this! I hope this makes sense. I'm also relatively new to PHP, so I hope I have used terminology correctly in describing the problem. I am not sure how to accomplish what …

Member Avatar for Russ_Kauk
0
192
Member Avatar for arctushar

Hi I m finding for a solution. But this is very critical I think. Though its very critical, I hope you will solve this. problem is as below I have 5 divs with no ID. say as [CODE] <div>The quick brown fox jumps over the lazy dog<input name="" type="button" /></div> …

Member Avatar for mahavir123
0
283
Member Avatar for nicolechuah

<html> <head> <script type="text/javascript"> function insRow() { var x=document.getElementById('myTable').insertRow(1); var y=x.insertCell(0); var a=x.insertCell(1); var b=x.insertCell(2); var d= '<input type="button" value="Delete" onclick="deleteRow(this)">'; var e= '<input type="text" id="answer" />'; var f= '<input type="text" name=num; id="answer1" />'; y.innerHTML=e; a.innerHTML=f; b.innerHTML=d; } function deleteRow(r) { var i=r.parentNode.parentNode.rowIndex; document.getElementById('myTable').deleteRow(i); } function check(browser,browser1) { document.getElementById("answer").value=browser; document.getElementById("answer1").value=browser1; …

Member Avatar for Shuel
0
140
Member Avatar for nonshatter

Hi all, I have a simple problem. I have this javascript code which I'm using for collapsible tables: [CODE] <html> <head> <script type="text/javascript"> function getItem(id) { var itm = false; if(document.getElementById) { itm = document.getElementById(id); } else if(document.all) { itm = document.all[id]; } else if(document.layers) { itm = document.layers[id]; } …

Member Avatar for Airshow
0
140
Member Avatar for public-image

Hi Guys :) erm Im not the biggest on Javascript its more like a second language unlike PHP and HTML erm anyway, I am trying to redirect users with Javascript, the reason I am using javascript is so that users don't see the URL, its more of a precaution on …

Member Avatar for Airshow
0
222
Member Avatar for happygeek

How do you create a mission-critical website providing exceptional performance yet at the same time being flexible, reliable and scalable? That's the question that Kyle Loudon, a software developer and manager of a user interface development group at Yahoo!, sets out to provide the answers to in his book: Developing …

Member Avatar for Devendra_WIPRO
0
489
Member Avatar for alexia_net

Hi. I have created a form with 4 textboxes and one listbox. What I want to do is for every record which i select from the list to populate the boxes with information from a MySql database. I have managed to do this for one textbox, but i have a …

Member Avatar for alexia_net
0
114
Member Avatar for dinoboy

Hello folks I am trying to get a PHP variable to pass values to a sample javascript but nothing shows up if I tried to echo the result. I tried passing regular strings as arguments and those worked fine. It just doesn't seem to be working if I tried to …

Member Avatar for Dragonbaki
0
192
Member Avatar for kooia

Hi everyone, I'm completely new to javascript, and I was working on a project that's supposed to overlay an image when mouseover occurs. When you mouseover, it shows the image, but then when you're moving your mouse over that area, the overlaid image flashes. I think maybe this should go …

Member Avatar for R0bb0b
0
1K
Member Avatar for anandhikrishnan

Hi All, I have a app.js file. In that for a textarea if i entered data with single qoute eg: TEST'S it gets stored in DB as TEST'S to avoid DB problem. I return the textarea value from java file in json array to app.js. If the array name is …

Member Avatar for anandhikrishnan
0
121
Member Avatar for feoperro

Hi, Say for example I have a page with 100 includes. How would I reload just one of them? Say I ran an ajax script that did certain tasks on the server side, but I didn't want to display the information by setting it in the ajax script - Instead …

Member Avatar for diafol
0
4K
Member Avatar for mini programmer

[B]Hi to all, I have function (called [I]Cal()[/I] ) which is in another function that called when the page is [I]onload[/I]. [COLOR="Red"] The problem is the [I]Cal()[/I] should call when the button is [I]onclick [/I]. but in the program, it can't work ,[/COLOR] [COLOR="Green"](I attaches file )[/COLOR] Can any body …

Member Avatar for mini programmer
0
110
Member Avatar for irandokht

hi dear i want put a dynamic menu on website .i use cuffecup freeDHT for it. now How can I generate code in the program I use to have dynamic menu? Please explain with examples

Member Avatar for fobos
0
94

The End.