15,127 Topics
| |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
Hello any one please tell me how to select and unselect all images in javascript just like checkboxes | |
[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. … | |
Hi, I'm trying to create a javascript plugin but the problem is that the users of the plugin will most likely keep the plugin in another folder than me. So my options is to either let the user set in the plugin's directory in a variable into the javascript itself … | |
Hi guys, I was wondering if it was possible to call a specific PHP function using AJAX instead of calling a whole page. An example: [code] function MakeRequest() { var xmlHttp = getXMLHTTP(); xmlHttp.onreadystatechange = function() { if(xmlHttp.readyState == 4) { document.getElementById('provinceDiv').innerHTML = xmlHttp.responseText; } } xmlHttp.open("GET", "FindProvinces.php", true); xmlHttp.send(null); … | |
Why is that when i click the button the sound will not play when i hide the player? I want the player to be hidden. I want when i click the button it will play. Please help me solve this problem. thank you.. some codes please?... thnx | |
Hello. i need your experience so that's what i want: first i don't know ajax but i know that ajax maybe what i need because i want to build a dynamic web page that it's composed from 4 categories each one a bloc so i have 4 bloc in each … | |
Does anyone know? I dont have experience in jquery , and as far i know by default all panels inherit the height of the 1st panel ,depending of the quantity of the content inside it. In the content of each panel will be dynamic content, of different size thats why … | |
My goal is to preload these images for an image swap on the page. It runs on body load but I'm not quite sure why it doesn't work... [CODE] function preload() { imageObj = new Image(); images = new Array(); images[0] = "images/globe2.jpg"; images[1] = "images/stickme2.jpg"; images[2] = "images/monitor2.jpg"; images[3] … | |
Hi everyone, i have a piece of javascript that calculates 2 input fields (price * qty) whenever i type in the input field (qty) that uses this : [CODE]onkeyup="update(this);"[/CODE] Now what i want is to execute this handling when the page loads, because sometimes there are already values (php & … | |
Hi I have a photo gallery... I was wondering if its possible using DOM scripting, to dynamically add a div around an existing image, making the new div the image's parent?! Thanks | |
In the code below, I am using QueryString to check the variable status. If it is 'success' then it should display "deletion successful". I am passing url = [url]http://localhost:9999/EmModule/EmpForm.jsp?status=success[/url] But, it is not displaying any alert. Note: I am using JSP page, and am rookie in it. Thank You [CODE]<html> … | |
HI I am trying to get rid of this warning over and over. My pages are located in directory WEBSERVER\APPLICATIONS\WC Master pages in WEBSERVER\APPLICATIONS CSS and Javsasripts are in WEBSERVER and in css I have background:url(Images/GlowTab.png) no-repeat right top; Dont know even though the image gets accessed by Https. why … | |
I'm using an image as my submit button. I want it to check to ensure all boxes have a value before submitting (I will make the verification more stringent later), and if there is none, to cancel the form submission. I created a readonly input box that changes from white … | |
It's not really a big problem but my code keeps spitting out this error on mozilla when the auto fill boxs pops up on a form feild does anyone know a fix for it? [code] Error: uncaught exception: [Exception... "Cannot modify properties of a WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS … | |
I am trying to set up the code so that the it takes the user from one form to a thank you page, then to another form and have some of the info from the first (last name, first name, email) into the second. I managed to get the code … | |
I set the min-height of an object on my page based on the size of the window. It works perfectly in all browsers but IE (of course). How can I fix it? [CODE] function resize() { document.getElementById('container').style.minHeight = window.innerHeight + "px"; } [/CODE] The function runs on body load and … | |
How to use a function in javascript to embed a sound file? There is an event that when you click a button then it will play the song. Please help me with this. Thank You!... | |
I have 2 java Servlet files EmpRecord & Delete. Employee has a button of delete, on clicking it....page will be redirected to Delete.java Here the record will be deleted. Now, I want to redirect Delete.java back to EmpRecord.java where the message "Record deleted" will be displayed. How can I pass … | |
So basically guys, the datepicker is connected to three fields (drop downs for..) [Month]/[Day]/[Year]-[Datepicker(Calendar)] now I just wanted to get the dropdowns' values and pass it on a textbox (namely: selectedDate - you can see below) having a format of [[U]mm/dd/yyy[/U]] thanks for the help experts. Code from [url]http://keith-wood.name/datepick.html[/url] [CODE]// … | |
I have an "input" page that allows someone to check a box which activates a datetime function, the page then returns to a display. My problem is that the input page can be relaoded and the box reticked, overwriting the displayed datetime. As the page reloads with the box showing … | |
I'm writing a form that will include a place to upload a pdf. I would like the upload section to be a separate form in a popup. After the user successfully uploads a file I want the original form/window to update with a link to the uploaded file and a … |
The End.