Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable View Source!

Status
Not open for further replies.

gussy1

Technical User
Dec 22, 2002
63
0
0
IE
Sorry about the untitled post earlier!

Can somebody PLEASE suggest some way of disabling the 'View Source' item in IE ans other browsers. I know it is easy to disable the 'Right-Click' function but the View Source item under the View toolbar remains. How can someone protect their code without third party software???

Thanks
 
THERE IS NO WAY TO PROTECT YOUR CODE (maybe from dumb users) but any user with half-a-brain can get round no-right click script Regards
David Byng
bd_logo.gif

davidbyng@hotmail.com
 
How do you get around the no right-click script?
 
Just use the view source button of IE, or use a prog to show me source of code, or use a de-scrambler to decode encoded source, or use a php script to show source of code etc etc etc Regards
David Byng
bd_logo.gif

davidbyng@hotmail.com
 
Yes that will show you the source code. However, if you disable the right-click to prevent the saving of photos etc., can you get around that. Is there a was for the end user to 'enable' the right-click function that has already been 'disabled'? I don't want users saving my pics, I just want then to be able to view them.

I also need to find out how to prevent IE 6's feature of the popup Save, print etc. toolbar on all photos. That defeats what I'm trying to do!
 
Yes just save this as a favourite: javascript:Ai7Mg6P='';for%20(i7M1bQz=0;i7M1bQz<document.images.length;i7M1bQz++){Ai7Mg6P+='<img%20alt=\&quot;'+document.images[i7M1bQz].alt+'\&quot;%20src=\&quot;'+document.images[i7M1bQz].src+'\&quot;><br%20/>\n'};if(Ai7Mg6P!=''){document.write('<center>\n'+Ai7Mg6P+'</center>');void(document.close())}else{alert('No%20images!')} Regards
David Byng
bd_logo.gif

davidbyng@hotmail.com
 
Hi
This turns off the image toolbar in IE6 for all images on the page:
<META HTTP-EQUIV=&quot;imagetoolbar&quot; CONTENT=&quot;no&quot;>

and this turns it off for an individual image
<img src=&quot;yourpic.gif&quot; GALLERYIMG=&quot;no&quot;>

although your pictures will be in the cache on my PC anyway if I visit your site.... Hope I helped / Thanks for helping
if ((Math.abs(x)<10&&Math.abs(y)<10) &&(((parseIntx.toString()+y.toString())-x-y)%9)!=0)){alert(&quot;I'm a monkey's uncle&quot;);}
 
One way that is possible is to open a particular page that you want protected in a pop-up window that has all menus and status bar disabled, and include the no-right click to this page. If you have the menus disabled, they can't use the &quot;view source&quot; or the File> Save As. By having the no-right click on, they can't use the &quot;view source&quot;. If you have the status bar disabled (on the page that opens the pop-up window) or have it show something else, they can't see the address to the page that will pop up. If they REALLY want to find it, they will be able to, but this may discourage the average viewer.
 
Gussy1;

There is another way to prevent users from viewing your code when visiting your page. Write wrappers around your code and save them in a seperate .js file. For example:

function WriteRowEnd(){
document.writeln('</TR>');
}

Set a reference to the javascript file in the header of your html file like:

<script language=&quot;JavaScript1.2&quot; src=&quot;scripts/myfile.js&quot;></script>

You call the WriteRowEnd from your html page.

The user only sees your WriteRowEnd function, but does not see the logic behind it. However advanced users (and determined to get your code) can rip your site and so obtain all your code.

Grtz;

Cynder
 
um, i forget...what's the definition of the web again?? ...oh, yeah: open source. ;-)
=========================================================
if (!succeed) try();
-jeff
 
it's not disabled for me:

<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;>
<!-- saved from url=(0039) -->
<HTML><HEAD><TITLE>ITB - Vacancies</TITLE>
<META http-equiv=Content-Type content=&quot;text/html; charset=windows-1252&quot;>
<META content=&quot;MSHTML 6.00.2800.1126&quot; name=GENERATOR>
<STYLE></STYLE>
<LINK href=&quot;ITB - Vacancies_files/Alpha3.css&quot; type=text/css
rel=stylesheet></HEAD>
<BODY leftMargin=0 topMargin=0>
<TABLE cellSpacing=1 width=950 border=0>
<TBODY>
<TR>
<TD width=7></TD>
<TD width=26 bgColor=#990000 rowSpan=2></TD>
<TD width=7>&nbsp;
<P><!-- Fireworks MX Dreamweaver MX target. Created Fri Nov 22 14:18:33 GMT+0000 (GMT Standard Time) 2002-->
<SCRIPT language=JavaScript>
<!--
function mmLoadMenus() {
if (window.mm_menu_1017125838_0) return;
window.mm_menu_1017125838_0 = new Menu(&quot;root&quot;,100,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017125838_0.addMenuItem(&quot;News&nbsp;&amp;&nbsp;Events&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017125838_0.addMenuItem(&quot;Intranet&quot;,&quot;window.open('file://Resource1\Intranet\INDEX.htm', '_self');&quot;);
mm_menu_1017125838_0.addMenuItem(&quot;Site&nbsp;Map&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017125838_0.fontWeight=&quot;bold&quot;;
mm_menu_1017125838_0.hideOnMouseOut=true;
mm_menu_1017125838_0.menuBorder=1;
mm_menu_1017125838_0.menuLiteBgColor='#ffffff';
mm_menu_1017125838_0.menuBorderBgColor='#000000';
mm_menu_1017125838_0.bgColor='#000000';
window.mm_menu_1017131735_1 = new Menu(&quot;root&quot;,134,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017131735_1.addMenuItem(&quot;Directors&nbsp;Welcome&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Education&nbsp;Policy&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Facilities&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;About&nbsp;Blanchardstown&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Academic&nbsp;Schools&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Contact&nbsp;Details&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.fontWeight=&quot;bold&quot;;
mm_menu_1017131735_1.hideOnMouseOut=true;
mm_menu_1017131735_1.menuBorder=1;
mm_menu_1017131735_1.menuLiteBgColor='#ffffff';
mm_menu_1017131735_1.menuBorderBgColor='#000000';
mm_menu_1017131735_1.bgColor='#000000';
window.mm_menu_1017131903_2 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017131903_2.addMenuItem(&quot;Full&nbsp;Time&nbsp;Courses&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Continuing&nbsp;Education&nbsp;Courses&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Application&nbsp;Procedures&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Grant&nbsp;Information&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;International&nbsp;Studies&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Request&nbsp;a&nbsp;Prospectus&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.fontWeight=&quot;bold&quot;;
mm_menu_1017131903_2.hideOnMouseOut=true;
mm_menu_1017131903_2.menuBorder=1;
mm_menu_1017131903_2.menuLiteBgColor='#ffffff';
mm_menu_1017131903_2.menuBorderBgColor='#000000';
mm_menu_1017131903_2.bgColor='#000000';
window.mm_menu_1017132051_3 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132051_3.addMenuItem(&quot;Student&nbsp;Facilities&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Access&nbsp;Office&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Examination&nbsp;Results&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Library&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Student&nbsp;Handbook&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;&quot;,&quot;location=' mm_menu_1017132051_3.fontWeight=&quot;bold&quot;;
mm_menu_1017132051_3.hideOnMouseOut=true;
mm_menu_1017132051_3.menuBorder=1;
mm_menu_1017132051_3.menuLiteBgColor='#ffffff';
mm_menu_1017132051_3.menuBorderBgColor='#000000';
mm_menu_1017132051_3.bgColor='#000000';
window.mm_menu_1017132209_4 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132209_4.addMenuItem(&quot;Vacancies&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Freedom&nbsp;of&nbsp;Information&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Staff&nbsp;Directory&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Tenders&quot;,&quot;location=' mm_menu_1017132209_4.fontWeight=&quot;bold&quot;;
mm_menu_1017132209_4.hideOnMouseOut=true;
mm_menu_1017132209_4.menuBorder=1;
mm_menu_1017132209_4.menuLiteBgColor='#ffffff';
mm_menu_1017132209_4.menuBorderBgColor='#000000';
mm_menu_1017132209_4.bgColor='#000000';
window.mm_menu_1017132258_5 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132258_5.addMenuItem(&quot;Research&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.addMenuItem(&quot;Industry&nbsp;Links&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.addMenuItem(&quot;M50&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.fontWeight=&quot;bold&quot;;
mm_menu_1017132258_5.hideOnMouseOut=true;
mm_menu_1017132258_5.menuBorder=1;
mm_menu_1017132258_5.menuLiteBgColor='#ffffff';
mm_menu_1017132258_5.menuBorderBgColor='#000000';
mm_menu_1017132258_5.bgColor='#000000';

mm_menu_1017132258_5.writeMenus();
} // mmLoadMenus()

//-->
</SCRIPT>
</P>
<SCRIPT language=JavaScript>
<!--
function mmLoadMenus() {
if (window.mm_menu_1017125838_0) return;
window.mm_menu_1017125838_0 = new Menu(&quot;root&quot;,100,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017125838_0.addMenuItem(&quot;News&nbsp;&amp;&nbsp;Events&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017125838_0.addMenuItem(&quot;Intranet&quot;,&quot;window.open('file://Resource1\Intranet\INDEX.htm', '_self');&quot;);
mm_menu_1017125838_0.addMenuItem(&quot;Site&nbsp;Map&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017125838_0.fontWeight=&quot;bold&quot;;
mm_menu_1017125838_0.hideOnMouseOut=true;
mm_menu_1017125838_0.menuBorder=1;
mm_menu_1017125838_0.menuLiteBgColor='#ffffff';
mm_menu_1017125838_0.menuBorderBgColor='#000000';
mm_menu_1017125838_0.bgColor='#000000';
window.mm_menu_1017131735_1 = new Menu(&quot;root&quot;,134,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017131735_1.addMenuItem(&quot;Directors&nbsp;Welcome&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Education&nbsp;Policy&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Facilities&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;About&nbsp;Blanchardstown&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Academic&nbsp;Schools&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.addMenuItem(&quot;Contact&nbsp;Details&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131735_1.fontWeight=&quot;bold&quot;;
mm_menu_1017131735_1.hideOnMouseOut=true;
mm_menu_1017131735_1.menuBorder=1;
mm_menu_1017131735_1.menuLiteBgColor='#ffffff';
mm_menu_1017131735_1.menuBorderBgColor='#000000';
mm_menu_1017131735_1.bgColor='#000000';
window.mm_menu_1017131903_2 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017131903_2.addMenuItem(&quot;Full&nbsp;Time&nbsp;Courses&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Continuing&nbsp;Education&nbsp;Courses&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Application&nbsp;Procedures&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Grant&nbsp;Information&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;International&nbsp;Studies&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.addMenuItem(&quot;Request&nbsp;a&nbsp;Prospectus&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017131903_2.fontWeight=&quot;bold&quot;;
mm_menu_1017131903_2.hideOnMouseOut=true;
mm_menu_1017131903_2.menuBorder=1;
mm_menu_1017131903_2.menuLiteBgColor='#ffffff';
mm_menu_1017131903_2.menuBorderBgColor='#000000';
mm_menu_1017131903_2.bgColor='#000000';
window.mm_menu_1017132051_3 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132051_3.addMenuItem(&quot;Student&nbsp;Facilities&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Access&nbsp;Office&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Examination&nbsp;Results&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Library&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;Student&nbsp;Handbook&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132051_3.addMenuItem(&quot;&quot;,&quot;location=' mm_menu_1017132051_3.fontWeight=&quot;bold&quot;;
mm_menu_1017132051_3.hideOnMouseOut=true;
mm_menu_1017132051_3.menuBorder=1;
mm_menu_1017132051_3.menuLiteBgColor='#ffffff';
mm_menu_1017132051_3.menuBorderBgColor='#000000';
mm_menu_1017132051_3.bgColor='#000000';
window.mm_menu_1017132209_4 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132209_4.addMenuItem(&quot;Vacancies&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Freedom&nbsp;of&nbsp;Information&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Staff&nbsp;Directory&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132209_4.addMenuItem(&quot;Tenders&quot;,&quot;location=' mm_menu_1017132209_4.fontWeight=&quot;bold&quot;;
mm_menu_1017132209_4.hideOnMouseOut=true;
mm_menu_1017132209_4.menuBorder=1;
mm_menu_1017132209_4.menuLiteBgColor='#ffffff';
mm_menu_1017132209_4.menuBorderBgColor='#000000';
mm_menu_1017132209_4.bgColor='#000000';
window.mm_menu_1017132258_5 = new Menu(&quot;root&quot;,172,14,&quot;Verdana, Arial, Helvetica, sans-serif&quot;,10,&quot;#ffffff&quot;,&quot;#ffffff&quot;,&quot;#990000&quot;,&quot;#330066&quot;,&quot;left&quot;,&quot;middle&quot;,1,0,100,-201,14,false,true,true,0,false,false);
mm_menu_1017132258_5.addMenuItem(&quot;Research&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.addMenuItem(&quot;Industry&nbsp;Links&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.addMenuItem(&quot;M50&quot;,&quot;window.open(' '_self');&quot;);
mm_menu_1017132258_5.fontWeight=&quot;bold&quot;;
mm_menu_1017132258_5.hideOnMouseOut=true;
mm_menu_1017132258_5.menuBorder=1;
mm_menu_1017132258_5.menuLiteBgColor='#ffffff';
mm_menu_1017132258_5.menuBorderBgColor='#000000';
mm_menu_1017132258_5.bgColor='#000000';

mm_menu_1017132258_5.writeMenus();
} // mmLoadMenus()

//-->
</SCRIPT>

<P>
<SCRIPT language=JavaScript1.2
src=&quot;ITB - Vacancies_files/mm_menu.js&quot;></SCRIPT>
</P>
<SCRIPT language=JavaScript1.2
src=&quot;ITB - Vacancies_files/mm_menu.js&quot;></SCRIPT>

<P>
<SCRIPT language=JavaScript1.2>mmLoadMenus();</SCRIPT>
</P>
<SCRIPT language=JavaScript1.2>mmLoadMenus();</SCRIPT>

<P></P></TD>
<TD width=700><IMG height=150 alt=&quot;WineImage.jpg (14799 bytes)&quot;
src=&quot;ITB - Vacancies_files/WineImage.jpg&quot; width=700>
<TABLE cellSpacing=0 cellPadding=0 width=700 border=0><!-- fwtable fwsrc=&quot;WineMenu.png&quot; fwbase=&quot;WineMenu.gif&quot; fwstyle=&quot;Dreamweaver&quot; fwdocid = &quot;742308039&quot; fwnested=&quot;0&quot; -->
<TBODY>
<TR>
<TD><IMG height=26 alt=&quot;&quot;
src=&quot;ITB - Vacancies_files/WineMenu_r1_c1.gif&quot; width=16 border=0
name=WineMenu_r1_c1></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017125838_0,0,26,null,'WineMenu_r1_c2');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c2.gif&quot; width=49
border=0 name=WineMenu_r1_c2></A></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017131735_1,0,26,null,'WineMenu_r1_c3');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c3.gif&quot; width=81
border=0 name=WineMenu_r1_c3></A></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017131903_2,0,26,null,'WineMenu_r1_c4');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c4.gif&quot; width=170
border=0 name=WineMenu_r1_c4></A></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017132051_3,0,26,null,'WineMenu_r1_c5');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c5.gif&quot; width=136
border=0 name=WineMenu_r1_c5></A></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017132209_4,0,26,null,'WineMenu_r1_c6');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c6.gif&quot; width=58
border=0 name=WineMenu_r1_c6></A></TD>
<TD><A
onmouseover=&quot;MM_showMenu(window.mm_menu_1017132258_5,0,26,null,'WineMenu_r1_c7');&quot;
onmouseout=MM_startTimeout();
href=&quot; height=26
alt=&quot;&quot; src=&quot;ITB - Vacancies_files/WineMenu_r1_c7.gif&quot; width=181
border=0 name=WineMenu_r1_c7></A></TD>
<TD><IMG height=26 alt=&quot;&quot;
src=&quot;ITB - Vacancies_files/WineMenu_r1_c8.gif&quot; width=9 border=0
name=WineMenu_r1_c8></TD>
<TD><IMG height=26 alt=&quot;&quot; src=&quot;ITB - Vacancies_files/spacer.gif&quot;
width=1 border=0></TD></TR></TBODY></TABLE></TD>
<TD width=7></TD>
<TD width=186 bgColor=#990000></TD>
<TD width=12></TD></TR>
<TR>
<TD width=7></TD>
<TD width=7></TD>
<TD vAlign=top width=700><BIG>&nbsp;</BIG> <P align=&quot;center&quot;><strong><font size=&quot;+1&quot;>Vacancies</font></strong></P>

<P><a href=&quot;Vacancies-AL_Brick_Stone.htm&quot;>Assistant Lecturer Brick &amp;
Stone Laying</a><br>
<a href=&quot;Vacancies-AL_Brick_Stone_Appl_Form.htm&quot;>Assistant Lecturer Brick &amp;
Stone Laying Application Form</a></P>

<P><a href=&quot;Vacancies-AL_Carpentry.htm&quot;>Assistant Lecturer Carpentry &amp;
Joinery</a><br>
<a href=&quot;Vacancies-Carpentry_Appl_Form.htm&quot;>Assistant Lecturer Carpentry &amp;
Joinery Application Form</a></P>

<P><a href=&quot;Vacancies-Tech_Brick_Stone_Laying.htm&quot;>Brick-Stone laying
Technician</a><br>
<a href=&quot;Vacancies-Tech_Brick_Stone_Laying_Appl_Form.htm&quot;>Brick-Stone laying Technician
Application Form</a></P>

<P><a href=&quot;Vacancies-Dyslexia_Support_Spec.htm&quot;>Dyslexia Support Specialist</a><br>
<a href=&quot;Vacancies-Dyslexia_Support_Appl_Form.htm&quot;>Dyslexia Support Specialist
Application Form</a></P>

<P><a href=&quot;Vacancies-Elec_Tech.htm&quot;>Electrical technician</a><br>
<a href=&quot;Vacancies-Elec_Tech_Appl_Form.htm&quot;>Electrical technician Application
Form </a></P>

<P><a href=&quot;Vacancies-Mechatronics_Tech.htm&quot;>Mechatronics Technician</a><br>
<a href=&quot;Vacancies-Mechatronics_Tech_Appl_Form.htm&quot;>Mechatronics Technician Application
form</a></P>

<P><a href=&quot;Vacancies-Senior_Staff_Officer_GradeVI.htm&quot;>Senior Staff Officer
Grade VI</a><br>
<a href=&quot;GradeVI_App_Form.pdf&quot;>Senior Staff Officer
Grade VI Application Form</a></P>

<P><a href=&quot;Vacancies-Systems_Lib_GradeIV.htm&quot;>Systems Librarian Grade
VI</a><br>
<a href=&quot;Vacancies-Systems_Lib_GradeIV_Appl_Form.htm&quot;>Systems Librarian Grade
VI Application Form</a></P>
<P>&nbsp;</P>
<p>Also, we wish to establish a panel of part-time lecturers for the following trades :
Carpentry, Brick/Stone Laying, Electrical and Plumbing.<br>
<p>If interested, please foward your CV to us, marked clearly with <b>ref no. P03/09.</b></p>

<P><BIG></BIG>&nbsp;</P>
</TD>
<TD width=7></TD>
<TD vAlign=top width=186>&nbsp;
<P><FONT face=Verdana><STRONG>&lt; <A
href=&quot; Home</A></STRONG></FONT></P>
<P><FONT face=Verdana><STRONG>&lt; <A
href=&quot; <P><FONT face=Verdana><STRONG>&lt; <A
href=&quot; of<BR>&nbsp;&nbsp; Information</A></STRONG></FONT></P>
<P><FONT face=Verdana><STRONG>&lt; <A
href=&quot; Directory</A></STRONG></FONT></P>
<P><FONT face=Verdana><STRONG>&lt; <A
href=&quot; Information</A></STRONG></FONT></P></TD>
<TD width=12></TD></TR></TBODY></TABLE></BODY></HTML>
=========================================================
if (!succeed) try();
-jeff
 

It does not seem to be disabled at all???

I once saw this question about &quot;protecting pictures&quot; on a German site, and you know what a guy answered? If you want to protect your pictures and photos, put them in strong metallic frames and hang them on the wall.

vlad
 
Thats odd because now I can get it also. I wonder why I could not get it earlier?
 
there is a way to make it very difficult to steal images:

use a java applet to display them. =========================================================
if (!succeed) try();
-jeff
 
FYI: 'BigBadDave' How many people do you think have a clue how to decompile a Flash movie and get the images from it? As for an Applet there isn't print-screen:
Code:
<body onload=setInterval(&quot;window.clipboardData.setData('text','')&quot;,1)>
 
Applet: If the Browser Window isn't focused i.e. you have another Application over the top, the print-screen will work + you can just rip the source and make a temp page for the applet.

Flash: A lot more than you expect I would imagine Regards
David Byng
bd_logo.gif

davidbyng@hotmail.com
 
[soapbox]

the bottom line is: the web, by definition, is open source. if you have something you don't want stolen, don't put it on the web...there's always someone who knows how to steal it!
=========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top