View Single Post
Old 02-14-2007, 12:40 PM   #2 (permalink)
stuey
Inactive
 
Join Date: 01-29-07
Posts: 7
iTrader: 0 / 0%
Latest Blog:
None

stuey is liked by many
I have seen this problem before. Do you get this when you submit a form? If so, try adding "return false" to the submit code.

e.g.

<form onsubmit="OpenWindow(); return false">
...
...
</form>

Let us know if this helps.
stuey is offline   Reply With Quote