User Profile
Collapse
-
ehh... magic, got it...... -
How is this done?
in the demo on this page there is a script (looks like it only works in IE) that creates an animated gif or something of the like that floats above the browser and is always on top. anyone know how to do this?
http://www.mydlstore.com/product.php?products_id=139... -
-
if you are useing any code you didnt write yourself i would check for a line like this
document.body.o nresize = something
this would overwirte your default onresize. just a thought....Leave a comment:
-
POLL just looking for your input on this.
A script that allows you to:- protect the source code of your site.
- design a custom context menu (right click) useing javascript and css.
- create a context menu for your pages elements by group (by tag name) or individualy (by id).
would you pay for it, and if so how much. -
How can you get the top level div?
heres my problem... I have some divs nested like this
Code:<div id="divID"><div><a href="someplace">Some place</a></div><div><a href="Someplaceelse">Some Other place</a></div></div>
Code:function clicktest(e){ if (!e) var e = window.event
-
are you saying that when validate returns false it still goes to the get function?
if this is so please provide the validate, and get functions....Leave a comment:
-
-
-
cStr()
its vbscript but its the best you got if this dosent work for some reason. try something like this
dim num
num = 1000
num = "" & numLeave a comment:
-
if your going to ask for help. try posting ONCE in the right forum.Leave a comment:
-
javascript table row sort?
anyone know a way to sort rows of a table (<tr>) by a certain colum (<td>) in javascript? thanks. -
Use ajax to have javascript communicate to a server side page. anything else is hacking and will get the feds on ya :)Leave a comment:
-
the best way i would know of to disable javascript commands is to simply overwrite them with your own code. for example, to overwrite the print() command you would add this to your code.
Code:self.window.print = function(){ return false; }
Code:self.window.print = function(){ alert("access viloation at memory address: 0xFFFFFF\n Printer is not installed.")
Leave a comment:
-
ahh yes but that is what the try catch is for it looks like. if your computer isnt set up to allow activeX controls automatically youll never know it was there.Leave a comment:
-
it seems what it does is cause a denial of service on the unsuspecting victums computer then executes some arbitray code to allow some hacker control over you r machine....Leave a comment:
-
just need to add the parameter '_self' like below.
Code:<tr> <td><a href="index.html "onMouseDown="var myWindow=window.open('index.html', '_self');"> <button>home</button></a> </td> <td><a href="paginas/nieuws.html "onMouseDown="var myWindow=window.open('paginas/nieuws.html', '_self');"> <button>nieuws</button></a></td>
Leave a comment:
-
well with a little research i found this
http://www.securiteam.com/exploits/6A0060AH5G.html
http://www.secguru.com/node/345
looks like it is an attack. can you post where you found it?...Leave a comment:
-
can i ask where you got this. it dosent seem to be javascript at least nothing like what iv seen befor but id recongize a memory address anywhere. it seems to be sliceing and moveing ram. humm didnt know this was possible from a browser. does it even work?Leave a comment:
-
for future refrence this is a very vauge question. might want to include where you found it. the line of code it was used on. or better yet the function it is used in.
anyway nextsibling is most often used in parseing xml. it basicaly means to move to the next sibling in a tree. for example if we had the xml document
<Colors>
</Red>
</Green>
</Blue>...Leave a comment:
No activity results to display
Show More
Leave a comment: