15,120 Topics
| |
Hi, Need some help here again. If you guys take a look at: [url]http://83.233.5.191/crurre/index.php[/url] There is a field called "Personnummer". Fill this with: 440611-1890 Then press "Hämta personuppgifter" It will then fetch/recieve some personal data and fill the correct fields. But.. as you can see. The number disappear when the … | |
Bonjour, Je viens vers vous car je ne sais pas du tout comment m'y prendre. Je cherche à faire 6 listes déroulantes liées php JavaScript mysql mai 1 listes déroulantes liées 2 listes déroulantes ca ce ok [COLOR="red"][B]3 listes déroulantes liées 1 listes déroulantes:'(:'(:'([/B][/COLOR] 3 listes déroulantes liées liées 4 … | |
Hello I've used google to find software which will allow me to create professional html forms, with paypal submissions options and self-calculating fields if possible upon drop-down selections made, but found few which came close, and also tried coffecup form builder, but not satisfied. Anyone one can suggest some more … | |
Hi there Im doing my web site and i have came across a little bit of coding i wish to change - i thought it could be changed in CSS but i don't think it can. Basically im using a "title="Image 3" tag to use as a brief description of … | |
Hi I'm trying to collect some information from the user regarding a complaint. In my form I have 3 select menus and a text box. I'm populating the 2nd menu depending on the 1st menu's choice.(The data is stored in a mysql database). When the user clicks submit the choice … | |
Please any one can help to Expand and Collapse of menu with round corner with "expand image" and "collapse Image". i have attaching a link for reference [URL="http://www.sothink.com/product/treemenu/samples/statecode/statecode.php"]http://www.sothink.com/product/treemenu/samples/statecode/statecode.php[/URL] In this in place of '+' icon replace as "expand image" as well as '-' icon like tree menu [IMG]http://javascripttreemenu.com/img/seo-vertical-tree-navigation-17.jpg[/IMG] | |
I'm trying to display the same image several times using javascript. It can range anywhere from 0 to about 50. I'll also have its' location determined by the user click and each image will timeout after a short period of time. I figure i'll have to create a new object … | |
Hi, I have an assignment where I have a drop down list that is created dynamically that uses the content from the h3 tags in the body as the options in addition to the first option being "Show entire script" The content of the body is actually a screenplay with … | |
[CODE]how to start coding for webbased miniproject like this discussion forum[/code] | |
Hello all, i posted this a while ago and the thread closed, this was my original question: [CODE]<script type="text/javascript"> $(function() { $('#inlineDatepicker').datepick({ rangeSelect: true, monthsToShow: 3, minDate: '+7d', rangeSeparator: '|', altField: '#resdate', altFormat: 'dd-mm-yyyy', pickerClass: 'locgrid', onDate: nationalDays } ); }); var natDays = [[12, 18, 2010], [12, 19, 2010]]; … | |
Hey all, I'm trying to create a simple <select> menu in which the options are not text, but images. How can I go about doing this? I tried <option value="x"><img src="xx" /></option> with no success... If no solution exists with HTML, is there a solution with JavaScript or any other … | |
Hey everyone! After some research I have found that I need some javescript help to process a users click from a html drop down select list.. I am trying to create an admin area for a website in php and using mysql database. In my admin home page, I have … | |
It is a very interesting question about downloading flash files embeded in Video JS from HTML 5 standart. Here we have 2 flash pages. 1: [url]http://resursi.e-edu.bg/content/math3/runtime/rtleo/scorm-flo.html?sco=../../content/uc_m5_l008.flo&width=788&height=553&recording=true[/url] 2.[url]http://resursi.e-edu.bg/content/s1/runtime/rtleo/scorm-flo.html?sco=../../content/uc_s3_l093.flo&width=788&height=553&recording=true[/url] As you see we have different id's uc_m5_1008 and uc_s3_1093; Interestingly we have .flo format?! and video js in a script file. Also … | |
how to create basic template mxml page as ajax in flex I want to create that page is portable for other pages as a template /main page how can ı do this? ı want that main mxml page is useful for everywhere .For example in AJAX, the pages are storing … | |
can you please post me codings for creating webpage using javascripts...i need to do an assignment of it on monday...am helpless:-/ | |
[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="date" content="2003-12-02T09:54:03+08:00" /> <meta http-equiv="imagetoolbar" content="no" /> <title>Dynamically enlarge image on mouseover and mouseout</title> <style type="text/css"> body {margin:64px;} #apDiv3 { … | |
Hey guys, I am building a page where I will have five links and each one will open a different image inside a div, but i need this image to be an image map, I created the image maps and the links, but I am having great difficulty in getting … | |
I have an HTML page(PAGE 1) that allows a user to select an HTML form element, and get it displayed on the next page(PAGE 2) when the user clicks "next". What I want to do is on the display page(PAGE 2), be able to display the newly created HTML form … | |
Hi! I am looking for a function that will replace last occurence of a substring from a string: tmpStr: xxx, yyy, zzz, sss, The desired outcome: xxx, yyy, zzz and sss (ie: remove last letter and then replace last occurrence of ",") The string can differ, * xxx, * xxx, … | |
Hi everyone, My page need to be automatically refresh in every 20 minutes and get the data from table and show it. This I did simply. The time is calculate from when I load my page (i.e) If I load my page at 10:25 AM then it automatically refresh at … | |
| Hi, I was looking around at the source of some popular websites and I noticed that a lot of them have a way to detect your OS, Resolution, Browser and more... I was wondering if anyone knew where I could read more about setting the CSS to fit the users … |
Hello, I have a barcode scanner and when a field is scanned it should autotab to the next field for population. I have tried this before but cannot seem to get it to work the way I would like. It should auto tab if the field in not null, i … | |
I have 3 ASP list boxes. I would like to populate the second list box based on the selection in the first list box and based on the selection in the second list box, populate the third. I would like to do this using AJAX. How can I do it? … | |
Hi, I have such js code: [CODE]$(document).ready(function(){ $('#a').click(function() { alert('Handler for .click() called.'); }); });[/CODE] And I have a link in my page [CODE]<a id = "a" href="url">Link text</a>[/CODE] I checked the view source of web page, scripts are loaded, my js file is called bannerUpload: [CODE]<script type="text/javascript" src="/joomla15/media/system/js/mootools.js"></script> <script … | |
Any suggestion what's the best tab to use in loading external pages(html). Im also thinking of adding multiple subtabs within parent tab. I really need expert's opinion on this matter. Thank you | |
So.... Pretty strange thing is happening to me. I have a scrolling thumbnail marquee which on click pops up an image box div and replaces the thumbnail with a larger image, sets the src, then re-replaces the thumbnail. This works perfectly on my local machine but when uploaded to the … | |
I'm currently using Dreamweaver to rework my site. This includes a mix of HTML for most of the content, and a JavaScript menu bar on every page. When I preview the page in my browser, the menu bar is aligned left. Below is the code for my entire page. [CODE]<!DOCTYPE … | |
I'm creating a Dreamweaver CSS site based off a template I purchased. In this site, I want to have page with a gallery of my company's products. So I went to [url]http://smoothgallery.jondesign.net/[/url], used the "Gallery Set" setup, and put it into my web page. It all works GREAT...except the gallery … | |
Hello all, I was wondering how to do this: [LIST=1] [*]Enter values into and submit a form on site B from site A (using Javascript) [*]Load the resulting url into the current site (site A) (using Javascript) [/LIST] I have no idea if this is possible with Javascript, but any … | |
when i run this in Dreamweaver (website preview) it works perfectly but as soon as i put it into FTP i got this ... [url]http://www.infinit0s.cba.pl/tutorial6/mathgame1.html[/url] here 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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Maths game</title> <script language="JavaScript"> var … |
The End.