javascript sending variable
- From: "Dan" <dacrawford@xxxxxxxxx>
- Date: 29 Nov 2005 16:01:53 -0800
Hi,
Is there a way to send a variable to a different page that it is
redirecting to? For example,
<script type="text/javascript">
var o;
if ( (o = top)
&& (o = o.frames)
&& (o = o.bob)
&& (o = o.document)
&& (o = o.title)
&& o == "test"
){
document.write("yes")
} else {
document.location.href = "New Text Document.php "
}
</script>
If it is false, I would like it to set a variable that it will send to
the page "New Text Document.php" (that it is redirecting to). Is this
possible?
Dan
.
- Follow-Ups:
- Re: javascript sending variable
- From: Thomas 'PointedEars' Lahn
- Re: javascript sending variable
- Prev by Date: Re: javascript variables undefined Firefox
- Next by Date: Quicktime SetURL from Javascript
- Previous by thread: Re: Signature Capture Applet - Version 2
- Next by thread: Re: javascript sending variable
- Index(es):
Relevant Pages
|