Hi,
what I'm trying to do is have a short flash intro play while my site loads, and once its done, replace the intro with the content of the index page. I'm using iframes to show the content of the home page and the flash movie. This is what I have:
(index.php)
<html...
Hi
I've made this function that, when you click on a cell it enters your word into that cell (the word you ebtered into the text box. I want to use just one function to be able to populate all cells. Like, you enter word, click cell C#, it enters it there, then you enter new word and click cell...
Hi,
I'm trying to make a function where a user input in a form changes the length of a string. I would do it this way in PHP:
<?
$width = $_POST['length'];
.
.
.
.?>
<form>
<input name ="width" type="text" value="<? echo $length; ?>">
</form>
I want to do it in JS so that my forms are...
Sorry to post again in a new thread, the other one was marked as resolved so I figured nobody would look at it.
I wanted to make another function that moves the text from the master(parent) page into the iframe.
Here is the code again.(moveText) is the function that I cant figure out.
<body>...
Hi,
I've made a simple Iframe which replaces one text with another. This all works the way I want it to with a link. I want it to do the same except with a button. This is what I have. (the link below the </html> works, but I want it to be a button.) The buton I have doesnt work right.
</head>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.