rkanovska
02-04-2003, 02:26 PM
Is it possible to set Focus on an image. I have a button image and onLoad I have to set the focus on it. I tried with tabindex - it doesn't work.
Thanks
Thanks
|
Click to See Complete Forum and Search --> : Button image - onFocus rkanovska 02-04-2003, 02:26 PM Is it possible to set Focus on an image. I have a button image and onLoad I have to set the focus on it. I tried with tabindex - it doesn't work. Thanks rkanovska 02-04-2003, 07:08 PM Thanks Dave! The button is an Image link I have this for onLoad <body bgcolor="#DBDBDB" topmargin="16" onload="document.survey_form.myImage.focus();"> and this for defining the link <a href="javascript:NewWin('enrol_one_sur.xsql?hicn={$hicn}&accutraq_id={$aqid}&hplan_id={$hplan_id}&record_i d=0')"> <img border="0" name="myImage" src="../images/addnew.gif" width="63" height="19" tabindex = "1" valign="right"/> rkanovska 02-04-2003, 08:01 PM It didn't work for me. What else can I try? Sometimes after the refresh the button has focus on it , but the link is not there, somethimes the focus is somewhere else webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |