Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

Talented.

Interests
programming stuff.
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for Hosmer23

You can make a new .js/.jse file and make variables containing the password. Still, you can get into it. Try to make it as secure as you can. But it wouldn't be worth it for just 1 web page...

Member Avatar for dasabel100
0
815
Member Avatar for virtualmisc

Hmm...yes, it's supposed to make a new line, and if you have too much text, it wraps, and looks weird. And hi, I'm back, after, erm, 4 years?:$

Member Avatar for Mohan0704
0
94
Member Avatar for Mohan0704

Random numbers from 1-50 are drawn and displayed in a alert dialog box.

0
163
Member Avatar for serkan sendur

I mean, do you absolutely need it? If it's worth it, then yes. If it's not, then no. Sure, you can do that, but don't other people want less complicated scripts? Also, if an error happens, how do you fix it? It's pretty long, you know.

Member Avatar for serkan sendur
0
189
Member Avatar for vegaseat

Next time, Try make the webpage XHTML 1.1/1.0 compliant. It's much easier to read and will prevent browser errors.

Member Avatar for Mohan0704
0
190
Member Avatar for chronoel
Member Avatar for still_learning

I think I know what you mean... so I'll try to fix it... ok, this isn't very accurate, but will do the trick. first, create a id called 'txt' then copy this javascript: document.onmousemove=showcoords; function showcoords(e) { var xpos; var ypos; if (navigator.AppName="Microsoft Internet Explorer") { xpos = event.x; ypos …

Member Avatar for still_learning
0
153
Member Avatar for tanha

You could just use a meta command (like this): where ## is a number of how long to keep the visitor here until the *.html where * is the name of the page is there. In other words, it simply redirects a user to another page. history.go(0) also works and …

Member Avatar for ~s.o.s~
0
121
Member Avatar for rene_maassen
Member Avatar for mikki2

You can also do it with a '.ico' file. I reckon a icon file (.ico) is the best as it is small and has a relatively small size. To bad it needs to be created with icon editing software.

Member Avatar for mikki2
0
125
Member Avatar for fluffythebunny

I recommend you look at this. Yes, you can drag items (pictures, layers, DIVs) anywhere onto the page by using this cool script: 1. put this in your webpage: <style type="text/css"> .drag{ position:relative; cursor:hand; z-index: 100; } </style> 2. Once the script is installed, enabling any image on the page …

Member Avatar for Luckychap
0
95
Member Avatar for vganeshvenu
Member Avatar for hidash_in

if you want to open programs, executables or documents, can't you just use: location.href="*" or a document.write(''+'something'+'') Plus, do you really need to? If it's really worth it, try a little bit of research in google to see if you can.

Member Avatar for ~s.o.s~
0
179

The End.