Gregor Samsa

Greenhorn
+ Follow
since Jun 05, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gregor Samsa

Hi guys..does anyone know how to hide menubar,toolbar etc. in current window using JavaScript ? I found something like
function showmenu()
{
netscape.security.PrivilegeManager.enablePrivilege
("UniversalBrowserWrite");
window.menubar.visible=true;
window.directories.visible=true;
window.statusbar.visible=true;
.....
for netscape but I need the code for IE..thanks in advance

Originally posted by kees ... voogd:
you can download a simple one here:
http://145.99.209.105/captcha/SimpleCapchaExample.jsp

kj



thanks kj : ) bu the link is broken
18 years ago
JSP
thanks bear...I believe a ready forum will be ok for beginning as you said... I need something like tutorial on forums or simple codes that I can understand..(in JSP) any recommendations/links on how to do it?
18 years ago
JSP
Hi guys..i am a newbi for jsp.and i would like to create a forum for my site. I will use mySQL and jsp..googled for this but couldn't get any tutorials or help. Does anybody know any resource on this subject
[ June 17, 2005: Message edited by: Bear Bibeault ]
18 years ago
JSP
thanks bear && bill 'captcha' was what I was looking for I will try to implement it. If you find any othe tutorials / sources on this please let me know..: )
18 years ago
JSP

Originally posted by William Brogden:
You are going to have to display an image either selected from a set of static image files on the server Bill



I think I'm gonna go with this option thanks Bill..What about the speed ? Does it make any difference from one to another ? (on the fly & static) Which one is faster you think ?
18 years ago
JSP
Hi everyone..I need to find a way to build a registration page with 'Image Security Code' with JSP..I will display some random numbers/characters in an Image and the user will have to enter that code in order to register.(like yahoo does) I just wanna prevent automated registrations by doing this..I looked everywhere to find a source/article/code for this in JSP but I couldn't..Does anyone know how to do it ?
Thanks..
18 years ago
JSP