Jump to content

molloyboy08

Members
  • Posts

    4
  • Joined

  • Last visited

molloyboy08's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. topic... i make array use a switch to assign values then access it qkey1=new Arrayqkey1b=new Arrayqkey2=new Arrayqkey2b=new Arrayfor(a=1;a<=b;a++){text.Write("//quick keys names for submenu "+a)text.WriteLine()qkey1[a]=new Arrayqkey1b[a]=new Arrayqkey2[a]=new Arrayqkey2b[a]=new Arrayfor(c=1;c<=parent.submenus[a];c++){switch(parent.qkey1[a][c]){case 0:qkey1[a][c]=""qkey1b[a][c]=""break;case 1:qkey1[a][c]="Ctrl"qkey1b[a][c]="vk_control"break;and so on}text.Write('firstsubmenuquickkey['+a+','+c+']="')if(parent.qkey1[a][c]!=0) { if(parent.qkey2[a][c]!=0) { text.Write(qkey1[a][c]+'+'+qkey2[a][c]) } else { text.Write(qkey1[a][c]) } }else { if(parent.qkey2[a][c]!=0) { text.Write(qkey2[a][c]) } else { }}text.Write('"')text.WriteLine()}} if not enough info ask for more, plz help
  2. what browser are you using i just tested it on ie and it works without blanking it out, and nice script too
  3. it will work if the user selects yes to running activex object if its set to ask. if its not set to ask then its automatically a yes. Hope it helps. Mind if i ask what it is your planning to write to someones computer over the internet
  4. ok im using javascript for something obviously and i have a problem <form name=form1><table border="0" cellpadding="0" cellspacing="0" width="799" height="497"> <tr> <td valign="top"> </td> <td valign="top" colspan="2"> <script language='javascript'> document.write('<p align="center"><u><font size="4"><b>Submenu '+parent.activeSubmenu+'</b></font></u></p>'); </script> <p><font size="4"><b>Name: <input type="text" name="name" size="20"> Icon: <input type="text" name="icon" size="20"></b></font></p> sample of the code, now how would i indicate the value contained in input name if you want more info plz ask and i will provide but i think this is enoughedit1: solved boy do i feel embarassed its form1.name.value loledit2: hmm can i change part of not solved that i put, i didn't realize i wouldn't find a way to change if when i made
×
×
  • Create New...