This topic is locked

Launching a pop up?

1/13/2007 4:43:18 PM
PHPRunner General questions
I
ictaylor author

Hi
When someone registers for my site they are forwarded to _register_sucess.htm When this happens I would like a pop up to launch on page loading?
could someone PLEASE help me with the code?

J
jwh45 1/13/2007

Hi

When someone registers for my site they are forwarded to _register_sucess.htm When this happens I would like a pop up to launch on page loading?
could someone PLEASE help me with the code?


Check out New window and fields below. Note: the code says java script. It should be javascript (one word) Good luck

Alexey admin 1/15/2007

Hi,
modify templates\register_success.htmfile for this.
Put this code there:

<script language=javascript>

alert("Registered!");

</script>