Forum: JavaScript / DHTML / AJAX Aug 31st, 2009 |
| Replies: 4 Views: 1,304 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: 887 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: 430 You are always welcome :) |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2009 |
| Replies: 8 Views: 887 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: 430 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: 552 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: 887 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 19th, 2009 |
| Replies: 9 Views: 663 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: 663 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: 663 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 12th, 2009 |
| Replies: 1 Views: 1,155 Hi cheeki,
here's a simple demo, showing a different way of calling your ajax request and how to set your own timer and make auto updates in your elements. And also i've revealed some of the lines... |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 9 Views: 1,049 Hi again jay,
lets have another try for this document!
As you can see, i've included a new functionality that remebers all checked items in the field, so that it will be able to bring back... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 9 Views: 1,049 I wonder why it didnt work -- hmm, that's pretty wierd for a powerful browser, ( not-to-output-anything from the code) like with the one that you are using right now.
Regarding about your... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 563 Hi polo,
here is your demo, and im sure you can easily adapt to it.
sample-document:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/css"... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 563 Hi,
you can use the document.getElementById( yourElementId ).setAttribute("style", "background-color:" + col ); instead of the style rule.
Try to throw some exceptions' over the lines, so that... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 9 Views: 1,049 Hi,
here is the finalized version of the code, and should be able to penetrate all modern browsers on the market, including all versions of IE.
exept from the older version of the ( ns modes )... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 9 Views: 1,049 Hi jay,
it's been tested under Opera8, and working smoothly on my expected output. If your code works, then maybe i need to apply a little re-adjustment on the lines, so that it will be able to... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 6 Views: 563 Hi,
try this first:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Aug 10th, 2009 |
| Replies: 9 Views: 1,049 Hi jay,
here's a simple demo that converts all checked items, into an array of length, using a single hidden field:
startpage
<?xml version="1.0" encoding="UTF-8" standalone="no"?>... |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2009 |
| Replies: 6 Views: 1,124 Hi cguan_77,
here's the enhanced version of my text-scroller code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">... |
Forum: JavaScript / DHTML / AJAX Aug 8th, 2009 |
| Replies: 11 Views: 773 Hi Tekkno,
here's a complete document sample.
Code for the cookie.js:
simplified version-
var session = { };
session.cookies = {
date : new Date(),
create : ( function( name, value,... |
Forum: JavaScript / DHTML / AJAX Aug 8th, 2009 |
| Replies: 8 Views: 928 Hi beanryu,
i prepared some document sample for you, which you can used as referenced when you are mapping elements inside your document.
<?xml version="1.0" encoding="utf-8" standalone="no"?>... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2009 |
| Replies: 11 Views: 773 Claim this as a normal part of your .js files'
then reference it via <script type="text/javascript" src="./cookie.js"></script> tag.
cookie.js
/*
~ INSTRUCTION MANUAL ~
Session -... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2009 |
| Replies: 11 Views: 773 @Tekkno,
that would be very helful if you can post your code. |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2009 |
| Replies: 11 Views: 773 Hi Tekkno,
it has some functionality, that you might not need right now, but will be able to help you for future use.
I'l give you the instruction manual, when i get home...
-essential |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2009 |
| Replies: 11 Views: 773 Hi Fest3er,
sorry I didn't noticed that you had a post. Just like to add in some comment --- that your post is very useful for the other viewers' of daniweb.com (http://www.daniweb.com).
... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2009 |
| Replies: 11 Views: 773 Hi Tekkno,
but if you still want to claim things with cookies.
Then here is my demo:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css"... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2009 |
| Replies: 11 Views: 773 Hi,
i'll provide you with some example later.
I just post back when im done to it.
-essential |
Forum: JavaScript / DHTML / AJAX Aug 5th, 2009 |
| Replies: 6 Views: 1,124 Hi cguan_77,
Try to load this in your iframe source:
<!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 4th, 2009 |
| Replies: 6 Views: 1,124 Hi cguan_77,
I guess a <marquee> tag would be enough to help you out on getting this issue. |
Forum: JavaScript / DHTML / AJAX Aug 4th, 2009 |
| Replies: 22 Views: 1,107 Hi guys,
Why it never came up to my idea. TroyIII this saves me alot of work. The only problem that we have here, is that we wont be able to preserve those data for farther use. Anyways here's... |
Forum: JavaScript / DHTML / AJAX Aug 4th, 2009 |
| Replies: 22 Views: 1,107 Yes, and that would be the used of cookie session / or a new popup window. Just let me know, If you need some sample code. |
Forum: JavaScript / DHTML / AJAX Aug 4th, 2009 |
| Replies: 22 Views: 1,107 Hi,
I am sorry, but i wont be able to provide you with the exact examples' that involves PHP. This type of data handling, will require some PHP form mailer, which i cannot run here. So i would... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 22 Views: 1,107 |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 22 Views: 1,107 Hi Mel,
Here's a simple demo:
<form id="testform" action="nextpage.php" method="post">
<div>Test Field: <input type="text" id="FieldData0" name="FieldData0" value="" size="30" /> <input... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 22 Views: 1,107 Yes that would work, but if want to capture the exact user inputted entry, then you could try something like:
<?php echo $_POST['FieldData0']; ?> |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 22 Views: 1,107 Hi Mel64,
Do you still need a working example of this in Javascript? |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 6 Views: 954 That will only work if you the 1st spot of character. What if she tries to point it out at Character = numaric.charAt( 2 );? Of course it will be needing some workaround that includes looping... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 6 Views: 954 Hi sonia,
you could try this:
function ConvertToUpperCase() {
var result;
var numaric = "sonia";
var Character = numaric.charAt(0);
result = numaric.replace( Character,... |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2009 |
| Replies: 22 Views: 1,107 Hi,
Javascript itself cannot obtain those value from the user input, and moving it to the next page, unless you prefer saving those data using cookie session. But why do you need JavaScript for... |