Restrict Access

May 30, 2006

have made a homepage with nvu and works good but want to restrict access to all pages except the main page. i want everyone that tries to access a subpage directly to be redirected to the mainpage.

is there any simple way to achieve that ? must be in html or javascript.

View 1 Replies


ADVERTISEMENT

Restrict The Access For Web Content Resources Files?

Jun 7, 2011

I have a Web application and the web resources like jss,css,jquery files are located outside of the WEB-INF directory (Java application) and if some user or hacker change the URL could see the source code for many js and jquery files.

View 4 Replies View Related

Restrict End User Access File From View Source?

Jul 31, 2009

Basically am working on the travel booking site,i written the lot of ajax scripts , so am little bit fear of that ajax ,becoz if some one tried to access anonymously So i dont want to user access or takeing my javascript fileTell me how to restrict the use get my javascript filecouple of days back i saw on site, in the i take that site js url , and when i typed on the Browser , the system say , you cant view this URL

View 2 Replies View Related

How Can I Restrict ExecCommand('undo') To A <div>?

Jul 23, 2005

I am using IE 6.0. On a page, I have placed a contenteditable div
which I want to use as a Rich Text Area. I am using the execCommand method of
the document to control bold, italics, underlining, and undo for this div.

I have placed an input element on the page to. All but the undo, are
restricted to working only on the div. How can I restrict the undo to
working on only the div?

Below is the complete page so you can see what I am talking about.
Just paste it into an htm file and traverse to it via your browser.
Type something in the div and the input and then try the buttons. Code:

View 3 Replies View Related

Restrict User Input

Jan 18, 2006

I have a textfield where i would like the user to input only Y or N.

can somebody tell me how can i restrict the user from entering any other character, number or special character.

View 10 Replies View Related

Restrict File Types

Feb 14, 2007

How do i restrict files types that can be accessed when using the input element type file...like the one used when uploading..how do i restrict it to certain files with given file extensions?

View 3 Replies View Related

Restrict Duplicate In DropdownList?

Jun 30, 2010

I am having a table with rows created using a button click event. While adding rows to the table, I create drop dowlist using

Code:
objVehicles = document.createElement("<SELECT class='dropdownbox' id=Vehicles"+objAlertRowId+" name=Vehicles"+objAlertRowId+" STYLE='width:148px'; onchange='setDataChanged();toggleEditButton(" + objAlertRowId+ ",this.value);' >");
objNewRow.cells.item(3).appendChild(objVehicles);

And the output will be like the attached screen shot.

The control name as Vehicles0,Vehicles1 and so on Now I want to restrict that the the user select no duplicates from the List.

What logic I can implement ?

View 2 Replies View Related

Restrict Inverted Commas In Textbox

Jul 6, 2006

I've a textbox field, where user enters his name. I want to restrict
him from entering double and singls inverted commas.What kind of
function should i write.

View 3 Replies View Related

Restrict Area On Image But Get Coordinates?

Sep 13, 2009

I need to restrict an area on the image but also get the coordinates from the image. I am using a form element "input type=image" so I can get the X Y coordinates from an image. I don't want the user clicking on a whole image, in this case a map of a country. I don't want the users clicking off the country's borders in to another country and I want to be able to get the coordinates from inside the country. I have tried to mix the element from the form with the area shape so when someone will click on the image it will first verify if it's over the hotspot and if it's over the poly coords then it will allow the user to click, the form will submit and the coordinates will be stored into the database.

I just don't know how I could integrate javascript into this. This is my code, not really something functional, the coordinates will pass on to the next page as a variable but limiting the area where the users may click is something that I have not figured out. I can create an area shape but without getting the coordinates from the image. Anything will do, even without <input type=image , if there is some way around this so I can make this work.

<script type="text/javascript">
function myEye() {
document.coordform.submit();
}
</script>
<form action='store.php' method=post name="coordform"> .....

View 4 Replies View Related

Restrict File Size Before Upload?

Jun 14, 2011

In JSP / HTML, I want to restrict the size of file being uploaded.

<input type="file" name="myfile"/>

If the user trying to upload a file size bigger than some value say 5MB, i want to give mesage to the user. I don't want to wait till the file gets uploaded to server and then validate the file size. I am looking for client side validation. Can it be done using scripting language or any other way?

Need a solution for this in Internet Explorer. I got a solution using ActiveX control:

var myFSO = new ActiveXObject("Scripting.FileSystemObject");
var filepath = document.getElementById('myfile').value;
var thefile = myFSO.getFile(filepath);
var sizeInBytes = thefile.size;

But ActiveX controls are not allowed in our application. Is there any alternative way for this?

View 3 Replies View Related

Tooltips - Restrict Div Hover Position

Oct 31, 2009

I'm currently generating some tooltips to display data for certain items in a game. The tooltips and stats work great, however, for certain items, the tooltip gets long and will extend pass the viewable range for the user.

Here are the links:
test page: [URL]
javascript: [URL]
css (for hover div only): [URL]

If you hover over the links of items (like villages, barracks, etc.) a tooltip will pop up to show you the stats. But if you notice, for items like castles, the tooltip can extend past the viewable range for the user.

View 1 Replies View Related

Restrict Single Quote And Backslash

Feb 11, 2006

Does anyone have code to restrict input of a singli quote and a backslash in input field? I need to make sure this code works in IE, FF, Opera. Well, all major browsers

View 6 Replies View Related

Restrict The Amount Of Windows Open

Feb 19, 2007

Is there anyway of restricting the amount of webpages open. I would like users of a site only to beable to have two pages (from the site i am talking about) open at anyone time.

View 1 Replies View Related

Restrict Text Length To Nearest Word?

Nov 8, 2009

I am very able to restrict char length by using substr() but this means that in some cases the word gets cut off in the middle of it.

How can I restrict the char length to the nearest word.

This is where I got to and then went blank?

Code:
if(comparename.length > 18){
if(comparename.substr(0,18) != ' '){
for(var tzx=0;tzx<comparename.length;tzx++){
while(comparename.substr(0,(18-tzx)) != ' '){

[Code]....

View 3 Replies View Related

Restrict Script To Running When Called By A Certain Element?

Sep 17, 2011

I picked up this Drag n Drop script years ago from the net. Modified it slightly but one mod i cant make work is limiting it to only running when the mouse is over an ID called dragid. Currently a mouse drag anywhere in the browser moves the dragid element which is annoying.

HTML Code:

//Drag and Drop script
if(document.getElementById){
(function(){
//Stop Opera selecting anything whilst dragging.

[Code]...

View 7 Replies View Related

JQuery :: Constrain / Restrict Mouse Pointer To A Selector?

Jul 8, 2009

Is it possible with jQuery, or JavaScript for that matter, to trap the mouse in a div or other tag so that it can only move around in it. I'd like this for a modal window so thta the user knows that they must do something in the window first before carrying on.

View 2 Replies View Related

JQuery :: Settings - Restrict Number Of Menus In Superfish?

Jul 16, 2009

When the number of menus (including a menu and its submenus) reach a particular number, then after that rest of the menus are not getting
displayed. Is there any settings available to restrict number of menus in superfish?

View 1 Replies View Related

JQuery :: Restrict Hover Action To A Single Image

Jun 6, 2011

I m having trouble restricting an action to a single image. I am trying to make the background fade to full opacity on hover, and have that working like I want to. The problem is that when I hover one image, ALL the images fade to full opacity. Obviously it would be nice to only have the one that is being hovered over. I am sure it is just a simple thing in the code but I just can't figure out what it is.

[Code]...

View 2 Replies View Related

Restrict An Html Text Input To Only Take Default Values?

Jan 20, 2011

I was wondering if it is possible to restrict the values of a text input box to only accept set values such as "XBC1". I am trying to make a form for a scanner so you can scan bar codes and it will auto fill the form out and have default values set so incorrect values cant be submitted into the database and mess everything up.

View 4 Replies View Related

JQuery :: Restrict User Copy The Site Page Article?

Jun 6, 2009

<div>
</div><div>
</div><div>

How to restrict the user copy the article content in the page ,</div><div>

1.I want to disable the copy from the right click menu ,</div><div>

2.also want to restrict the user Select all the article and take the copy

View 3 Replies View Related

JQuery :: Unable To Restrict Focus To A Textbox For Input Error?

Aug 25, 2010

I am trying to restrict focus to atextbox if there is input error, but with nosuccess. Here is my javascript:

$(document).ready(function () {
$("#txt_username").blur(function () {
var username_length;
username_length = $("#txt_username").val().length;

[Code]....

View 2 Replies View Related

How To Restrict User From Input In <input Type="file">

Apr 17, 2006

I want to restrict the user from being entering the value in <input type="file">. It works fine in IE but not in Mozilla. I am sending my code also which works in IE and not in Mozilla...

View 2 Replies View Related

Text Of A Text-box Or Text-area Restrict To Readonly?

Oct 18, 2011

Would u pls let me know whether the following is possible or not: User can be able to insert text on a text-box or text-area(form) as usually we use text-area to do so. But I want to put some readonly text using an open and close tag

for example: <ro>This is readonly text</ro>insert your text here Can I be able to make the text inside <ro>..</ro> tag readonly, it means user can't be able to modify or delete this readonly text. readonly text length not fixed. only way to recognize the readonly text is the <ro> tag.

View 1 Replies View Related

Access A Div Id

Sep 27, 2005

I've got a page that creates a new div and assigns it a new div id (via a counter) and adds it to the page via the DOM.

I'm trying to duplicate a particular div based on user selection and need to pass it's div id to the duplicate function.

I can't figure out how to either print the div id to screen or enable it to be passed back to the function.

Manually its fine : onClick="dupDivCont('stuff3')" and it just duplicates the div with that id.

Is there any way to get the div id into that onclick function to replace 'stuff3'?

View 7 Replies View Related

How To Access The Url Bar

Jul 13, 2010

I am quite new to javascript. I tried searching for this question, couldn't find it.
I want to access my url bar by running the script so that i can type a new url at runtime. How do i access it and change it. I don't want to move to a new url until and unless user hits the enter key. I only want to type it.

View 3 Replies View Related

How To Access Every 5th Div

Jan 22, 2011

i have div that will contain numerous other div (products in a shopping cart), say up 50.of these contained divs, i need to access every 5th div begging with 1, so it'd be div # 1, 6, 11, 16, 21 etc. and then use jQuery to Add Class to these divs.can someone point me in the right direction on how to do this?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved