Click here to Skip to main content
15,886,823 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: I urgently need an online exam or test script Pin
cjoki17-Jun-11 11:04
cjoki17-Jun-11 11:04 
AnswerRe: I urgently need an online exam or test script Pin
thatraja8-Jul-11 17:05
professionalthatraja8-Jul-11 17:05 
QuestionBreak down URL Pin
djhankypark11-Jun-11 2:46
djhankypark11-Jun-11 2:46 
AnswerRe: Break down URL Pin
Graham Breach11-Jun-11 5:37
Graham Breach11-Jun-11 5:37 
GeneralRe: Break down URL Pin
djhankypark11-Jun-11 6:42
djhankypark11-Jun-11 6:42 
Question[SOLVED] Keep the page position? [modified] Pin
Joan M9-Jun-11 3:33
professionalJoan M9-Jun-11 3:33 
AnswerRe: Keep the page position? Pin
all_in_flames9-Jun-11 3:58
professionalall_in_flames9-Jun-11 3:58 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 4:20
professionalJoan M9-Jun-11 4:20 
Hello all_in_flames (I hope you are well Roll eyes | :rolleyes: ),

I've tried the first option about the <a> tag... this semi-works as the page gets moved as before but a little bit better as it shows the content centered...

Also tried to use focus()... without luck... it seems it don't work for me...

function toggle(id)
  {
    var e = document.getElementById(id);
    if(e.style.display == 'block')
    {
      e.style.display = 'none';
      e.focus();
    }
    else
    {
      e.style.display = 'block';
      e.focus();
    }
  }


then arriving at your last recommendation... I think it is how I'm doing it right now... I've put all the content there but the style is display:none and I "only" show and hide it... This has been my initial approach and the behavior is not what I want...

Any idea on what should I do?

Thank you in advance!
[www.tamelectromecanica.com] Robots, CNC and PLC machines for grinding and polishing.

GeneralRe: Keep the page position? Pin
all_in_flames9-Jun-11 4:25
professionalall_in_flames9-Jun-11 4:25 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 5:06
professionalJoan M9-Jun-11 5:06 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 5:14
professionalJoan M9-Jun-11 5:14 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 4:38
professionalJoan M9-Jun-11 4:38 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 5:16
professionalJoan M9-Jun-11 5:16 
AnswerRe: Keep the page position? Pin
Graham Breach9-Jun-11 5:06
Graham Breach9-Jun-11 5:06 
GeneralRe: Keep the page position? Pin
Joan M9-Jun-11 5:18
professionalJoan M9-Jun-11 5:18 
GeneralRe: Keep the page position? Pin
Graham Breach9-Jun-11 8:15
Graham Breach9-Jun-11 8:15 
QuestionRunning .NET app on Linux Pin
AmbiguousName9-Jun-11 3:01
AmbiguousName9-Jun-11 3:01 
AnswerRe: Running .NET app on Linux Pin
Groulien9-Jun-11 4:28
Groulien9-Jun-11 4:28 
GeneralRe: Running .NET app on Linux Pin
Eddy Vluggen19-Aug-11 6:54
professionalEddy Vluggen19-Aug-11 6:54 
AnswerRe: Running .NET app on Linux [modified] Pin
anthonybates11-Jul-11 18:14
anthonybates11-Jul-11 18:14 
AnswerRe: Running .NET app on Linux Pin
Ni740826-Jul-11 2:17
Ni740826-Jul-11 2:17 
AnswerRe: Running .NET app on Linux Pin
vnsw18-Aug-11 17:22
vnsw18-Aug-11 17:22 
AnswerRe: Running .NET app on Linux Pin
Riceto19-Aug-11 1:54
Riceto19-Aug-11 1:54 
GeneralRe: Running .NET app on Linux Pin
Eddy Vluggen19-Aug-11 6:57
professionalEddy Vluggen19-Aug-11 6:57 
AnswerRe: Running .NET app on Linux Pin
Mehdi Gholam4-Sep-11 6:54
Mehdi Gholam4-Sep-11 6:54 

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.