Click here to Skip to main content
15,902,189 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: A pearly question Pin
alex.barylski30-Dec-03 18:30
alex.barylski30-Dec-03 18:30 
GeneralRe: A pearly question Pin
Peter Mayhew30-Dec-03 23:04
Peter Mayhew30-Dec-03 23:04 
GeneralRe: A pearly question Pin
Jörgen Sigvardsson5-Jan-04 13:18
Jörgen Sigvardsson5-Jan-04 13:18 
GeneralRe: A pearly question Pin
Peter Mayhew5-Jan-04 20:20
Peter Mayhew5-Jan-04 20:20 
GeneralSet Focus Pin
Anonymous29-Dec-03 8:33
Anonymous29-Dec-03 8:33 
GeneralRe: Set Focus Pin
theJazzyBrain29-Dec-03 21:15
theJazzyBrain29-Dec-03 21:15 
GeneralRe: Set Focus Pin
Sarvesvara (BVKS) Dasa31-Dec-03 7:23
Sarvesvara (BVKS) Dasa31-Dec-03 7:23 
GeneralRe: Set Focus Pin
Roger Wright31-Dec-03 9:03
professionalRoger Wright31-Dec-03 9:03 
If all you want to do is move to the bottom of the page, you can make a link with a #LABEL as the HREF element at the top, then at the bottom add an anchor with the NAME attribute set to "LABEL". Or,

<A href="#enter">Edit Here</A> at the top of the page, then

<A name="enter">
<INPUT blah, blah, blah>
.
.
.
<INPUT more blah>
</A>

down near the bottom where you want to redirect the user.

If, instead, you want to put the cursor in the first input field at the same time, you need to do a little scripting. Example[^]

"Another day done - All targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly" - Jennie A.
GeneralOK, so I have this website... Pin
nssone26-Dec-03 6:25
nssone26-Dec-03 6:25 
GeneralRe: OK, so I have this website... Pin
Sebastián Benítez26-Dec-03 17:07
Sebastián Benítez26-Dec-03 17:07 
GeneralRe: OK, so I have this website... Pin
Roger Wright28-Dec-03 5:45
professionalRoger Wright28-Dec-03 5:45 
GeneralRe: OK, so I have this website... Pin
nssone28-Dec-03 6:08
nssone28-Dec-03 6:08 
GeneralRe: OK, so I have this website... Pin
Roger Wright28-Dec-03 6:22
professionalRoger Wright28-Dec-03 6:22 
GeneralRe: OK, so I have this website... Pin
nssone28-Dec-03 16:42
nssone28-Dec-03 16:42 
GeneralRe: OK, so I have this website... Pin
perlmunger5-Jan-04 12:58
perlmunger5-Jan-04 12:58 
GeneralIexplorer and 8 bit images Pin
georgiek5025-Dec-03 21:17
georgiek5025-Dec-03 21:17 
Questionhow to &quot;setAttribute&quot; for an event Pin
webProgrammer25-Dec-03 15:09
webProgrammer25-Dec-03 15:09 
AnswerRe: how to &quot;setAttribute&quot; for an event Pin
Heath Stewart28-Dec-03 4:21
protectorHeath Stewart28-Dec-03 4:21 
GeneralRe: how to &quot;setAttribute&quot; for an event Pin
webProgrammer28-Dec-03 6:18
webProgrammer28-Dec-03 6:18 
GeneralRe: how to &quot;setAttribute&quot; for an event Pin
Heath Stewart28-Dec-03 6:32
protectorHeath Stewart28-Dec-03 6:32 
GeneralRe: how to &quot;setAttribute&quot; for an event Pin
webProgrammer28-Dec-03 15:32
webProgrammer28-Dec-03 15:32 
GeneralRe: how to &quot;setAttribute&quot; for an event Pin
Heath Stewart28-Dec-03 18:03
protectorHeath Stewart28-Dec-03 18:03 
GeneralRe: how to "setAttribute" for an event Pin
Richard Deeming9-Jan-04 7:08
mveRichard Deeming9-Jan-04 7:08 
Generalfixed background in table Pin
Brakanjan25-Dec-03 12:36
Brakanjan25-Dec-03 12:36 
GeneralRe: fixed background in table Pin
l a u r e n25-Dec-03 13:49
l a u r e n25-Dec-03 13:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.