I've pasted the code I'm working on below.
<html>
<!-- Main Page Script; Name of this Page is "main.html" -->
<script language="JavaScript" type="text/javascript">
function...
Type: Posts; User: Freestyle_1st_99; Keyword(s):
I've pasted the code I'm working on below.
<html>
<!-- Main Page Script; Name of this Page is "main.html" -->
<script language="JavaScript" type="text/javascript">
function...
Posting Test Only
<html>
<script language="JavaScript" type="text/javascript">
function swapDiv(divID)
{
if(divID=='div001') {
...
Can I post my code here?
I put a sample page together to show what it is I'm doing, and trying to do.
Btw, while putting this page together another problem with my code reared its' head.
So this...
This is my first post, and I'm no pro when it comes to writing scripts.
I need help with some JavaScript.
What I need to do is change, (swapDIV), on PAGE 2, and I need to do this from PAGE 1,...
This is my first post, and I'm no pro when it comes to writing scripts.
Ok, what I need to do is change, (swapDIV), on PAGE 2, and I need to do this from PAGE 1, using JavaScript and CSS. I need to...