[WSG] Default Cursor into Search box

2007-12-05 Thread marjori . blaske
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasMarjori Blaske/PGG/Cummins   
   received
   by: 
   
   at:12/05/2007 11:15:34 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread marjori . blaske

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasMarjori Blaske/PGG/Cummins   
   received
   by: 
   
   at:12/05/2007 11:15:34 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread marjori . blaske

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasMarjori Blaske/PGG/Cummins   
   received
   by: 
   
   at:12/05/2007 10:52:25 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread chris . block
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasChris Block/PGG/Cummins  
   received
   by: 
   
   at:12/05/2007 12:21:09 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread marjori . blaske
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasMarjori Blaske/PGG/Cummins   
   received
   by: 
   
   at:12/05/2007 10:52:25 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread chris . block

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasChris Block/PGG/Cummins  
   received
   by: 
   
   at:12/05/2007 12:20:51 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread chris . block
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasChris Block/PGG/Cummins  
   received
   by: 
   
   at:12/05/2007 12:20:51 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread Paul Hanson
Matthew,

I don't have a field name. I only have one field on my HTML pages, which is the 
search box. This is my Form:
|
  form method=get action=# onsubmit=highlight(this.highl.value);return 
false
input type=text id=highl /
input type=submit value=Search this Page /br /
/form
|
How do I make the cursor default to the search box? Where would I put the 
document.getElementById('myfield').focus(); line in my HTML code? Can I add it 
to this code:
|
body onLoad=beginSearch ()
|
Help?


Paul Hanson
Technical Writer
RoboHelp ACE - http://www.adobe.com/support/forums/team_macromedia/robohelp.html
Quintrex Data Systems http://www.quintrex.comhttp://www.quintrex.com/
email: phanson at quintrex.com




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Pennell


Do you mean you want to automatically give focus to a particular form field 
when the page loads? You can simply call the .focus() method on the element:

document.getElementById('myfield').focus();

Consider the accessibility implications, first, though; not everyone will be 
happy to have decisions made for them about where they want their cursor to be. 
;)

- Matthew.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Default Cursor into Search box

2007-12-05 Thread Paul Hanson
Matthew,

I don't have a field name. I only have one field on my HTML pages, which is the 
search box. This is my Form:
|
  form method=get action=# onsubmit=highlight(this.highl.value);return 
false
input type=text id=highl /
input type=submit value=Search this Page /br /
/form
|
How do I make the cursor default to the search box? Where would I put the 
document.getElementById('myfield').focus(); line in my HTML code? Can I add it 
to this code:
|
body onLoad=beginSearch ()
|
Help?


Paul Hanson
Technical Writer
RoboHelp ACE - http://www.adobe.com/support/forums/team_macromedia/robohelp.html
Quintrex Data Systems http://www.quintrex.comhttp://www.quintrex.com/
email: phanson at quintrex.com




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Pennell


Do you mean you want to automatically give focus to a particular form field 
when the page loads? You can simply call the .focus() method on the element:

document.getElementById('myfield').focus();

Consider the accessibility implications, first, though; not everyone will be 
happy to have decisions made for them about where they want their cursor to be. 
;)

- Matthew.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Default Cursor into Search box

2007-12-05 Thread chris . block

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasChris Block/PGG/Cummins  
   received
   by: 
   
   at:12/05/2007 12:21:09 CST  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread lisa . kerrigan
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:06/12/2007 09:46:08 AM   
   





**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.
**




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread lisa . kerrigan
Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:06/12/2007 09:45:48 AM   
   





**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.
**




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread lisa . kerrigan

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:06/12/2007 09:45:48 AM   
   





**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.
**




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread lisa . kerrigan

Return Receipt
   
   Your   [WSG] Default Cursor into Search box 
   document:   
   
   wasLisa Kerrigan/StateDevPolicy/DSD 
   received
   by: 
   
   at:06/12/2007 09:46:08 AM   
   





**
Department of Innovation, Industry and Regional Development, 
Government of Victoria, Victoria, Australia.  

This e-mail and any attachments may contain privileged and confidential
information.   If you are not the intended recipient, you may not distribute
reproduce this e-mail or the attachments.   If you have received this message
in error, please notify us by return e-mail.
**




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread Stijn Audooren

Return Receipt
   
Your  [WSG] Default Cursor into Search box 
document   
:  
   
was   Stijn Audooren/TVH   
received   
by:
   
at:   06/12/2007 07:57:20  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread Stijn Audooren

Return Receipt
   
Your  [WSG] Default Cursor into Search box 
document   
:  
   
was   Stijn Audooren/TVH   
received   
by:
   
at:   06/12/2007 07:57:24  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] Default Cursor into Search box

2007-12-05 Thread Stijn Audooren


Return Receipt
   
Your  [WSG] Default Cursor into Search box 
document   
:  
   
was   Stijn Audooren/TVH   
received   
by:
   
at:   06/12/2007 07:57:20  
   






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***