View Single Post
  #175  
Old November 9th, 2004, 06:31 PM
Jack Simth's Avatar

Jack Simth Jack Simth is offline
Major General
 
Join Date: Oct 2002
Posts: 2,174
Thanks: 0
Thanked 0 Times in 0 Posts
Jack Simth is on a distinguished road
Default Re: OT: Narf has gone looney and wants to GM.(Edit

Quote:
narf poit chez BOOM said:
2nd: Some links I click on do that, I have no idea why it happens. Here's the link html if you want to try to figure it out: <center><b><a HREF="MyMultiplayerFPS.html" TARGET="main">A multi-player FPS I'm working on.</a></b></center>
You are using the wrong target; your lower frame is named "bottom"; you don't have a frame named "main", so when you target it, it creates a new window named "main" to put it in. All subsequent calls that target "main" will go to that window. You need to use <center><b><a HREF="MyMultiplayerFPS.html" TARGET="bottom">A multi-player FPS I'm working on.</a></b></center>
__________________
Of course, by the time I finish this post, it will already be obsolete. C'est la vie.
Reply With Quote