SystemDown
08-15-2002, 02:21 AM
i have downloaded the triple combo box by Hamid, and have modified the script to suit my needs, but i cant figure out how to set the target for the links to open as a blank page instead of opening in its own window.
this is a part of my code as the 3rd section of the code, it is the 3rd combo box with the links.
--------------------------------------------------------------------------------------
secondGroup[0][0][0]=new Option("---Select 3---"," ");
secondGroup[1][0][0]=new Option("---Select 3---"," ");
secondGroup[1][1][0]=new Option("Select Version For RM9800 4 Station"," ");
secondGroup[1][1][1]=new Option("Version 3","23954.htm");
secondGroup[1][2][0]=new Option("Select Version For RM9800 6 Station"," ");
secondGroup[1][2][1]=new Option("Version 3","23955.htm");
secondGroup[1][3][0]=new Option("Select Version For RM9800 8 Station"," ");
secondGroup[1][3][1]=new Option("Version 3","24620.htm");
secondGroup[1][4][0]=new Option("Select Version For RM9800 10 Station"," ");
secondGroup[1][4][1]=new Option("Version 3","24621.htm");
secondGroup[1][5][0]=new Option("Wrong Selection, Select Model"," ");
secondGroup[1][5][1]=new Option("","");
-----------------------------------------------------------------------------------
I HAVE ATTACHED A COPY OF THE WHOLE SCRIPT SO YOU CAN SEE WHAT I MEAN. THANX.
ASAP
please please help!! thankyou!!
this is a part of my code as the 3rd section of the code, it is the 3rd combo box with the links.
--------------------------------------------------------------------------------------
secondGroup[0][0][0]=new Option("---Select 3---"," ");
secondGroup[1][0][0]=new Option("---Select 3---"," ");
secondGroup[1][1][0]=new Option("Select Version For RM9800 4 Station"," ");
secondGroup[1][1][1]=new Option("Version 3","23954.htm");
secondGroup[1][2][0]=new Option("Select Version For RM9800 6 Station"," ");
secondGroup[1][2][1]=new Option("Version 3","23955.htm");
secondGroup[1][3][0]=new Option("Select Version For RM9800 8 Station"," ");
secondGroup[1][3][1]=new Option("Version 3","24620.htm");
secondGroup[1][4][0]=new Option("Select Version For RM9800 10 Station"," ");
secondGroup[1][4][1]=new Option("Version 3","24621.htm");
secondGroup[1][5][0]=new Option("Wrong Selection, Select Model"," ");
secondGroup[1][5][1]=new Option("","");
-----------------------------------------------------------------------------------
I HAVE ATTACHED A COPY OF THE WHOLE SCRIPT SO YOU CAN SEE WHAT I MEAN. THANX.
ASAP
please please help!! thankyou!!