Thanks !
That gave me an idea how to fix the problem ! Thanks a lot !
Best wishes !
User Profile
Collapse
-
-
Hi,
http://kourbatov.com/faq/openinga.htm
here you can see an example of what you're trying to do. It shoes only the minimize button but the maximize button could not be clicked and you can't resize the window. I'm not sure if the minimize button could be disabled ...
Best wishes....Leave a comment:
-
You're right. It's almost impossible to make that security with right click. It's just annoying, because I could just open the source via View->Page Source ( in FireFox ) and I don't remember where it was in IE ... Every new web browser has that option of viewing the sites source. The right thing to do is just to make you're site scripts compatible with each other only. I've done that and it's not so difficult but you'll need some time.
...Leave a comment:
-
Hi there,
This is just a simple example of a script I made for you:
...Code:<HTML> <HEAD> <TITLE>TextAreas</TITLE> <script type="text/javascript"> function insertTextAreas(form) { textAreas = document.forms['myform'].selects.value; var container = document.getElementById("areas") container.innerHTML = '';Leave a comment:
-
Thanks. That works fine and it's exactly what I needed :)
Best wishes...Leave a comment:
-
Dynamic input form...
Hi,
This is not just a simple input form made with javascript. This is the code:
...Code:<html><head> <script language="JavaScript"> var i=0; function add(inputEvent, inputDur, inputCode, placeEvent, placeDur, placeCode, placeDel, elmnt, inputButton) { var event = document.getElementById(inputEvent); var val = document.getElementById(inputDur); -
Javascript and height of an element
Hi,
I'm facing a problem with this one. I made a js script which checks the height of an element and increases it with 30px. Everything is working fine but then comes the problem with summing the height and 30 px.
This is my code:
...Code:function add(elmnt) { if(elmnt != null || elmnt != 'undefined') { var height = document.getElementById(elmnt).style.height;
No activity results to display
Show More
Leave a comment: