 |
|
10-03-2009, 06:16 AM
|
|
#1
|
 |
|
Novice (Level 1)
Join Date: Aug 2009
Posts: 6
|
Hey all really need help js!
I got a site under development
but explorer keep bugging me 
The js is a problem in explorer but not in firefox
the popup explorer got needs to disappear
need help to make the same effect in both engines plzzz help!
here is the 1 code
HTML Code:
<!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" xml:lang="en" lang="en">
<head>
<META NAME="Distribution" CONTENT="Global">
<meta name="description" content="BlackBox WebDesign is a Web Design Company based e-commerce website design company offering seo services internet marketing, web hosting, search engine marketing, website development, web design across the world." />
<meta name="Search Engines" content="Google, Eniro, Altavista, AOLNet, Infoseek, Excite, Hotbot, Lycos, Magellan, LookSmart, CNet">
<meta name="keywords" content="web design, webdesign, website design, web page design, web design company, web design services, web design solutions, design, designs, design service, design as a service, small business website design, web development." />
<META NAME="ROBOTS" CONTENT="ALL">
<META NAME="Revisit-After" CONTENT="14 Days">
<META NAME="resource-type" CONTENT="document">
<META NAME="classification" CONTENT="shopping">
<META NAME="rating" CONTENT="General">
<META NAME="copyright" CONTENT="a">
<META NAME="language" CONTENT="English">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Designz</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link href="styles/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="rokbox/mootools-release-1.11.js"></script>
<script type="text/javascript" src="rokbox/rokbox.js"></script>
<link href="rokbox/themes/light/rokbox-style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="rokbox/themes/light/rokbox-config.js"></script>
<style type="text/css">
html, body {
margin:0;
padding:0;
border:0;
height:100%;
background-color:#000;
}
#container {
position:relative;
height:100%;
}
#container img {
position:absolute;
width:100%;
height:100%;
}
#container a {
position:absolute;
width:10%;
height:15%;
top:50%;
left:50%;
margin-left:-5%;
}
#container a img {
display:block;
width:100%;
height:100%;
border:0;
}
</style>
</head>
<body>
<div id="container">
<img src="images/3.jpg" alt="">
<a href="start.html" rel="rokbox[70% 80%]" title="Welcome to Designz"><img src="images/1.jpg" width="300" height="300" alt="" /></a>
</div>
<body oncontextmenu="return false;">
<!--WEBSITECEO:BEGIN:{764EEF2E-BC11-45CF-8627-300CE1BA2219}-->
<!--
Do NOT modify this script to avoid traffic misrepresentation!
Web CEO 4 0300/1
Code initially inserted into: "/page.htm".
-->
<script type="text/javascript"><!--
// hitlens v1.2.7
function hitlens_embedded() {
var id = 363490;
var pc = 47;
var PAGENAME = escape('');
var CONTENTGROUP = escape('');
var TRANSACTION = escape('');
var TRANSACTION_ID = 0;
var ORDER = escape('');
return "id="+id+"&pc="+pc+"&p="+PAGENAME+"&gr="+CONTENTGROUP+"&tr="+TRANSACTION+"&trid="+TRANSACTION_ID+"&ord="+ORDER;
}
//--></script>
<script type="text/javascript" src="/webceo.js"></script>
<!--WEBSITECEO:END:{764EEF2E-BC11-45CF-8627-300CE1BA2219}-->
</body>
</html>
Last edited by darkhat : 10-03-2009 at 03:44 PM.
|
|
Add to del.icio.us
Can you digg it?
|
|
|
10-03-2009, 06:18 AM
|
|
#2
|
 |
|
Novice (Level 1)
Join Date: Aug 2009
Posts: 6
|
second code
HTML Code:
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href="./styles.css" />
<link rel="StyleSheet" href="espebanner.css" type="text/css" />
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js"></script>
<script type="text/javascript" src="fadeslideshow.js"></script>
<script type="text/javascript" src="espebanner.js"></script>
</script>
<SCRIPT LANGUAGE="JavaScript">
var initialsubj="Hay buddy, take a look at this"
var initialmsg="Hi:\n You may want to check out this site: "+window.location
var good;
function checkEmailAddress(field) {
var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.coop)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
if (goodEmail) {
good = true;
}
else {
alert('Please enter a valid address.');
field.focus();
field.select();
good = false;
}
}
u = window.location;
function mailThisUrl() {
good = false
checkEmailAddress(document.eMailer.email);
if (good) {
//window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+initialmsg
}
}
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [190, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/astalavista.jpg", ],
["images/one.jpg"],
["images/surftown.jpg"],
["images/blackbox designz.jpg"]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
</head>
<body>
<div id="container">
<div id="banner">
<div id="nav">
<a href="start.html">Home</a>
<a href="prices.html">Prices</a>
<a href="news.html">News</a>
<a href="designs.html">Designs</a>
<a href="sponsors.html">Sponsors</a>
<a href="effects.html">Effects</a>
<a href="about.html">About us</a>
<a href="contact.html">Contact</a> </div>
</div>
<div class="col1">
<div class="box" id="news">
<h1 id="news_handle"></h1>
<ul>
<script language="javascript">
banner1 = new Banner('banner1');
banner1.add("IMAGE", "espebanner/1.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/2.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/3.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/4.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/5.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/6.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/7.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/8.jpg", 5, 130, 190,"");
banner1.add("IMAGE", "espebanner/0.jpg", 5, 130, 190,"");
document.write(banner1);
banner1.start();
</script>
</ul>
<div class="bar">
<span>
</span>
</div>
</div>
<div class="box" id="events">
<h1 id="events_handle">Tell Other Companys</h1>
<ul>
<form name="eMailer">
<input type="text" name="email" size="26" value=" Enter Address Here" onFocus="this.value=''" onMouseOver="window.status='Enter email address here and tell a friend about this site...'; return true" onMouseOut="window.status='';return true">
<br>
<input type="button" value="Send this URL" onMouseOver="window.status='Click to send an email (with this page address) to a friend! Enter email address above...'; return true" onMouseOut="window.status='';return true" onClick="mailThisUrl();">
</form>
</ul>
<div class="bar">
<span>
<span></span>
<a href="#" class="right"></a>
</span>
</div>
</div>
</div>
<div class="col2">
<div class="box">
<h1>Design Your Life</h1>
<img src="./images/news_banner.jpg" alt="" />
<div class="bar">
<span>
<span></span>
</span>
</div>
<div class="content">
<p>A customer is the most important visitor on our premises, he is not dependent on us. We are dependent on him. He is not an interruption in our work. He is the purpose of it. He is not an outsider in our business. He is part of it. We are not doing him a favor by serving him. He is doing us a favor by giving us an opportunity to do so.
</div>
<div class="bar">
<span>
<span></span>
<a href="#" class="right"> </a>
</span>
</div>
</div>
<div class="box">
<h1>Editing your Template</h1>
<img src="./images/news_banner.jpg" alt="Strive2Win" />
<div class="bar">
<span>
<span></span>
<a href="#"> redSHIFT</a>
</span>
</div>
<div class="content">
<p>All templates released at BlackBox Designz should include blank banner images for you to add your own clans name
to in order to personalize the template design. Such images are generally included in the images folder which was in
the zip file you payed for and are normally denoted by the word 'blank' in the filename. Other blank images
for various parts of a template, may be included in the folder, depending on the template you've payed for.</p>
</div>
<div class="bar">
<span>
<span></span>
<a href="#" class="right"> </a>
</span>
</div>
</div>
<div class="box">
<h1>Getting Help</h1>
<img src="./images/news_banner.jpg" alt="Strive2Win" />
<div class="bar">
<span>
<span></span>
<a href="#"> redSHIFT</a>
</span>
</div>
<div class="content">
<p>Any questions that the site just didn't cover? Well the best place to get the kind of answers you
need is to use that template you've payed for is to submit your question for the Support Staff in the
online chat support. Make sure you
include the name of the template you payed for and the category it was in. Any question you may have
regarding a template they will be able to answer for you.
</p>
</div>
<div class="bar">
<span>
<span></span>
<a href="#" class="right"> </a>
</span>
</div>
</div>
</div>
<div class="col1">
<div class="box" id="sponsors">
<h1 id="sponsors_handle">Sponsors</h1>
<ul class="sponsors">
<li><a href="http://designz.se"><img src="./images/blackbox designz.jpg" alt="BlackBox Designz" /></a></li>
<li><a href="http://surftown.se/"><img src="./images/surftown.jpg" alt="SurfTown" /></a></li>
<li><a href="http://one.com"><img src="./images/one.jpg" alt="One" /></a></li>
<li><a href="http://astalavista.com"><img src="./images/astalavista.jpg" alt="astalavista" /></a></li>
</ul>
<div class="bar">
<span>
<span></span>
</span>
</div>
</div>
<div class="box" id="affiliates">
<h1 id="affiliates_handle">RSS</h1>
<ul>
<li><a href="#1">Strive2Win</a></li>
<li><a href="#2">Strive2Win</a></li>
<li><a href="#3">Strive2Win</a></li>
<li><a href="#4">Strive2Win</a></li>
<li><a href="#5">Strive2Win</a></li>
</ul>
<div class="bar">
<span>
<span></span>
</span>
</div>
</div>
<div class="box" id="items">
<h1 id="items_handle">Popular Items</h1>
<ul>
<li><a href="#1">Strive2Win</a></li>
<li><a href="#2">Strive2Win</a></li>
<li><a href="#3">Strive2Win</a></li>
<li><a href="#4">Strive2Win</a></li>
<li><a href="#5">Strive2Win</a></li>
</ul>
<div class="bar">
<span>
<span></span>
<a href="#" class="right">
</a>
</span>
</div>
</div>
</div>
<div id="footer"><a href="http://www.Designz.se"><span>Template Copyright by http://designz.se :2009.</span></a></div>
</div>
<script type="text/javascript">
new Draggable('news',{handle: 'news_handle'});
new Draggable('events',{handle: 'events_handle'});
new Draggable('sponsors',{handle: 'sponsors_handle'});
new Draggable('affiliates',{handle: 'affiliates_handle'});
new Draggable('items',{handle: 'items_handle'});
</script>
<body oncontextmenu="return false;">
<!--WEBSITECEO:BEGIN:{764EEF2E-BC11-45CF-8627-300CE1BA2219}-->
<!--
Do NOT modify this script to avoid traffic misrepresentation!
Web CEO 4 0300/1
Code initially inserted into: "/start.html".
-->
<script type="text/javascript"><!--
// hitlens v1.2.7
function hitlens_embedded() {
var id = 363490;
var pc = 53;
var PAGENAME = escape('');
var CONTENTGROUP = escape('');
var TRANSACTION = escape('');
var TRANSACTION_ID = 0;
var ORDER = escape('');
return "id="+id+"&pc="+pc+"&p="+PAGENAME+"&gr="+CONTENTGROUP+"&tr="+TRANSACTION+"&trid="+TRANSACTION_ID+"&ord="+ORDER;
}
//--></script>
<script type="text/javascript" src="/webceo.js"></script>
<!--WEBSITECEO:END:{764EEF2E-BC11-45CF-8627-300CE1BA2219}-->
</body>
</html>
|
|
Add to del.icio.us
Can you digg it?
|
|
 |
|
KEEP TABS |
|
SPONSORS |
| |
|
| |
|
|
| |
|