Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 6 of 6
Search took 0.03 seconds.
Search: Posts Made By: never-online
Forum: Ajax and Design 05-03-2007, 05:04 PM
Replies: 1
Views: 3,116
Posted By never-online
a javascript defineSetter implement

look the codes as following or click a demo URL::)
demo:http://www.never-online.net/code/js/defineSetter/defineSetter.html

function jsClass() {};
jsClass.prototype = {
...
Forum: DOM and JSON scripting 05-02-2007, 08:02 PM
Replies: 2
Views: 1,301
Posted By never-online
i an not sure to understand you mean. code...

i an not sure to understand you mean.

code fragment:


<div id='overWrapper' style="background-color:#eee;position:absolute">i will over the iframe</div>
<div align="center"><iframe...
Forum: JavaScript programming 04-26-2007, 08:12 AM
Replies: 7
Views: 783
Posted By never-online
iframe can not cross domain to work... if...

iframe can not cross domain to work...

if them in a same domain, like this, e.g(all in a localhost debug), works no error:
this is a mainframe.html

<html>
<body>
<iframe src="iframe.html"...
Forum: DOM and JSON scripting 04-25-2007, 08:37 PM
Replies: 1
Views: 2,354
Posted By never-online
this is a demo for you ...

this is a demo for you

http://www.never-online.net/code/js/GoogleMap/
Forum: JavaScript programming 04-25-2007, 08:05 PM
Replies: 1
Views: 3,576
Posted By never-online
<select onchange='getvalue(this)' class=textField...

<select onchange='getvalue(this)' class=textField multiple size="5" id="fenetre" name="fenetre">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>...
Forum: JavaScript programming 04-25-2007, 07:53 PM
Replies: 7
Views: 783
Posted By never-online
<html> <body> <iframe...

<html>
<body>
<iframe src="http://www.never-online.net" width="250" height="150" id="myFrame"></iframe>
<script type="text/javascript">
//<![CDATA[
var a = document.getElementById("myFrame");...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 03:40 PM.