celticking
Technical User
Is there a way to do this, i have only done it from a text link before. The code i have is as follows...
<form method="post" action="itc_message_post.lasso?to=[field:'username']" target="_blank">
<input type="submit" name="Submit" value="Contact Me">
I don't want to use the target="_blank". I want to be able to open the page to a set size with no scroll bars possibly using onClick or onSubmit.
Any suggestions please?
<form method="post" action="itc_message_post.lasso?to=[field:'username']" target="_blank">
<input type="submit" name="Submit" value="Contact Me">
I don't want to use the target="_blank". I want to be able to open the page to a set size with no scroll bars possibly using onClick or onSubmit.
Any suggestions please?