The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> multiple users edit a form, I want three users to be able to simultaneously modify a single page
pauloc
post Feb 7 2019, 05:45 AM
Post #1





Group: Members
Posts: 2
Joined: 7-February 19
Member No.: 26,817



I have situation where I need to enroll 45 people into a program in order of their arrival.
The webpage below permits one user to click on a number and see its cell change color.
How do I permit 3 users to make changes to the form so each operator will know which numbers have been called permitting them to call the next candidate to the enrollment desk.

I do not have access to the LAN server. It can only run from a shared folder on a workstation.

Thanks
Paul


<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Admission Numbers</title>
</head>

<body>

<p> </p>
<p align="center"><font size="4" face="Arial">Click on the number you are
currently admitting.</font></p>
<p align="center"> </p>
<table border="1" width="100%">
<tr>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">1</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">2</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">3</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">4</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">5</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">6</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">7</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">8</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">9</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">10</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">11</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">12</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">13</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">14</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">15</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">16</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">17</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">18</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">19</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">20</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">21</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">22</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">23</font></td>
</tr>
<tr>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">24</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">25</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">26</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">27</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">28</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">29</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">30</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">31</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">32</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">33</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">34</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">35</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">36</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">37</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">38</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">39</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">40</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">41</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">42</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">43</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">44</font></td>
<td onclick="this.style.backgroundColor = 'Red';"align="center"><font size="4" face="Arial">45</font></td>
<td align="center"> </td>
</tr>
</table>

</body>

</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Feb 7 2019, 09:42 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(pauloc @ Feb 7 2019, 11:45 AM) *

I do not have access to the LAN server. It can only run from a shared folder on a workstation.

I assume the three operators are not using the same browser (if so it would be easy using e.g. a cookie)? Otherwise it's normally not possible for a browser to write to the local file system (though I read somewhere that MSIE's activeX might let you do it). Why not host the page on an online web server instead?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pauloc
post Feb 7 2019, 04:51 PM
Post #3





Group: Members
Posts: 2
Joined: 7-February 19
Member No.: 26,817



QUOTE(Christian J @ Feb 7 2019, 09:42 AM) *

QUOTE(pauloc @ Feb 7 2019, 11:45 AM) *

I do not have access to the LAN server. It can only run from a shared folder on a workstation.

I assume the three operators are not using the same browser (if so it would be easy using e.g. a cookie)? Otherwise it's normally not possible for a browser to write to the local file system (though I read somewhere that MSIE's activeX might let you do it). Why not host the page on an online web server instead?


Thanks for the info.
Any other ideas?
Do I need to get a .exe file created?

Thanks
Paul
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 03:01 AM