<script type="text/javascript">
// PopUp Maker 5.0 by CodeBrain.com
// PopUp Window Script
// Place this script in the <head> of your page.
function realwindows(){
doPopUpWindow = window.open("http://(removed)/","newwindows","location=yes,directories=yes,toolb ar=yes,menubar=yes,scrollbars=yes,resizeable=yes,l eft=100,top=450,screenX=100,screenY=450,width=800, height=600");
}
</script>
I have a problem, every time someone goes to the site w/in the popup that the popup originated from it redirects them back to the url in which the popup was sent to ( ie If I came from http://gui.net , and the Popup went to http://foo.net, If i clicked a link to go to Gui.net w/in the popup i'd be sent back to foo.net - redirected almost - )
Can anyone help me?
Im also trying to get the word, newwindows ( the name of the window ) to become a random number, like 19191.9484 - randomly generated number -.
- Netorgsek
|