Welcome Guest, Not a member yet? Register   Sign In
Loading a Preview before sending a Newsletter
#2

[eluser]rana[/eluser]
Well, you will need help of javascript then. Here is a sceudo code I would use:

Code:
<form action='' >
...... your form code

<input type = 'submit' value = "send"  onclick= 'this.form.action = news/send' />
<input type = 'submit' value = "preview"  onclick= 'this.form.action = news/preview' />
</form>

Hope this will do your work. Thanks.


Messages In This Thread
Loading a Preview before sending a Newsletter - by El Forum - 02-19-2013, 02:53 PM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 09:10 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 10:32 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-21-2013, 10:37 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 02:48 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 05:02 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 09:20 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 09:39 AM
Loading a Preview before sending a Newsletter - by El Forum - 02-22-2013, 10:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB