User Profile

Collapse

Profile Sidebar

Collapse
sunbeam
sunbeam
Last Activity: Nov 29 '06, 07:08 AM
Joined: Nov 25 '06
Location: Greece
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • @ Roland: sorry about that, thought i had the
    Code:
    ...
    tag in my post

    @ Atli: the whole code i posted gets (only in Internet Explorer) the (real) COMPUTERNAME and the (real) LOGGED-IN USER (localy)

    so this js gives you 2 values, and my question was, how can I take these 2 values from the js script and put them into my php file where i do the check, if a user has enough privileges, to c the modules (privileges = COMPUTERNAME,...
    See more | Go to post

    Leave a comment:


  • //Shows HTML text in IE window in element labeled "UserData_i d"
    function ShowUserData(){
    var s = ""

    //Puts it in a table
    s += '<b>User Info</b> ';
    s += '<table>\n';
    s += '<tr><td width="33%" align=center><u >User Name</u></td>';
    s += '<td width="33%" align=center><u >Domain Name</u></td>';...
    See more | Go to post

    Leave a comment:


  • How to include JavaScript into PHP to get 2 Variables ??? Need urgent help with that

    Short Description of the Project:

    we developed a e-learning system for our students. each student has a unique username/password to view the modules he/she should view and nothing more. since we want to give them the opportunity to run these modules from home as well, we are trying to get the USERNAME/COMPUTERNAME as well, so the students, when they sign up for the modules, they can ONLY run the modules fromhome PC.

    ...
    See more | Go to post
No activity results to display
Show More
Working...