Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
restrict
- Page 1
Restrict Access to page.
Programming
Web Development
17 Years Ago
by vishalsomani
Hi, I am trying to create a
restrict
access to page function in ASP on Dreamweaver. I have … username, password, and Security Level. When I try to implement
restrict
access to page, on one page say, the admin success…, which I only want members to see, since I have
restrict
access to page, the page will be restricted not only…
Re: Restrict access based on activation
Programming
Web Development
17 Years Ago
by mgn2683
…, and is working with a User table. [code]//Start
Restrict
Access To Page $
restrict
= new tNG_RestrictAccess($conn_nscar, "../"); //Grand Levels: Level… $
restrict
->addLevel("0"); $
restrict
->Execute(); //End
Restrict
Access To Page // Start trigger $formValidation…
Restrict Access to Page defined by user name
Programming
Web Development
13 Years Ago
by ibakir
… { session_start(); } $MM_authorizedUsers = "name"; $MM_donotCheckaccess = "true"; // ***
Restrict
Access To Page: Grant or deny access to this page…); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may
restrict
access to only certain users based on their username. if…
Re: Restrict Access to Page defined by user name
Programming
Web Development
13 Years Ago
by ibakir
…($_SESSION)) { session_start(); } $MM_authorizedUsers = ""; $MM_donotCheckaccess = "true"; // ***
Restrict
Access To Page: Grant or deny access to this page…); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may
restrict
access to only certain users based on their username. if…
Re: Restrict Access to page.
Programming
Web Development
17 Years Ago
by vishalsomani
… be accessible by logged in users. I have put a
restrict
access to page behaviour. I haven't added any code…;%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' ***
Restrict
Access To Page: Grant or deny access to this page…
Restrict Paste in RichTextbox
Programming
Software Development
18 Years Ago
by danasegarane
Dear All, How Can I
restrict
the paste option in Richtextbox.(Ctrl+Shift+Keydown).If I … able to insert the text in that.I want to
restrict
the input from sendkeys.But I want the user to…
Restrict access to web pages on Windows Server
Hardware and Software
Microsoft Windows
16 Years Ago
by chicago1985
… Network login to get into the Intranet. I need to
restrict
who can view Intranet web pages which are located in…] [b]C:/webServerApps/restrictedDirectory/dirTwo[/b] I would like to
restrict
the access to view all web pages in the above…
Restrict Users from Running Specific Applications
Hardware and Software
Microsoft Windows
15 Years Ago
by francisabey
… in: [B][URL="http://www.tomstricks.com/how-to-
restrict
-users-from-running-specific-windows-programs/"]How To…
restrict RAM usage
Hardware and Software
Hardware
15 Years Ago
by sunki
Hi, Is there any way to
restrict
the usage of memory of RAM used in the system? i.e. If i have a 1GB RAM used in a computer, can i
restrict
the OS to use only a part of the RAM (may be 256MB) and remaining as inaccessible, so that the computer shows only RAM capacity as 256MB. Please suggest me whether this is possible??
Re: Restrict Access to Page defined by user name
Programming
Web Development
13 Years Ago
by Stefano Mtangoo
… with item/profile. If they match, allow edit. If not
restrict
edit! Since I have no Idea of what you are…
Re: Restrict Access to Page defined by user name
Programming
Web Development
13 Years Ago
by ibakir
yes that's right :D [QUOTE]If they match, allow edit. If not
restrict
edit![/QUOTE] i would like to write this in php code , but unfortunately i still beginner in writing functions, any way thank you a lot man :D
Restrict number of customer from database
Programming
Software Development
13 Years Ago
by Sturdy
Hi All, How i can
restrict
the numbers of customer from database? I use adodb with access. I know how to retrieve customers from database but i don't know how to
restrict
it to spesific numbers. Best Regards. Sturdy
restrict size of file upload
Programming
Web Development
13 Years Ago
by mani508
how to
restrict
size and
restrict
format of fileupload control in asp.net? how its possible....??
Restrict Adding Duplicate Files MYSQL PHP
Programming
Databases
12 Years Ago
by cigoL..:)
… apps. I would to ask if is it possible to
restrict
adding duplicate data in your table. for Example i have… App2) but anyway, Is there any way in SQL to
restrict
that?! since the Primary key for App2_Invoice is Auto Increment…
Re: Restrict number of customer from database
Programming
Software Development
13 Years Ago
by Sturdy
Yes, this my query to retrieve data : Dim rs As New ADODB.Recordset rs.Open "SELECT * from Customers", Conn,adOpenStatic ,adLockOptimistic However, i want to
restrict
all data to recordset is just only 50 customers. How i can do this? Please help.
Re: restrict size of file upload
Programming
Web Development
13 Years Ago
by Philippe.Lahaie
here is a tutorial that
restrict
file type and length! :) [tutorial](http://asp.net-tutorials.com/controls/file-upload-control/)
Restrict copying through USB
Programming
Software Development
18 Years Ago
by sheeja_k
Can any body help me by providing the VB Code to
restrict
copying through USB Port
Re: Restrict copying through USB
Programming
Software Development
18 Years Ago
by Marikanna
Hi, I am not sure about your pupose to
restrict
copying files but if you like to disable the USB drive you can change the following registry key to achieve it. "HKLM\system\currentcontrolset\services\USBstor\start" to 4 using the RegWrite method in wsh. Regards Mari
restrict access to disk
Hardware and Software
Microsoft Windows
18 Years Ago
by bharatshivram
i have win xp pro ed orig ed installed in my system. i have 2 hard disk drive one of which i use to store backups using sync toys and the other for regular purposes. is there any way to
restrict
access to this disk by other users.
restrict source view
Programming
Web Development
17 Years Ago
by ashercharles
hai guys.................. hey anybody got i dea abt how to
restrict
the user from viewing the JS source .......... pls help
Restrict access based on activation
Programming
Web Development
17 Years Ago
by mgn2683
Right now the site I am working on has a
restrict
access set up for two levels, but the way they …
Re: Restrict access based on activation
Programming
Web Development
17 Years Ago
by mgn2683
I'm using ADDT to do this, when I click on the
Restrict
Access under Server Behaviors, where would I go to add activation=1 and the sessions ? Thanks.
restrict files access with PHP
Programming
Web Development
17 Years Ago
by vinnyroundfoot
… a solution for that issue. I know that a can
restrict
access to directories (and thus files) using .htAccess but in…
restrict access to folder
Hardware and Software
Microsoft Windows
16 Years Ago
by bdrew
How can I add a password or otherwise
restrict
access to one of the folders on a hard disk? I am using Windows XP.
Restrict Access after update
Programming
Web Development
16 Years Ago
by mgn2683
… that particular detail entry. Is it possible to have a
restrict
access to certain rows or pages after a particular column…
Re: Restrict Access after update
Programming
Web Development
16 Years Ago
by R0bb0b
… that particular detail entry. Is it possible to have a
restrict
access to certain rows or pages after a particular column…
Restrict Image not to cache
Programming
Web Development
15 Years Ago
by sunilsinha
Hi all, How can
restrict
images for not storing in browser cache. Or in another …
Re: Restrict Image not to cache
Programming
Web Development
15 Years Ago
by digital-ether
[QUOTE=sunilsinha;878977]Hi all, How can
restrict
images for not storing in browser cache. Or in another …
Restrict back and forward of browser buttons using javascript
Programming
Web Development
15 Years Ago
by murugavel.b
If you want to
restrict
the user to go back or forward from the web browser, you can use the below mentioned javascript. Use this javascript in the script tag. It works on all browsers. For further details: [url]http://dotnetbypulikesi.blogspot.com[/url]
Restrict text box input
Programming
Software Development
14 Years Ago
by basma.lm
hi, how to
restrict
the text box input to allow user to write only …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC