Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 4 Views: 986 Hi Neo,
try this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type"... |
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009 |
| Replies: 4 Views: 1,074 Hi,
obtaining Airshow's suggestion of the DOM procedure over the document and also i've applied some iframes to simulate real window experience:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01... |
Forum: JavaScript / DHTML / AJAX Aug 31st, 2009 |
| Replies: 4 Views: 986 Hi,
here's a simple demonstration of installing events onto target elements':
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Aug 31st, 2009 |
| Replies: 8 Views: 795 Hi terry,
here's the another version of the code and workout things with your applet tags:
test.php:
<?php
$id = $_GET['Uniqueid'];
$uname = $_GET['Username'];
?>
<!DOCTYPE html PUBLIC... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2009 |
| Replies: 3 Views: 405 You are always welcome :) |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2009 |
| Replies: 3 Views: 325 Hi,
here' a simple document that uses HTML DOM manipulation procedure:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2009 |
| Replies: 4 Views: 353 Hi,
try this for now:
<script type="text/javascript">
<!--
function notEmpty() {
var _form = ( "form" in document ) ? form : document.getElementById("form");
if ( _form.eponimo.value )... |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2009 |
| Replies: 8 Views: 795 Hi terry,
apply the following procedure below, inside your PHP page:
<?php
$id = $_GET['Uniqueid'];
$uname = $_GET['Username'];
?> |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2009 |
| Replies: 3 Views: 405 Hi Lev,
i've made a lite modification inside your function and preserved all of your implemented lines:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css"... |
Forum: JavaScript / DHTML / AJAX Aug 26th, 2009 |
| Replies: 4 Views: 518 Hi,
try to re-apply few changes over lines':
<script type="text/javascript">
// <![CDATA[
function generate()
{
var sms = '' |
Forum: JavaScript / DHTML / AJAX Aug 24th, 2009 |
| Replies: 8 Views: 795 Hi,
you can try this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type"... |
Forum: JavaScript / DHTML / AJAX Aug 24th, 2009 |
| Replies: 12 Views: 1,034 Hi,
it will be alot more easier if you will grouped them as a team, instead of defining another object for the path of images just to display each logo.
In this approch i've used the... |
Forum: JavaScript / DHTML / AJAX Aug 23rd, 2009 |
| Replies: 6 Views: 351 Hi,
this should be able to work under rough condition:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
... |
Forum: JavaScript / DHTML / AJAX Aug 23rd, 2009 |
| Replies: 6 Views: 351 Hi kintaro,
try this code:
<script type="text/javascript">
// <![CDATA[
var d = document;
var GetXmlHttpObject = 0;
if ( d.getElementById ) {
( GetXmlHttpObject = function( ) { |
Forum: JavaScript / DHTML / AJAX Aug 21st, 2009 |
| Replies: 2 Views: 446 Hi,
try this instead:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type"... |
Forum: JavaScript / DHTML / AJAX Aug 21st, 2009 |
| Replies: 5 Views: 364 Hi everyone,
mbirame — you could also try this one:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 17 Views: 783 Hi Airshow,
sorry if I came late and didnt noticed that you had your post.
Have a good day ahead... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 17 Views: 783 Hi,
here's your requested code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 3 Views: 575 Hi,
i made it to react, that if you provide year lower than a usual 4 digit format, then it will automatically converted to the current year. The format must be on this entry 08-06-1994 to able... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 17 Views: 783 Hi Eduardo,
try to make it in a lowercase format when you specify its tagname: var x = document.getElementsByTagName("div").
Havnt tried your code yet. Please let me know how it worked.. |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 3 Views: 575 Hi,
try this one:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type"... |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2009 |
| Replies: 12 Views: 786 what it does, is that it simply convert's non-boolean object into a boolean object
e.g.
!!( obj[ i ] /* if obj[ i ] returns true, then continue incrementing i variable */ ) this expression, is... |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 534 Hi lucky,
both ways will provide the same results, the only difference between the two procedure, is that when you use the delete operator, your variable will no longer be accessible within the... |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 534 Obtaining serkan's adviced of way of freeing the memory and minimized the above application:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
... |
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009 |
| Replies: 9 Views: 534 Hi everyone,
Lucky,
here's a simple demo, showing how you can removed items inside your array using the pop(index) method.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 11 Views: 531 Hi b0tz,
this script works fine with me and load the target location on the iframes' on a localhost, hope it'll do the same thing inside your browser and as well as with your server:
<!DOCTYPE... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 11 Views: 531 Sorry i thought that it was just a simple text insertion. Here's modified version and configured according to your needs:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 12 Views: 1,034 Gary,
You've forgot the s' over the ( object ) players where it should be:
for ( var player in players ) {
document.write( players[ "College" ] ); |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 11 Views: 531 Hi b0tz,
here's your requested script that does the same application and based in your posted code. This script is enhanced by a statement that prevents duplication of dynamic div.
code is as... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 11 Views: 531 Hi everyone,
the first-child access will only work if you have no other nodes' next to the target element. So the safest way to get the 1st-element would be:
<?xml version="1.0"... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 12 Views: 786 Hi,
try the following pattern below, to strip down element in the page if the getElementById method, fails to catch your target object.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01... |
Forum: JavaScript / DHTML / AJAX Aug 17th, 2009 |
| Replies: 5 Views: 514 Hi peter,
I'll take it from the heart and won't do it next time...
Good day and God bless... |
Forum: JavaScript / DHTML / AJAX Aug 17th, 2009 |
| Replies: 2 Views: 435 Hi DealthRune,
you could try this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta... |
Forum: JavaScript / DHTML / AJAX Aug 17th, 2009 |
| Replies: 12 Views: 1,034 Hi Gary,
here's your code, i've extrcted all of its collections with the used of a table, but if don't like my concept of using table to differentiate the items inside the players collections --... |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 5 Views: 514 Hi peter and totaal,
- totaal
i am not sure if this will claim what you really need over your project, but i hope this will help you in some other ways.
Here's the code:
<!DOCTYPE html... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2009 |
| Replies: 1 Views: 737 Hi,
you can try this with your form:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2009 |
| Replies: 43 Views: 1,574 :( Oh, don't cry! :) if i am half educated? What are you then? not educated :)? You are the one who started this, so i'm just giving it back to you! MR. ButtFace;)... (P.A.E) im sure you know what... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2009 |
| Replies: 43 Views: 1,574 What browser? Of course it's that old damn browser of yours.
Wow, 1998 so what am i supposed to do about it? Do :) you need some awards Mr. smart-ass?
If its a crap then why are :) you keep... |
Forum: JavaScript / DHTML / AJAX Aug 15th, 2009 |
| Replies: 43 Views: 1,574 :) of course it was from you MR. smart-ass -
You are complaining about the function declaration over the multiple mouse event's, and yet you adapted its pattern and created another version with... |
Forum: JavaScript / DHTML / AJAX Aug 14th, 2009 |
| Replies: 43 Views: 1,574 @TroyXXX
That's pretty basic if you can't get the lines:
onmouseover = omouseout = function(e ) { ... };
// same ASS:
onmouseover = function( e ) { ... }; |