Stop Microsoft
Welcome,
Guest
. Please
login
or
register
.
Have you missed your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length.
News:
Home
Help
Login
Register
Stop Microsoft
»
Miscellaneous
»
The Lounge
»
check my HTML
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: check my HTML (Read 695 times)
Master of Reality
VIP
Member
Posts: 4,249
Kudos: 177
check my HTML
«
on:
25 April 2002, 06:55 »
can someone who knows HTML check out my site
http://abyss.servebeer.com
and tell me what the hell i did wrong with the frames.
When i click a link in the left frame, the page loads in that frame.
Logged
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'
Kintaro
Member
Posts: 6,545
Kudos: 255
I want to get the band back together!
check my HTML
«
Reply #1 on:
25 April 2002, 07:09 »
In your html it will have (for example)
Code:
[Select]
But if your main frame is named "body"
you do
Code:
[Select]
That will open the pic of goosenburys crack whore mum in the frame body.
In your case target will have to be "Middle"
by the looks of your code.
Logged
my website
,
my work
,
my madness
.
Master of Reality
VIP
Member
Posts: 4,249
Kudos: 177
check my HTML
«
Reply #2 on:
25 April 2002, 07:11 »
i knew it was something small like that, but i couldnt remember.
Logged
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'
Master of Reality
VIP
Member
Posts: 4,249
Kudos: 177
check my HTML
«
Reply #3 on:
26 April 2002, 00:35 »
dammit, it automatically opens it in a new window when i click a link in my left frame.(i didnt set it to). It opens it properly, but in a new window. How can i stop this from hapening?
Logged
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'
voidmain
VIP
Member
Posts: 5,605
Kudos: 184
check my HTML
«
Reply #4 on:
26 April 2002, 05:49 »
If in your HREF you use a target that does not exist it will create the target (a new window). You have to have a frame appropriately named so when you want something sent to that frame you use it's name in the "target=" parameter. One of the two must be incorrect. Either the frame is not named what you think it is or you used the wrong frame name in your target param.
Logged
Someone please remove this account. Thanks...
Print
Pages: [
1
]
Go Up
« previous
next »
Stop Microsoft
»
Miscellaneous
»
The Lounge
»
check my HTML