Forum Moderators: open
Write now I have two scripts. I'd like one script that does both. So hopefully the user will not have to click a second link.
Here's what I have now:
1.
<a href="javascript:void(0);"
onclick="window.open('index.htm','winName','width=700,height=600, top=50,left=50')">Click here to start.</a> 2.
<SCRIPT LANGUAGE="JavaScript">
window.location="index2.html" I think that should get my point across. I would be most appreciative if anyone has some hints for me.
Thanks
PS: I am using Vbulletin. This does not seem to want to allow me to place jscripts into the body of a post.
But you are right. By default, most forums will not allow those types of HTML tags like onclick.
Perhaps there is a way to allow any HTML tags for specific forums. I'll ask more on the vbulletin help forums.
Thank you much!