Hallo zusammen!
Ich hätte wieder Mal ein Problem....
Ich habe mir ein Tutorial von angesehen und habe jetzt das Problem dass meine Popup-Form nicht angezeigt wird, sondern einfach die Seite in eínem neuen tab geöffnet wird.
Ich hätte vielleicht auch eine Vermutung was nicht stimmen könnte:
Ich hoffe mir kann jemand helfen.
Vielen Dank schon im Voraus,
lg WOTAN
Ich hätte wieder Mal ein Problem....
Ich habe mir ein Tutorial von angesehen und habe jetzt das Problem dass meine Popup-Form nicht angezeigt wird, sondern einfach die Seite in eínem neuen tab geöffnet wird.
Ich hätte vielleicht auch eine Vermutung was nicht stimmen könnte:
Keine Ahnung ob bei mir alles korrekt ist....Before you can implement ThickBox make sure the page that invokes ThickBox has a valid DTD. This is required for ThickBox to look and function correctly.
Ich hoffe mir kann jemand helfen.
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="../jquery.js"></script>
<script type="text/javascript" src="../thickbox.js"></script>
<link rel="stylesheet" href="../thickbox.css" type="text/css" media="screen" />
</head>
<body>
<a href="test.php?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=200&width=300&modal=true" title="login / reg" class="thickbox">Example 2</a>
</body>
</html>
Vielen Dank schon im Voraus,
lg WOTAN