15,120 Topics
| |
Hy , i`m new on the forum , so Hello to all , I want to make a "mini robot" that autocalls it self every night at 12 o`clock , and calls a php function that deletes some records form database on some criteria.My problem is not what the php … | |
hello, i have to find google co=ordinates from given address. so i am displaying google map in popup box but i don't know why google map not loading in popup. but it is working fine in new page.when i am trying to display in popup then only google map diplaying … | |
Hi Am working on a web template similar to this one: [url]http://drupal.org/node/763096[/url] and would like to change the hover color for the menus (in blue with white text). What would be the best color to match if the menu background is left as it is when hovering on a menu … | |
Hello I've got some swf files linked to my website, and currently, when clicking on the link, it opens the content in a new window, however I want to make the file downloadable when the link is clicked, how to do this? | |
To deploy an application in red5 webapps directory, is that something that can be explained in a forum posting? Or would I need to hire a consultant for that? Thanks | |
Hi community, I want to send data from a form on a popup to a form on its parent page. I have checked several approaches, but none of them is working with me. In the end, I've just tried to use an existing example from the web ([url]http://www.plus2net.com/javascript_tutorial/window-child3.php[/url]) but even … | |
Dear All, I have my link [url]http://183.78.169.53/tm/layout.php[/url]. Basically I have two buttons one Add Single and one Add Double. When I press Add Single I want to have a new row with the single drop down list. On the other hand when I press the Add Double I want to … | |
Hi friends, I have a question regarding the option list in HTML pages.... i have 2 items (class, subclass) each of which have some options and hence i created the drop down lists for the 2 items which when selected by user will go the action page and search for … | |
i guys i want to add a image tag on my database so that while filling student form.they can also add image of student by selecting that image from the computer.how can i do this | |
Hi There, I'm trying to reduce the load speed of an ekmpowershop-powered site, and to do this I'd like to combine all of the javascript scripts into one. As I have no idea how to do this, I'm going to try using the jmerge tool. First I need to put … | |
Hello! I am writing a simle extension on Google Chrome. But chrome's extension API is not powerfull enough for my extension because i need file io operations for local files. That's why I need to call functions from dll which i write from javascript. <script type='text/javascript' language='javascript'> var obj = … | |
My website have object required error on line 166, and syntax error on line 4, I cant figure out this error.. Here is the url 3gmobile.co.in and screenshot | |
[ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Page Timed Reload !</title> <script type="text/javascript"> var counter = 1, nor = 0; function startCounter(){ document.myForm.myText.value = counter++; if (counter == 15) { document.location.reload(); nor++; document.write("The page has been reloaded ") + nor + document.write(" times !") } … | |
Hi, Contact form submit not working in some systems, could you please tell me how to solve this. Please check this url: [url]http://www.raaida.com/dev/contactus.php[/url] | |
Onchange of the dropdown list, the textfield should display either "testing 3" or "testing 4" but nothing is happening. [code] <form action='submit.php' method='POST' name='form'> <select name='preset' onchange='preset(this);'> <option value='test1'>testing 1</option> <option value=test2'>testing 2</option> </select> <input type='text' name='big[]' value='' /> </form> [/code] [code] function preset(ele) { if(ele=="test1") { var action1 = … | |
What are window.onblur/window.onfocus used for ???? Please help ! Thanx | |
There is sherical 3D tag cloud which is controlled by mouse speed !!! Does anyone know how to use that in a website !!?? :confused: | |
I was going through a tut on the internet about Cookies in JS. So, they told to use this function "getCookie" ! I used that ..... but I cannot understand the use of regular expressions ie using document.cookie.split !! 'cause as far as I know a cookie is just a … | |
I am learning Javascript, I wrote this JS code and it isn't working as it should be, it is meant to reposition the element square. Here's the code :- [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="test.js"> … | |
hello guys i got a problem that i applied clearabletextfield plugin on my textfield but its css is not been right.i set it on multi-fields but its css is not been set me... | |
Hello everybody, am working on a small php project and in some pages i have dynamic table to read date from another table in MySql database and i added into same table a javascript code for inserting new row. the fields in the table is: Value (input type="text") time (generated) … | |
Haven't logged in to this site for years, and now I need some help. I also don't know if this is the right forum, but here it goes. I'm trying to write a site a hosts some of my own videos. I want to have a list of videos, each … | |
[ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Events !</title> <script type="text/javascript"> window.onload = function() { [B]//Only this occurs[/B] document.getElementById('anImage').onclick = function() { alert('F-14 Tomcat !'); } [B]//This gives the result of the first[/B] document.getElementById('anImage').ondblclick = function() { alert('Not again ! !'); } [B]//Nothing … | |
Hii, I am trying to get a content of a php page(Dynamic) with the help of Ajax by sending Get request to the server page.Like the script should fetch the content of server page (Can be changeable with time )into a certain div tag that i will define. I dont … | |
Hello, I have a js script that produces a calendar and will like to move previous and next. When page loads it checks if month, year is already defined or else use the current month, year. and when the previous button is clicked calculate the previous month and change the … | |
Dear All, I have now got two different types of dropdown list created via php. One is called single and one is called pair. The pair have 2 drop down list. What I want to do is that when I press the button single it will add single row with … | |
For my new code that I'm developing, I have a text box where a user will type in a date as follows: [B]MM/DD/YYYY (e.g. 05/19/2011)[/B] This date then needs to be converted and inserted into a date/time field on a mySQL database. I've been trying to play around with this … | |
Hello Guys, we just created a website using sharepoint 2010 and we implemented a booking system inside this website. we used a bamboo calender plus webpart as a booking system. now getting to the problem. there is a link inside this webpart where we click to enter new item(equipment booking). … | |
Hi Folks I have a problem that really has me stumped If you can please have a look at [http://oldbusman.co.nz/productDetails.cfm?ID=9](http://oldbusman.co.nz/productDetails.cfm?ID=9) the "add to Cart' table has an up/down arrow to adjust the quantity being ordere, and this has a function in the page to stop it going any lower than … | |
I have lots of pets in a dropdown. what i want to achieve is that when ever i hover on dropdown, it will display the image of particular pet as a popup. Any idea how can i achieve that? |
The End.