target="_blank"
- Started
- Last post
- 29 Responses
- ********0
did it work, did you see Hell yet. Lucifer promised there would be a Hitler beating today. is he lying again?
- version30
did it work, did you see Hell yet. Lucifer promised there would be a Hitler beating today. is he lying again?
JazX
(Apr 14 05, 10:14)
----------------------------
i got a sytax error
- ********0
dude, you meant SINtax error
- version30
dude youre right, i did
- Pixter0
[base target="_blank"] inside the head
and internal links should be
[a href="#" target="_self"
- ********0
see we ruined the joke
- tomkat0
that squidfingers thingy is the solution. also xhtml strict compatible, unlike target=""
- instantok0
to get travis's script to work you need to add this (if it displays) before the js in the previously linked file:
// onLoadListener
onLoadFuncs = new Array();
function addOnLoad(func){
onLoadFuncs[onLoadFuncs.length] = func;
}
function runOnLoad(){
for(i in onLoadFuncs){
eval(onLoadFuncs[i]+"()");
}
}
window.onload = runOnLoad;
- instantok0
nice...this got me to upgrade my site to xhtml strict...sigh, so nerdy to be excited over this