The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
It really depends on how you want the new page window to look. A simple call to target the url would suffice, then use this:
Code:
<a href="full url to target goes here" target="_blank">Text Label Here</a> Code:
<script type="text/javascript"> <!-- function OpenWindow(){ Window = window.open('url link goes here','Window','directories=no,height=500,width=600,location=no,menubar=no,resizable=no,status=no,toolbar=no') return false; } --> </script> <a href="#" onclick="return OpenWindow()">Link Text goes Here</a> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|