Click to See Complete Forum and Search --> : variable & anchor info in URL


hammerslane
01-07-2004, 03:44 AM
say i want to have a list of links on a page, all pass a different variable over to main.php called $main, and i want the user to be taken to an anchor at the bottom of main.php called <a name=bottom>.
is this link correct?
main.php?name=value#bottom
are there any cross browser restrictions or other issues?

if there's a tutorial page you remember, or have ever tried this before, i'd appreciate a comment

many many thanks
regards

fredmv
01-07-2004, 04:10 AM
That looks correct.