14,053 Topics

Member Avatar for
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
160
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
143
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
587
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
718
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
122
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
Member Avatar for kimayarani

I am working in dreamweaver and want to have a page that opens with pictures that change to a new one every time that you mouse over. There are around 3 or 4 different pictures, and after the last one, it can go back to the beginning. Or, it could …

Member Avatar for Airshow
0
90
Member Avatar for Helban

I would like to find a snippet of code to us in page using Javascript or JQuery. the function of the code is to make text appear weekly. Like random text or random image but I would like to control the text according to the week within the year ie. …

Member Avatar for Airshow
0
165
Member Avatar for lakodajin

Friends , I wana know that how we can change text symbol in password field by using JavaScript. I mean by default there is filled circle , but I want "*" this symbol.

Member Avatar for almostbob
0
4K
Member Avatar for fellathedog

I have a validation function and the this is the last thing it does. [code = var mytext=document.getElementById("sizip") if(check5(mytext,"Zip Code must be 5 digits.")==false) {mytext.focus();return false;} function check5(mytext,alerttxt){ var re5digit=/^\d{5}$/ //regular expression defining a 5 digit number if (mytext.value.search(re5digit)==-1) //if match failed alert(alerttxt);return false; ] It will validate ok, if …

Member Avatar for fellathedog
0
80
Member Avatar for leron

I have developed web server with redirecting if resource isn't exist. It made by such html, that returning instead resource(img or style file): [code] <html> <form name='myform' action='http://[some address]> [inputs with another answer] </form> <script language='JavaScript'> document.myform.submit(); </script> </html> [/code] its works perfect if you go to this resource by …

Member Avatar for chandru7
-1
62
Member Avatar for kjelle392

Hello all. I try to learn some Ajax, but find it some difficult. The task I'm trying to do, is to use Ajax to register a new user for my application. The problem is that the request don't seem to pass the POST-variables to the php-script on the server side, …

Member Avatar for Thirusha
0
159
Member Avatar for antonwildcam

[B]Hello EVERYONE! [/B] Could anyone know the script code for a [B]WEBPAGE ON TOP OF A WEBPAGE[/B]? The site was not working anymore, so I can't tell you the link. This is what I saw, When I visited the site (Mainpage) There's just a Welcome Image that shows [I]CLICK HERE …

Member Avatar for Thirusha
0
71
Member Avatar for ijazkhattak

i have a database, a page which get the data from database, and ajax code which modify the data(here adding as a friend).. LOGIC i succesfully get the data using php and in while loop(fetch_assoc) i get the email of the person who want to add other person as a …

Member Avatar for Thirusha
0
81
Member Avatar for ch_nilanjan

Hi, I have populated data in html table. Now I have to retrieve the value from this table, row-wise. How can i do this. Please help...

Member Avatar for Thirusha
0
87
Member Avatar for mlohokare

Hi, I am new in Javascript. I want to add few lines for content, which is already present, using Javascript. HTML code : [CODE]<html> <head> <script type="text/javascript"> function test() { t = document.getElementById("p123"); w = t.width; h = t.height; </script> </head> <body onload="test();"> <p><img alt="Graphic" id="p123" src="image1.gif" /></p> <p>TEST</p> </body> …

Member Avatar for Thirusha
0
162
Member Avatar for beattsme

Mod please delete this duplicated thread :S 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. Mod please …

0
49
Member Avatar for grympel

What I'm trying to do is to automaticly redirect the contents of a div tag after it has been changed by a ajax call. Javascript: [CODE]<script type="text/javascript"> function ajaxSwap(div,func_id,args,dlay){ var xmlhttp; if (window.XMLHttpRequest){ // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else{ // code for IE6, IE5 …

0
46
Member Avatar for avirag

Hi all, Can anyone tell me HOw to make a batch file for creating a shortcut on desktop in HTML....? Well i made a application in HTML, and i put this application in CD, now i want that when user run that CD, So Cd will automatically create a shortcut …

Member Avatar for avirag
0
76
Member Avatar for abhax

Hey all, i have been using php for past one month only and now im using javascripts with php too... but my javascript functions have grown out of proportion ... I want to make a SEPARATE file for JAVASCRIPT just like we do it for EXTERNAL CSS... how can i …

Member Avatar for cwarn23
0
172
Member Avatar for yaragalla_mural

Hi i am new to ajax and i am little bit confused with the word asynchronous. why is the word asynchronous used for ajax? what is it not in sync with? somebody pls expalin me why the word asynchronous? and how is it justified in ajax? Thanking you in advance.

Member Avatar for yaragalla_mural
0
331
Member Avatar for SKANK!!!!!

like i need to copy something to my clipboard by pressing a button. i can echo the value into a hidden form input field i guess. how can i get the value copied to clipboard?

Member Avatar for SKANK!!!!!
0
137
Member Avatar for Pleasant Day

I have a web site that uses some code to put adds into the page, but my adds are not centered, whats the code to make it be in the center of the page, at the moment its to the far right for some reason, I want to try and …

0
57
Member Avatar for dmmajorstudent

I am trying to create this form page where NO inner HTML is used. This is what i have so far and I am still trying to get a phone number code with at least ONE dash as well as a valid email address input. How do i generate this …

0
68
Member Avatar for neogy

Okay I have an issue....I have two things I want to happen on the same page....I have a slide in menu (Jquery contact form) where people can write me an email and a FancyBox gallery.. But these two javascripts wont play nice...if both are enable as they are now, The …

Member Avatar for Airshow
0
151
Member Avatar for jimmiller96

Hi All, This should be an easy one. I am using a single OnChange event with several <Select> statements, and need to identify the specific <Select> control that fired off the onchange event. I'm certain there must be a way to grab the ID or Name from the specific control …

Member Avatar for jimmiller96
0
88
Member Avatar for SKANK!!!!!

[CODE]<script type="text/javascript"> function placeIt() { if (!document.all) { document.getElementById("top_bar").style.top = window.pageYOffset +"px"; // For Mozilla etc. } else { document.getElementById("top_bar").style.top = document.documentElement.scrollTop +"px"; // For the IE... } window.setTimeout("placeIt()", 1); } </script> <body onload="placeIt()">[/CODE] i got that code. it works perfectly in firefox, but it doesnt stay at the stop …

0
63
Member Avatar for omsoni

Hi, I have a javascript error in my home page. Which is annoying. I am having hard time debugging it. Please help. [url]www.dealpigeon.com[/url] FF is not showing it. IE7, 8 shows the error. I just launched the website and I do not want users noticing an error. Thanks in advance.

Member Avatar for almostbob
0
81
Member Avatar for LizzyJo

Hi there everyone. I have a problem with the JavaScript code for my aggregates workings for my course. I have worked out with some help how to input a number, click a button and get the number to appear in a listbox. I also had to get the Reset button …

Member Avatar for LizzyJo
0
115

The End.