T O P I C R E V I E W |
rmmarsh |
Posted - 10 Aug 2010 : 23:23:09 Here is my script:
<input type=\"submit\" value=\"Login\" onClick=\"window.open('http://stc-ed.org:2095/3rdparty/roundcube/index.php', 'newWindow');\" />
What I want to do is open the RoundCube email reader in a new tab or window. How do I do this, cause when I put this in an event on a GFX button, it does nothing! |
2 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 11 Aug 2010 : 08:58:24 You can use many methods but as you used a "Submit" button you need to do these things:
1- draw a form container 2- draw your submit button into the form (without additional code) 3- set the form 'action' to "http://stc-ed.org:2095/3rdparty/roundcube/index.php'" 4- set the form 'target' to "newWindow"
In a standard (non "Submit") button you can use events ;-) |
petran |
Posted - 11 Aug 2010 : 00:16:32 The easiest way seems to me to just place that link in the menu. Right above the events line of your GFX-button you can open the Link Wizard. There you can place your link and make it to open in a new tab with Target Frame Name _blank.
http://www.rdbf.nl/DHE/gfx-link.png |