JohnnyNight
07-14-2012, 02:51 PM
Hi All,
Awesome Site, first post...
Trying to figure out how to trigger 2 events when clicking - CONTINUE - button on index page.
I have code that is generated by NetObjects Fusion 9. I edit it in Notebook.
1st event - launch new window with target blank (this is working)
2nd event - redirect index page to another page in site after click. (not working)
I've tried a few different things, just can't seem to get it going. Been out of the web site biz for a few years and forgot alot of things, and figuring out doesn't seem as easy as it use to be :)
This is the code of I have:
<td colspan="5" width="693" class="TextObject" style="background-color: rgb(255,255,0);">
<p><span style="font-family: Impact, 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif; font-size: 60pt; color: rgb(0,153,255);"> <A STYLE="text-decoration:none" href="http://urlgoeshere.com/html/4.html" target="_blank"><span style="color: rgb(0,153,255);">CONTINUE</a></span></p>
</td>
tried incorpating the below code in the above to get it to work, but no success yet.
function myFunction() {
launchWindow();
window.location = 'http://www.example.com/';
}
-------------------
Any ideas greatly appericated...
Thanks
Awesome Site, first post...
Trying to figure out how to trigger 2 events when clicking - CONTINUE - button on index page.
I have code that is generated by NetObjects Fusion 9. I edit it in Notebook.
1st event - launch new window with target blank (this is working)
2nd event - redirect index page to another page in site after click. (not working)
I've tried a few different things, just can't seem to get it going. Been out of the web site biz for a few years and forgot alot of things, and figuring out doesn't seem as easy as it use to be :)
This is the code of I have:
<td colspan="5" width="693" class="TextObject" style="background-color: rgb(255,255,0);">
<p><span style="font-family: Impact, 'Arial Black', 'Helvetica Bold', Charcoal, Sans-serif; font-size: 60pt; color: rgb(0,153,255);"> <A STYLE="text-decoration:none" href="http://urlgoeshere.com/html/4.html" target="_blank"><span style="color: rgb(0,153,255);">CONTINUE</a></span></p>
</td>
tried incorpating the below code in the above to get it to work, but no success yet.
function myFunction() {
launchWindow();
window.location = 'http://www.example.com/';
}
-------------------
Any ideas greatly appericated...
Thanks