VACANCY System Integrator Company for retail and restaurant looking for Web Application Programmer Requirements: 1. Skilled in writing JavaScript, HTML, CSS...
I hope you have the best time how can I write a programme that have a button on the page and when I click there some acions "like showing the time " is...
When designing website layouts using CSS instead of tables, the website can look different when using different screen resolutions. So I was wondering... What...
A number of websites hold browser statistics. See http://www.w3schools.com/browsers/browsers_display.asp for information on screen resolution. Rob. ... From:...
VACANCY System Integrator Company for retail and restaurant looking for Web Developer. Skill Required: 1. Able to write HTML and CSS without using Joomla,...
Re: http://www.trans4mind.com/personal_development/JavaScript/Doublemenu.htm I want to incorporate the double drop-down menu in a currently running online...
Are you passing the information to a Server script using <form action=>? If so, then you should just be able to use the fields. If you're using a 'mailto',...
As long as you give each element on the page a valid name, you will be able to access them all in ASP using Request.Form(), no matter how the list is updated. ...
I'm using the "form/action" method. However, that doesn't seem to work. I'm using an ASP file to send the information. From what I can figure out, the ASP form...
This may be a useful tool for learning and working more efficiently in JavaScript, CSS, etc: CSS: http://www.yoyobrain.com/cardboxes/preview/844 JavaScript:...
HI, i am ubscribeing this event but it is not firing i am using this code function init(tableId) { var myColumnHeaders = [ {key:"POID", abbr:"Purchase order...
its really bothering me, I dont know what the problem is. The idea is to get a message to display: by cycleing through the loop, each word in the array...
Hi guys: I have a found a problem using javascript code. Please have a look at this code: <script language=javascript> var numbers = [12.5, 13.5, 8.4 , 8.9,...
You need to use Math.round or Math.floor, depending on exactly how you want the result :- http://www.devguru.com/technologies/javascript/10734.asp Rob. ... ...
Can any one know the javascript function to auto resize the swf when resizing its pop up window. I need to auto resize the swf when i resize my popup window...
Please send in your current code/page and I'll have a look ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of anz_muhd...
Hi - This may be a ridiculously simple question but I'm very new at this and have alot of questions....I have an assignment due where I need to get input from...
I am looking for help for the capture link value. Could any body help me out. I need the code for capturing link's target url, anchor text and title of page...
Hi I am looking for help for the capture link value. Could any body help me out. I need the code for capturing link's target url, anchor text and title of page...
VACANCY System Integrator Company for retail and restaurant looking for a front-end web developer to join our team. This position is full time. Your...
I am trying to create a form on a webpage and i am using PHP to connect to a SQL database, running a query, and putting the results into a java array to be...
Please can you paste the HTML page, rather than the PHP source. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of...
here is what the source of the webpage shows is being loaded into the java array: <script type='text/javascript'>var mArray = new Array(new Array(), new...
The problem is with the way you're defining the arrays. You need to use this syntax :- var mArray = new Array(); var mArray[0] = new Array(); mArray[0][0] =...
I thank you very much for all your help. I have changed the way i declared the arrays to <script type='text/javascript'>var mArray = new Array(); mArray[0] =...
I copied the start of you're code, and it works fine :- <body> <script type='text/javascript'> var mArray = new Array(); mArray[0] = new Array(); mArray[1] =...