The thread so far... Rohit: Wants a "Web-based" app but apparently wants the DB for said app to reside on the client? Wants to offer a "package" à la MS...
David, I think we're fairly close to a meeting of the minds here. The main difference is where the line should be drawn on what is best done in Java verses...
Hi, Thanks for all your advices and response,actually the application i am working on is aimed at two type of customers..one is for clients who want to...
Hi everyone, I'm currently writing a piece of JavaScript code which will visit a sequence of URLs entered by a user. It will visit one URL for a selected time...
Gordon, I haven't used any timeouts yet in Javascript, but allow me to pitch an idea to you. Maybe a FOR loop isn't the way to go. If you had a running...
OK, obvious things ... Firstly, your page not found. The statement you are storing away for setTimeout to execute is "parent.main.location.href = urlArray ...
I was also thinking about asking if anyone knew this or where to get this code - I would also like to know how to disable the "Print Screen" key. It is not...
To the best of my knowledge, this is simply not possible using clientside JavaScript. This is OS-level stuff and so outside the realm of the browser or a Web...
Hi, Unfortunately, JavaScript traps all the other keys of your keyboard except the PrintScreen key.... And even if there was some special way to trap the...
Yahoo is making plans to introduce a premium Yahoo Groups service. This means not all groups would remain free. This wouldn't be horrible, except that it looks...
hey all i m new to js. i want to creat a navigtion bar for my website where if i click the button sub menu should open infront of that button can any on help? ...
I am not sure what to call this. I want to include a script or code on an HTML page that checks for an internet connection. If there is an internet connection,...
I'm having an issue with Regular Expressions matching the wrong text. Finding the last match at the end on the string instead of the first match. (being to...
Hi, This is my first posting to the group, glad to be a part of it. I have a question regarding a perplexing issue I'm facing right now. We have form code...
is there any way to stop execusion of javascript in <script/> tags outside of a function? EX: <script> if(blah==blah) {kill_javascript_block} ... ... ... ... ...
i asked alot before this but no one i think want to give the answer or may be no body knows about the answer of my question so this is last time i m posting a...
Hi. I have pulled external data from an XML-file with javascript (.getURL and .parseXML), with the contents now lying in the variable testNode. how can i...
Hi, We've run into this problem and have come up with a script. It has been tested in IE but not NN or other browsers: // remove right click functionality ...
Whao! Pissed off, are we! Well, Sohail, you CANNOT obfuscate your HTML in any way that will ensure that your user will not access it. There might be work...
thanks a lot rakhesh pai for the lot of information which u have given me but rakesh i saw a page which is hidden by script any no body can see there page...
That sounds like an encryption script, try here: http://webdeveloper.earthweb.com/webjs/jssecu/ Kara Voltz www.MystriOriginals.com -- Affordable custom web...
Regular expressions in JS are "greedy" -- that is, they'll match the greatest number of characters that fit the pattern. The expression /<A (.*)>/ matches "<A...
... That's just simple URL encoding. All you do is take any character, find out it's decimal value, convert it to the hexadecimal system and throw a % sign in...
Trying to obfuscate markup or clientside scripts is an exercise in lameness. There are an infinite number of better and happier ways to waste one's time....