PDA

View Full Version : Pop ups and something else



sdrawkcaB
June 23rd, 2003, 11:23 PM
A few questions, first off how do these things work? I don't know the names of what they are so I'll have to try and explain it. If you have a large page with tons of text, and you want to navigate to a certain part, such as you would in a FAQ page, you have the links that go straight to it. The actual links are like "blahblah.html#4" and when clicked it goes right to it. How do you do these, and what are they called? Thanks

Also, what is the code to make a pop up? Don't you have to select a bunch of stuff like Height, Width, wether you want them to be able to maximize or resize, what page loads and a bunch of other stuff? Please help me with that..

Thanks guys, I hope you can help.

Clown Staples
June 23rd, 2003, 11:27 PM
<a name="jumpto"></a>
You are now here.
<a href="#jumpto">click to go there again</a>
these are called anchors. Im unsure of my " thing's though.
edit:
oops. it read the html as html

Clown Staples
June 23rd, 2003, 11:30 PM
&lt;a name="jumpto"&gt;&lt;/a&gt;
You are now here.
&lt;a href="#jumpto"&gt;
click to go there again&lt;/a&gt;
here goes nothing
edit:
it worked!

sdrawkcaB
June 24th, 2003, 03:44 AM
Okay wait a second haha. Lemme try that out.

sdrawkcaB
June 24th, 2003, 03:46 AM
<a name="blah"></a>
You are now here.
<a href="#blah">
click to go there again</a>

sdrawkcaB
June 24th, 2003, 03:48 AM
Hmm... Thanks man, Ima need to mess with it.

sdrawkcaB
June 24th, 2003, 03:52 AM
But how do they go all the way down to another part of the page? These links just go to the actual link you clicked.

sdrawkcaB
June 25th, 2003, 01:52 AM
No one else can help? Or CS can't answer or what?