F
ft310
Te whole point is to provide the User a disclaimer and it they except
to continue on with the original (?) format.
The 'calling' web page generates something like "http://rhodeisland-
aa.org/tester/meetings/disclaima.htm?mtgnum=35" This indicates the
test system is being used 'tester' and the individual meeting is #35.
The output generated by this web page is the User clicks "Continue" is
"http://rhodeisland-aa.org/tester/meetings/geo_md.htm?mtgnum=35" This
output is not happening -- in fact in most cases the 404 error page is
called.
The script follows
<body onload="onopen ;">
<table class="inwin">
<tr>
<td colspan="2" width="240px">
TESTING<br>
<b>You are leaving an area over which RhodeIsland-AA.org has
total content control and entering
a web page which may have content over which we have limited
control.</b>
TESTING<br>
</td>
</tr>
<tr>
<td class="inwinopt" width="120px" align="center">
<form method='POST' action='' name='gonogo'>
<input type='submit' value='Continue' name='Continue'
style='width: 90; height: 50; FONT-FAMILY: Arial; color : blue ; FONT-
SIZE: 12pt; FONT-WEIGHT: bold'>
<input type='hidden' name='mtgnum' size="4" value='0'>
</form>
</td>
<td class='inwinopt' width='120px' align='center'>
<a id='CanAnchor' href='#' onClick='retreat() ;'>Cancel</a>
</td>
</tr>
</table>
<script type="text/javascript">
function onopen()
{
var forwardpath = self.location.href ;
document.gonogo.action = forwardpath.substring(0,
forwardpath.indexOf('disclaima.htm')) + 'geo_md.htm' +
forwardpath.substring(forwardpath.indexOf('?')) ;
alert (forwardpath.substring(0,
forwardpath.indexOf('disclaima.htm')) + 'geo_md.htm' +
forwardpath.substring(forwardpath.indexOf('?'))) ;
document.gonogo.mtgnum.value =
forwardpath.substring(forwardpath.indexOf('=') + 1) ;
alert (document.gonogo.action + ' ' +
document.gonogo.mtgnum.value) ;
return true ;
}
</script>
</body>
</html>
I am out of ideas and will appreciate some. In the meantime, thanks
for your time.
to continue on with the original (?) format.
The 'calling' web page generates something like "http://rhodeisland-
aa.org/tester/meetings/disclaima.htm?mtgnum=35" This indicates the
test system is being used 'tester' and the individual meeting is #35.
The output generated by this web page is the User clicks "Continue" is
"http://rhodeisland-aa.org/tester/meetings/geo_md.htm?mtgnum=35" This
output is not happening -- in fact in most cases the 404 error page is
called.
The script follows
<body onload="onopen ;">
<table class="inwin">
<tr>
<td colspan="2" width="240px">
TESTING<br>
<b>You are leaving an area over which RhodeIsland-AA.org has
total content control and entering
a web page which may have content over which we have limited
control.</b>
TESTING<br>
</td>
</tr>
<tr>
<td class="inwinopt" width="120px" align="center">
<form method='POST' action='' name='gonogo'>
<input type='submit' value='Continue' name='Continue'
style='width: 90; height: 50; FONT-FAMILY: Arial; color : blue ; FONT-
SIZE: 12pt; FONT-WEIGHT: bold'>
<input type='hidden' name='mtgnum' size="4" value='0'>
</form>
</td>
<td class='inwinopt' width='120px' align='center'>
<a id='CanAnchor' href='#' onClick='retreat() ;'>Cancel</a>
</td>
</tr>
</table>
<script type="text/javascript">
function onopen()
{
var forwardpath = self.location.href ;
document.gonogo.action = forwardpath.substring(0,
forwardpath.indexOf('disclaima.htm')) + 'geo_md.htm' +
forwardpath.substring(forwardpath.indexOf('?')) ;
alert (forwardpath.substring(0,
forwardpath.indexOf('disclaima.htm')) + 'geo_md.htm' +
forwardpath.substring(forwardpath.indexOf('?'))) ;
document.gonogo.mtgnum.value =
forwardpath.substring(forwardpath.indexOf('=') + 1) ;
alert (document.gonogo.action + ' ' +
document.gonogo.mtgnum.value) ;
return true ;
}
</script>
</body>
</html>
I am out of ideas and will appreciate some. In the meantime, thanks
for your time.