M
mark.middlemist
Hi All
I've got a wierd and urgent problem I could do with some help for.
In our forms system in several places we need to use javascript to
redirect to the next frame up (parent), which works fine with every
browser on the planet, except safari (1 definately, don't know about
2). I've incuded an example that doesn't work below. Any suggestions
would be VERY greatly appreciated.
Thanks in advance
Mark
---
<html>
<body bgcolor="#000000">
<script language="javascript">
parent.location.href =
'proposal_frameset.asp?id=86&page=2&total=7&formSplit=&ref=';
</script>
</body>
I've got a wierd and urgent problem I could do with some help for.
In our forms system in several places we need to use javascript to
redirect to the next frame up (parent), which works fine with every
browser on the planet, except safari (1 definately, don't know about
2). I've incuded an example that doesn't work below. Any suggestions
would be VERY greatly appreciated.
Thanks in advance
Mark
---
<html>
<body bgcolor="#000000">
<script language="javascript">
parent.location.href =
'proposal_frameset.asp?id=86&page=2&total=7&formSplit=&ref=';
</script>
</body>