Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

hallo,

wie sperrt man die rechte Maustaste bei html Seiten und wie verknüpft man eine Access-Datei auf eine html-Seite?

;) ;) ;)

Hallo,

das sperren der rechten Maustaste bei HTML Seiten geht nur mit JavaScript.


<SCRIPT language=JavaScript type=text/javascript>
if (document.layers)
{
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e)
{
if (e.which == 3)
{
// Put right mouse code here
alert('Höa? Wat wills Du denn? Den Quellcode? Nix!');
return false;
}
else
{
return true;
}
}
}
if (document.all)
{
function click()
{
if (event.button==2)
{
alert('Höa? Wat wills Du denn? Den Quellcode? Nix!')
}
if (event.button==3)
{
alert('Höa? Wat wills Du denn? Den Quellcode? Nix!')
}
}
document.onmousedown=click
}
</SCRIPT>
[/code] Was meinst Du mit Access verknüpfen? Meinst Du vielleicht das:
[code]
<a href="datenbank.mdb">Access Datebank hier öffnen</a>

Frank

Originally posted by casper

hallo,

wie sperrt man die rechte Maustaste bei html Seiten und wie verknüpft man eine Access-Datei auf eine html-Seite?

;) ;) ;)

Zu 1: Hab leider grad kein Beispiel da...

Zu 2: Garnicht... - du kannst höchstens mal mit dem HTML-Export von Access herumprobieren, aber dann versteht's eh nur noch der Internet-Explorer... - Ansonsten könntest du noch per Scriptsprache wie PHP eine ODBC-Verbindung zur Access-Datenbank aufbauen und dann damit arbeiten - aber dafür guckst du am besten mal auf www.php.net nach...

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.