ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC Logo

Related Topics:

Posted on Feb 06, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

How to block ctrl+c and ctrl+v in opera:java code

We are using two text boxes where we insert email id
email id -----------
email id -----------
but we dont want to copy -pest here.
tell me the code for java line to block this options ''Ctrl+C'', andd ''Ctrl+V'' used to copy - pest purpose

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

President:

An expert whose answer got voted for 500 times.

  • Master 2,110 Answers
  • Posted on Feb 06, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

President:

An expert whose answer got voted for 500 times.

Joined: Nov 28, 2008
Answers
2110
Questions
1
Helped
611949
Points
6294

Function noCTRL(e)
{
var code = (document.all) ? event.keyCode:e.which;
var ctrl = (document.all) ? event.ctrlKey:e.modifiers & Event.CONTROL_MASK;
var msg = "Sorry, this functionality is disabled.";
if (document.all)
{
if (ctrl && code==86) //CTRL+V
{
alert(msg);
window.event.returnValue = false;
}
else if (ctrl && code==67) //CTRL+C (Copy)
{
alert(msg);
window.event.returnValue = false;
}
}
else {
if (ctrl==2) //CTRL key
{
alert(msg);
return false;
}
}
}

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to cut and paste using keyboard

Ctrl + C or Ctrl + Insert Both Ctrl + C and Ctrl + Insert will copy the highlighted text or selected item.
Ctrl + V or Shift + Insert Both the Ctrl + V and Shift + Insert will paste the text
tip

Windows Keyboard Shortcuts for Mozilla Firefox

CTRL + A Select all text on a webpage CTRL + B Open the Bookmarks sidebar CTRL + C Copy the selected text to the Windows clipboard CTRL + D Bookmark the current webpage CTRL + F Find text within the current webpage CTRL + G Find more text within the same webpage CTRL + H Opens the webpage History sidebar CTRL + I Open the Bookmarks sidebar CTRL + J Opens the Download Dialogue Box CTRL + K Places the cursor in the Web Search box ready to type your search CTRL + L Places the cursor into the URL box ready to type a website address CTRL + M Opens your mail program (if you have one) to create a new email message CTRL + N Opens a new Firefox window CTRL + O Open a local file CTRL + P Print the current webpage CTRL + R Reloads the current webpage CTRL + S Save the current webpage on your PC CTRL + T Opens a new Firefox Tab CTRL + U View the page source of the current webpage CTRL + V Paste the contents of the Windows clipboard CTRL + W Closes the current Firefox Tab or Window (if more than one tab is open) CTRL + X Cut the selected text CTRL + Z Undo the last action
on Sep 03, 2010 • Computers & Internet
0helpful
1answer

Cut and paste

Learning how to cut and paste can make your life on the computer much easier.
It saves time and is more accurate that retyping the information, particularly if you do it several times.
If you know how to highlight words on your computer, you can easily copy sections of text and paste them somewhere else.

Open a text document or an email that contains some type.
Click at the end of the block of text you located in Step 1 and drag with your mouse back to the beginning of the text to highlight the entire block of type you wish to copy.
Release the mouse. The selected area should be highlighted in a color, usually blue.

Right-click the mouse on the highlighted text and a drop-down menu appears.
Select "Cut" to copy the highlighted text and remove it from its original position.
Select "Copy" to copy the highlighted text and leave it in its original position.
Paste the text you copied.
Right-click in an editable text box and select "Paste" from the drop-down menu.
The text appears in its new location.
Alternatively, highlight the text and hold down the "Ctrl" key on your keyboard while you press the "X" key to cut the text or the "C" key to copy the text.
These keyboard shortcuts copy the text that is highlighted.
To paste it, click in a text box and use the "Ctrl" and "V" shortcut to paste.
Cut and Paste Techniques in Microsoft Word
http://www.homeandlearn.co.uk/mw/s3p2.html
0helpful
1answer

SIR, I wish to known MS Office 2007 advance functining & sortcuts

Function keysTo do this Press
Get Help or visit Microsoft Office Online. F1
Move text or graphics. F2
Repeat the last action. F4
Choose the Go To command (Home tab). F5
Go to the next pane or frame. F6
Choose the Spelling command (Review tab). F7
Extend a selection. F8
Update the selected fields. F9
Show KeyTips. F10
Go to the next field. F11
Choose the Save As command (Microsoft Office Button ). F12


SHIFT+Function keyTo do this Press
Start context-sensitive Help or reveal formatting. SHIFT+F1
Copy text. SHIFT+F2
Change the case of letters. SHIFT+F3
Repeat a Find or Go To action. SHIFT+F4
Move to the last change. SHIFT+F5
Go to the previous pane or frame (after pressing F6). SHIFT+F6
Choose the Thesaurus command (Review tab, Proofing group). SHIFT+F7
Shrink a selection. SHIFT+F8
Switch between a field code and its result. SHIFT+F9
Display a shortcut menu. SHIFT+F10
Go to the previous field. SHIFT+F11
Choose the Save command (Microsoft Office Button ). SHIFT+F12


CTRL+Function keyTo do this Press
Choose the Print Preview command (Microsoft Office Button ). CTRL+F2
Cut to the Spike. CTRL+F3
Close the window. CTRL+F4
Go to the next window. CTRL+F6
Insert an empty field. CTRL+F9
Maximize the document window. CTRL+F10
Lock a field. CTRL+F11
Choose the Open command (Microsoft Office Button ). CTRL+F12


CTRL+SHIFT+Function keyTo do this Press
Insert the contents of the Spike. CTRL+SHIFT+F3
Edit a bookmark. CTRL+SHIFT+F5
Go to the previous window. CTRL+SHIFT+F6
Update linked information in an Office Word 2007 source document. CTRL+SHIFT+F7
Extend a selection or block. CTRL+SHIFT+F8, and then press an arrow key
Unlink a field. CTRL+SHIFT+F9
Unlock a field. CTRL+SHIFT+F11
Choose the Print command (Microsoft Office Button ). CTRL+SHIFT+F12


ALT+Function keyTo do this Press
Go to the next field. ALT+F1
Create a new Building Block. ALT+F3
Exit Office Word 2007. ALT+F4
Restore the program window size. ALT+F5
Move from an open dialog box back to the document, for dialog boxes such as Find and Replace that support this behavior. ALT+F6
Find the next misspelling or grammatical error. ALT+F7
Run a macro. ALT+F8
Switch between all field codes and their results. ALT+F9
Maximize the program window. ALT+F10
Display Microsoft Visual Basic code. ALT+F11


ALT+SHIFT+Function keyTo do this Press
Go to the previous field. ALT+SHIFT+F1
Choose the Save command (Microsoft Office Button ). ALT+SHIFT+F2
Display the Research task pane. ALT+SHIFT+F7
Run GOTOBUTTON or MACROBUTTON from the field that displays the field results. ALT+SHIFT+F9
Display a menu or message for a smart tag. ALT+SHIFT+F10


CTRL+ALT+Function keyTo do this Press
Display Microsoft System Information. CTRL+ALT+F1
Choose the Open command (Microsoft Office Button ). CTRL+ALT+F2
0helpful
1answer

I want short cuts in ms word

You can use this
Ctrl + A Select all contents of the page. Ctrl + B Bold highlighted selection. Ctrl + C Copy selected text. Ctrl + E Aligns the line or selected text to the center of the screen. Ctrl + F Open find box. Ctrl + I Italic highlighted selection. Ctrl + J Aligns the selected text or line to justify the screen. Ctrl + K Insert link. Ctrl + L Aligns the line or selected text to the left of the screen.
Ctrl + M Indent the paragraph. Ctrl + P Open the print window. Ctrl + R Aligns the line or selected text to the right of the screen. Ctrl + T Create a hanging indent. Ctrl + U Underline highlighted selection. Ctrl + V Paste. Ctrl + X Cut selected text. Ctrl + Y Redo the last action performed. Ctrl + Z Undo last action. Ctrl + Shift + F Change the font. Ctrl + Shift + > Increase selected font +1pts up to 12pt and then increases font +2pts. Ctrl + ] Increase selected font +1pts. Ctrl + Shift + < Decrease selected font -1pts if 12pt or lower, if above 12 decreases font by +2pt. Ctrl + [ Decrease selected font -1pts. Ctrl + Shift + * View or hide non printing characters. Ctrl + Moves one word to the left. Ctrl + Moves one word to the right. Ctrl + Moves to the beginning of the line or paragraph. Ctrl + Moves to the end of the paragraph. Ctrl + Del Deletes word to right of cursor. Ctrl + Backspace Deletes word to left of cursor. Ctrl + End Moves the cursor to the end of the document. Ctrl + Home Moves the cursor to the beginning of the document. Ctrl + Spacebar Reset highlighted text to the default font. Ctrl + 1 Single-space lines. Ctrl + 2 Double-space lines. Ctrl + 5 1.5-line spacing. Ctrl + Alt + 1 Changes text to heading 1. Ctrl + Alt + 2 Changes text to heading 2. Ctrl + Alt + 3 Changes text to heading 3. Ctrl + F1 Open the Task Pane. F1 Open Help. Alt + Ctrl + F2 Open new document. Ctrl + F2 Display the print preview. Shift + F3 Change the text in Microsoft Word from upper to lower case or a capital letter at the beginning of every word. Shift + Insert Paste. F4 Repeat the last action performed (Word 2000+) F5 Open the find, replace, and go to window in Microsoft Word. Ctrl + Shift + F6 Opens to another open Microsoft Word document. F7 Spell and grammar check selected text and/or document. Shift + F7 Runs a Thesaurus check on the word highlighted. F12 Save as. Shift + F12 Save. Ctrl + Shift + F12 Prints the document. Alt + Shift + D Insert the current date. Alt + Shift + T Insert the current time.
3helpful
1answer

I want some tips to download the mini opera for LG KP500

in order to use mini opera ...your cell must have Java2_bing.gif (software) within...
these two items are also needed along with a usb cable (to connect cell to pc)

1 - opera-mini-4.2.14912-advanced-en-us.jad
2 - opera-mini-4.2.14912-advanced-en-us

the version if higher use that one

here is the site
  • http://www.opera.com/mobile/
download all three to pc...connect cell (switch cell from bluetooth/storage to data) and download opera mini to cell

when prompt on opera mini for port use always say yes.ask just once

feel free to rate the help
0helpful
1answer

WAP can not open web page.

This phone's native browser is capable of accessing only the WAP sites. But you can seamlessly browse other internet websites by using a small java based opera mini browser. From your mobile go to http://mini.opera.com and download the opera mini java application to your mobile and install it. Then open the opera browser to surf other websites. For this your mobile should support java applications.
0helpful
2answers
7helpful
8answers

How to install java application and games on J600

For installing games stored on youre phone ( .Jad ) try the java midlet install menu: code *#9998*5282# -> install MIDlet password: 235282

Then you can select a .Jad file (.Jar must be included) stored on youre phone Memory (Stored on MicroSD probable too, but i don`t have one yet)

after install apps/Games, they are in the: application -> Java world -> "My Games" folder (menu-3-4-My Games)


I have the E900XXFF2 Firmware, the password works fine on it. I think on other versions too, because the password was meant for Samsung D807.

enjoy the pass, if it works on youre firmware, but i think it will work :)

*#3243948# Digital Audio Interference Off

*#32436837# Digital Audio Interference On

*#1111# Software Version

*#2222# Hardware Version

*#1234# Firmware Version

*#92782# WAP User Agent

*#927827# WAP WAProfile

*#0228#/*#9998*228# Battery profile

* # 0842 # Vib test
* # 0746 # SSMS MEMORY
* # 0638 # SIM SIM network ID
* # 0778 # SST Sim service Table
* # 0289 # Buz test
* # 0782 # RTC (RealTimeClock) (# = Refresh)

* # 9998*228 # Battery Profile
* # 9998*842 # Vib test
* # 9998*746 # SSMS MEMORY
* # 9998*638 # SIM SIM network ID
* # 9998*778 # SST Sim service Table
* # 9998*289 # Buz test
* # 9998*782 # RTC (RealTimeClock) (# = Refresh)
* # 9998*968 # YAMAHA OF OK ONE
* # 9998*76 # Product NUMBER
* # 9998*377 # error memory
* # 9998*5646 # GPRS Logo

----------------------------------------------

Code, whose effect and/or function I exactly do not point

* # 9324 # monitor? (with the red key velassen)
* # 32436837 # DAI ON?
* # 22766 # Automatically Recive call?
* # 227633 # manual Recive call?

----------------------------------------------

!!! RESET code!!!
!!! these codes use only if you know which it does!!!
!!! Thus data in the Handy are deleted!!!

* 2767*3855 # FULL RESET
* 2767*2878 # CUST RESET
* 2767*927 # WAP RESET
* 2767*667 # MMS RESET
* 2767*36245 # email RESET
Not finding what you are looking for?

898 views

Ask a Question

Usually answered in minutes!

Top ArcMedia Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1480 Answers

 Mikey
Mikey

Level 3 Expert

6904 Answers

Are you an ArcMedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...